rpms/imake/devel imake-1.0.2-find-pedantry.patch, NONE, 1.1 imake.spec, 1.31, 1.32

Adam Jackson ajax at fedoraproject.org
Sun Feb 8 07:17:49 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/imake/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16901

Modified Files:
	imake.spec 
Added Files:
	imake-1.0.2-find-pedantry.patch 
Log Message:
* Sun Feb 08 2009 Adam Jackson <ajax at redhat.com> 1.0.2-8
- imake-1.0.2-find-pedantry.patch: Silence useless pedantry warning from
  find(1) when running cleanlinks. (#483126)


imake-1.0.2-find-pedantry.patch:

--- NEW FILE imake-1.0.2-find-pedantry.patch ---
diff -up imake-1.0.2/cleanlinks.jx imake-1.0.2/cleanlinks
--- imake-1.0.2/cleanlinks.jx	2004-12-03 19:42:46.000000000 -0500
+++ imake-1.0.2/cleanlinks	2009-02-08 02:17:08.000000000 -0500
@@ -23,5 +23,5 @@ find . -type l -print |
 
 echo Removing empty directories ...
 #find . -type d -depth -print | xargs rmdir > /dev/null 2>&1
-find . -type d -depth -empty -print -exec rmdir {} \;
+find . -depth -type d -empty -print -exec rmdir {} \;
 exit 0


Index: imake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/imake/devel/imake.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- imake.spec	15 Jul 2008 17:17:07 -0000	1.31
+++ imake.spec	8 Feb 2009 07:17:19 -0000	1.32
@@ -1,7 +1,7 @@
 Summary: imake source code configuration and build system
 Name: imake
 Version: 1.0.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
@@ -16,6 +16,7 @@
 Patch1: xorg-cf-files-1.0.0-ProjectRoot.patch
 Patch2: xorg-cf-files-1.0.2-redhat.patch
 Patch3: xorg-cf-files-1.0.2-xprint.patch
+Patch10: imake-1.0.2-find-pedantry.patch
 
 BuildRequires: pkgconfig
 BuildRequires: xorg-x11-util-macros
@@ -40,6 +41,8 @@
 %patch2 -p0 -b .redhat
 %patch3 -p0 -b .xprint
 
+%patch10 -p0 -b .find
+
 %build
 # Build everything
 {
@@ -116,6 +119,10 @@
 %{_mandir}/man1/xmkmf.1x*
 
 %changelog
+* Sun Feb 08 2009 Adam Jackson <ajax at redhat.com> 1.0.2-8
+- imake-1.0.2-find-pedantry.patch: Silence useless pedantry warning from
+  find(1) when running cleanlinks. (#483126)
+
 * Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 1.0.2-7
 - Fix license tag.
 




More information about the fedora-extras-commits mailing list