rpms/redhat-rpm-config/devel redhat-rpm-config-9.0.3-brpssa-speedup.patch, NONE, 1.1 redhat-rpm-config.spec, 1.70, 1.71

Adam Jackson ajax at fedoraproject.org
Thu Aug 13 17:24:05 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/redhat-rpm-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10091

Modified Files:
	redhat-rpm-config.spec 
Added Files:
	redhat-rpm-config-9.0.3-brpssa-speedup.patch 
Log Message:
* Thu Aug 13 2009 Adam Jackson <ajax at redhat.com> 9.0.3-15
- redhat-rpm-config-9.0.4-brpssa-speedup.patch: When looking for static
  archives, only run file(1) on files named *.a. (#517101)


redhat-rpm-config-9.0.3-brpssa-speedup.patch:
 brp-strip-static-archive |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE redhat-rpm-config-9.0.3-brpssa-speedup.patch ---
diff -up redhat-rpm-config-9.0.3/brp-strip-static-archive.jx redhat-rpm-config-9.0.3/brp-strip-static-archive
--- redhat-rpm-config-9.0.3/brp-strip-static-archive.jx	2008-05-06 19:08:20.000000000 -0400
+++ redhat-rpm-config-9.0.3/brp-strip-static-archive	2009-08-12 10:52:07.000000000 -0400
@@ -8,7 +8,7 @@ fi
 [ -z "$STRIP" ] && STRIP=strip
 
 # Strip static libraries.
-for f in `find $RPM_BUILD_ROOT -type f -a -exec file {} \; | \
+for f in `find $RPM_BUILD_ROOT -name \*.a -a -exec file {} \; | \
         grep -v "^${RPM_BUILD_ROOT}/\?usr/lib/debug"  | \
 	grep 'current ar archive' | \
 	sed -n -e 's/^\(.*\):[ 	]*current ar archive/\1/p'`; do


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-rpm-config/devel/redhat-rpm-config.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- redhat-rpm-config.spec	12 Aug 2009 17:47:31 -0000	1.70
+++ redhat-rpm-config.spec	13 Aug 2009 17:24:04 -0000	1.71
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
 Version: 9.0.3
-Release: 14%{?dist}
+Release: 15%{?dist}
 # No version specified.
 License: GPL+
 Group: Development/System
@@ -14,6 +14,7 @@ Patch4: redhat-rpm-config-9.0.3-F-12-Arc
 Patch5: redhat-rpm-config-9.0.3-always_delete_buildroot_at_install.patch
 Patch6:	redhat-rpm-config-9.0.3-xz-payload.patch
 Patch7: redhat-rpm-config-9.0.3-jars-with-spaces.patch
+Patch8: redhat-rpm-config-9.0.3-brpssa-speedup.patch
 BuildArch: noarch
 Requires: mktemp
 BuildRoot: %{_tmppath}/%{name}-root
@@ -31,6 +32,7 @@ Red Hat specific rpm configuration files
 %patch5 -p1
 %patch6 -p1
 %patch7 -p5
+%patch8 -p1
 
 %install
 make DESTDIR=${RPM_BUILD_ROOT} install
@@ -43,6 +45,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Thu Aug 13 2009 Adam Jackson <ajax at redhat.com> 9.0.3-15
+- redhat-rpm-config-9.0.4-brpssa-speedup.patch: When looking for static
+  archives, only run file(1) on files named *.a. (#517101)
+
 * Wed Aug 12 2009 Adam Jackson <ajax at redhat.com> 9.0.3-14
 - redhat-rpm-config-9.0.3-jars-with-spaces.patch: Handle repacking jars
   whose filenames contain spaces. (#461854)




More information about the scm-commits mailing list