devel/abicheck abicheck-1.2-bindings-fc4.patch, NONE, 1.1 abicheck.spec, 1.8, 1.9

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Apr 11 11:22:30 UTC 2005


Author: mschwendt

Update of /cvs/extras/devel/abicheck
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6741

Modified Files:
	abicheck.spec 
Added Files:
	abicheck-1.2-bindings-fc4.patch 
Log Message:
* Mon Apr 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-4
- Add patch to catch up with bindings related changes in ldd output.



abicheck-1.2-bindings-fc4.patch:

--- NEW FILE abicheck-1.2-bindings-fc4.patch ---
diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl
--- abicheck-1.2-orig/abicheck.pl	2003-08-26 21:57:51.000000000 +0200
+++ abicheck-1.2/abicheck.pl	2005-04-11 12:59:04.000000000 +0200
@@ -1584,7 +1584,7 @@
 		$ld_debug_match = q/^\s*\d+:/;
 		$lddstub_match = '';
 		$binding_match =
-		    q/binding file (.*) to (.*): .*symbol `(\w+)'(.*)$/;
+		    q/binding file (.*) \[.*\] to (.*) \[.*\]: .*symbol `(\w+)'(.*)$/;
 		$filter_match  =
 		    q/file=(.*);  filtered by (.*)$/; # XXX not checked
 		$unbound_match =


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/devel/abicheck/abicheck.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- abicheck.spec	6 Apr 2005 22:10:46 -0000	1.8
+++ abicheck.spec	11 Apr 2005 11:22:28 -0000	1.9
@@ -7,8 +7,9 @@
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
 Source0: 	%{name}-%{version}.tar.gz
-Patch:		abicheck-1.2-fc3.patch
+Patch0:		abicheck-1.2-fc3.patch
 Patch1:		abicheck-1.2-test-static.patch
+Patch2:		abicheck-1.2-bindings-fc4.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Requires:	binutils perl
 
@@ -23,6 +24,7 @@
 %setup -q
 %patch -p1 -b .fc3
 %patch1 -p1 -b .test-static
+%patch2 -p1 -b .bindings-fc4
 
 
 %build
@@ -49,6 +51,9 @@
 
 
 %changelog
+* Mon Apr 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-4
+- Add patch to catch up with bindings related changes in ldd output.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list