rpms/abicheck/devel abicheck-1.2-undefined-symbol.patch, NONE, 1.1 abicheck.spec, 1.40, 1.41

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Oct 5 10:28:29 UTC 2007


Author: mschwendt

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

Modified Files:
	abicheck.spec 
Added Files:
	abicheck-1.2-undefined-symbol.patch 
Log Message:
* Fri Oct  5 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-15
- Patch unbound_match.


abicheck-1.2-undefined-symbol.patch:

--- NEW FILE abicheck-1.2-undefined-symbol.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	2007-10-05 11:47:39.000000000 +0200
@@ -1588,7 +1588,7 @@
 		$filter_match  =
 		    q/file=(.*);  filtered by (.*)$/; # XXX not checked
 		$unbound_match =
-		    q/^\s*undefined symbol:\s+(\S+)(.*)/;
+		    q/symbol (.*) not defined(.*)/;
 		$dtneeded_match =
 		    q/^\s*(\S+)\s+=>\s+(not found|\S+)/;
 		$file_match =


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- abicheck.spec	2 Aug 2007 20:05:53 -0000	1.40
+++ abicheck.spec	5 Oct 2007 10:27:54 -0000	1.41
@@ -3,7 +3,7 @@
 Summary: 	ABI checking tool
 Name: 		abicheck
 Version: 	1.2
-Release: 	14
+Release: 	15
 License: 	LGPLv2
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
@@ -14,6 +14,7 @@
 Patch3:		abicheck-1.2-libgcc.patch
 Patch4:		abicheck-1.2-fortify-source-fc6.patch
 Patch5:		abicheck-1.2-ldlinux.patch
+Patch6:     abicheck-1.2-undefined-symbol.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 Requires:	binutils perl
 
@@ -32,6 +33,7 @@
 %patch3 -p1 -b .libgcc
 %patch4 -p1 -b .fortify-source-fc5
 %patch5 -p1 -b .ldlinux
+%patch6 -p1 -b .undefined-symbol
 sed -i -e 's!/usr/lib/!%{_libdir}/!g' test/Makefile
 
 
@@ -62,6 +64,9 @@
 
 
 %changelog
+* Fri Oct  5 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-15
+- Patch unbound_match.
+
 * Thu Aug  2 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-14
 - Clarify licence (LGPLv2).
 




More information about the fedora-extras-commits mailing list