diff --git a/abicheck-1.2-bindings-fc4.patch b/abicheck-1.2-bindings-fc4.patch new file mode 100644 index 0000000..83a5a76 --- /dev/null +++ b/abicheck-1.2-bindings-fc4.patch @@ -0,0 +1,12 @@ +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 = diff --git a/abicheck.spec b/abicheck.spec index 9c55446..e370ed5 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -7,8 +7,9 @@ License: LGPL 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 @@ Binary Interface). %setup -q %patch -p1 -b .fc3 %patch1 -p1 -b .test-static +%patch2 -p1 -b .bindings-fc4 %build @@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Apr 11 2005 Michael Schwendt - 1.2-4 +- Add patch to catch up with bindings related changes in ldd output. + * Fri Apr 7 2005 Michael Schwendt - rebuilt