diff --git a/.cvsignore b/.cvsignore index 0564e66..e9659d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ exiv2-0.10.tar.gz exiv2-0.11.tar.gz +exiv2-0.12.tar.gz diff --git a/exiv2-0.11-pkgconfig.patch b/exiv2-0.11-pkgconfig.patch deleted file mode 100644 index ccf6b12..0000000 --- a/exiv2-0.11-pkgconfig.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- exiv2-0.11/config/exiv2.pc.in.pkgconfig 2006-06-15 02:27:50.000000000 -0500 -+++ exiv2-0.11/config/exiv2.pc.in 2006-10-02 09:32:32.000000000 -0500 -@@ -7,5 +7,6 @@ - Description: Exif and IPTC metadata library and tools - Version: @PACKAGE_VERSION@ - URL: http://www.exiv2.org --Libs: -L${libdir} -lexiv2 @LIBS@ -+Libs: -L${libdir} -lexiv2 -+Libs.private: @LIBS@ - Cflags: -I${includedir} diff --git a/exiv2.spec b/exiv2.spec index ee58057..65746df 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -1,8 +1,8 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 -Version: 0.11 -Release: 3%{?dist} +Version: 0.12 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia @@ -14,8 +14,6 @@ BuildRequires: zlib-devel Patch1: exiv2-0.11-no_rpath.patch Patch2: exiv2-0.9.1-deps.patch -# http://dev.robotbattle.com/bugs/view.php?id=489 -Patch3: exiv2-0.11-pkgconfig.patch %description @@ -48,7 +46,6 @@ Requires: pkgconfig %patch1 -p1 -b .no_rpath %patch2 -p1 -b .deps -%patch3 -p1 -b .pkgconfig %build @@ -97,6 +94,9 @@ rm -rf $FPM_BUILD_ROOT %changelog +* Tue Nov 28 2006 Rex Dieter 0.12-1 +- exiv2-0.12 + * Wed Oct 04 2006 Rex Dieter 0.11-3 - respin @@ -104,7 +104,7 @@ rm -rf $FPM_BUILD_ROOT - BR: zlib-devel * Tue Sep 19 2006 Rex Dieter 0.11-1 -- 0.11 +- exiv2-0.11 * Tue Aug 29 2006 Rex Dieter 0.10-2 - fc6 respin diff --git a/sources b/sources index eae3eaa..71892d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -269ce822946c56549d086f0c08dffc79 exiv2-0.11.tar.gz +a97a4e489df7ec99458e3e33b506c3e6 exiv2-0.12.tar.gz