diff --git a/abicheck.spec b/abicheck.spec index d80ed26..a406ccc 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -3,7 +3,7 @@ Summary: ABI checking tool Name: abicheck Version: 1.2 -Release: 19 +Release: 20 License: LGPLv2 Group: Applications/File URL: http://abicheck.sourceforge.net/ @@ -27,7 +27,7 @@ Binary Interface). %prep %setup -q sed -i -e '1d;2i#!/usr/bin/perl' abicheck.pl -%patch -p1 -b .fc3 +%patch0 -p1 -b .fc3 %patch1 -p1 -b .tests %patch2 -p1 -b .bindings-fc4 %patch3 -p1 -b .libgcc @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 29 2008 Michael Schwendt - 1.2-20 +- Rename Patch to Patch0 - should fix build in Rawhide. + * Wed Aug 6 2008 Michael Schwendt - 1.2-19 - Fix shebang to make rpmlint happy.