[packages/xorg-util-imake] - updated to 1.0.7 - removed obsolete format patch
qboosh
qboosh at pld-linux.org
Fri May 23 18:47:30 CEST 2014
commit 4365033928e65dee69783ab86d5d866d65e2a5cc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri May 23 18:50:32 2014 +0200
- updated to 1.0.7
- removed obsolete format patch
xorg-util-imake-format.patch | 11 -----------
xorg-util-imake.spec | 6 ++----
2 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/xorg-util-imake.spec b/xorg-util-imake.spec
index feeea81..f8fdc89 100644
--- a/xorg-util-imake.spec
+++ b/xorg-util-imake.spec
@@ -1,13 +1,12 @@
Summary: imake utilities - C preprocessor interface to the make utility
Summary(pl.UTF-8): Narzędzia imake - interfejs preprocesora C do narzędzia make
Name: xorg-util-imake
-Version: 1.0.6
+Version: 1.0.7
Release: 1
License: MIT
Group: X11/Development/Tools
Source0: http://xorg.freedesktop.org/releases/individual/util/imake-%{version}.tar.bz2
-# Source0-md5: d5058b1317a85bedc1dc40c7e85c8d26
-Patch0: %{name}-format.patch
+# Source0-md5: 4042a4139a4636f78e2b8a144fdd1fcd
URL: http://xorg.freedesktop.org/
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -45,7 +44,6 @@ specjalne reguły make) oddzielonych od opisów elementów do zbudoawnia.
%prep
%setup -q -n imake-%{version}
-%patch0 -p1
%build
%{__aclocal}
diff --git a/xorg-util-imake-format.patch b/xorg-util-imake-format.patch
deleted file mode 100644
index d468502..0000000
--- a/xorg-util-imake-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- imake-1.0.6/imake.c.orig 2013-07-23 06:53:04.000000000 +0200
-+++ imake-1.0.6/imake.c 2013-07-23 18:04:49.571625377 +0200
-@@ -1005,7 +1005,7 @@
- abort ();
-
- while (fgets (command, len, fp))
-- fprintf (inFile, command);
-+ fputs (command, inFile);
-
- len = pclose (fp);
- remove (aout);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xorg-util-imake.git/commitdiff/4365033928e65dee69783ab86d5d866d65e2a5cc
More information about the pld-cvs-commit
mailing list