From 07183d4697b5910692e4e3b393baa73d1cfda448 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Oct 05 2007 11:36:08 +0000 Subject: revert; remove unbound-match, not suitable for FC-6; don't build an update --- diff --git a/abicheck-1.2-undefined-symbol.patch b/abicheck-1.2-undefined-symbol.patch deleted file mode 100644 index 7c7b700..0000000 --- a/abicheck-1.2-undefined-symbol.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 = diff --git a/abicheck.spec b/abicheck.spec index 11201f6..c5801ca 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -14,7 +14,6 @@ Patch2: abicheck-1.2-bindings-fc4.patch 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 @@ -33,7 +32,6 @@ Binary Interface). %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 @@ -65,7 +63,6 @@ rm -rf $RPM_BUILD_ROOT %changelog * Fri Oct 5 2007 Michael Schwendt - 1.2-11.6 -- Patch unbound_match. - Sync with rawhide: clarify licence (LGPLv2), update tests patch * Mon Aug 28 2006 Michael Schwendt - 1.2-11