From 3cd9d3aaa8d36e1db340c6c2ccb05d1c6c2ebfe9e66e256aa0a92e6411376f5b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 23 May 2007 16:02:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libexif?expand=0&rev=5 --- libexif-0.6.14.tar.bz2 | 3 --- libexif-0.6.15.tar.bz2 | 3 +++ libexif-fixpkgconfig.patch | 8 -------- libexif.changes | 12 ++++++++++++ libexif.spec | 31 +++++++++++++++++++++++-------- 5 files changed, 38 insertions(+), 19 deletions(-) delete mode 100644 libexif-0.6.14.tar.bz2 create mode 100644 libexif-0.6.15.tar.bz2 delete mode 100644 libexif-fixpkgconfig.patch diff --git a/libexif-0.6.14.tar.bz2 b/libexif-0.6.14.tar.bz2 deleted file mode 100644 index f0f475d..0000000 --- a/libexif-0.6.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92e329bb2100ad6b97b23e08eebacddcdb9b330b248322a282129ccda117a379 -size 588807 diff --git a/libexif-0.6.15.tar.bz2 b/libexif-0.6.15.tar.bz2 new file mode 100644 index 0000000..86b5914 --- /dev/null +++ b/libexif-0.6.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b2af36b3ce912fe956d5730d7f3fbc495c8a2af7cf7828b9cf4a59e79408cb +size 628596 diff --git a/libexif-fixpkgconfig.patch b/libexif-fixpkgconfig.patch deleted file mode 100644 index a358236..0000000 --- a/libexif-fixpkgconfig.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- libexif-0.6.13/libexif/libexif.pc.in.xx 2005-04-01 13:49:54.977323856 +0200 -+++ libexif-0.6.13/libexif/libexif.pc.in 2005-04-01 13:50:05.372712036 +0200 -@@ -8,4 +8,4 @@ - Requires: - Version: @VERSION@ - Libs: -L${libdir} -lexif -lm --Cflags: -I${includedir} -+Cflags: -I${includedir}/libexif diff --git a/libexif.changes b/libexif.changes index 511351e..2d935e7 100644 --- a/libexif.changes +++ b/libexif.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 23 17:42:12 CEST 2007 - meissner@suse.de + +- upgraded to 0.6.15 + - fixes from Coverity scans + - czech and slowak translation + - some new maker notes + - win xp metadata + - enhanced doxygen documentation +- run make check +- rpmlint fixes + ------------------------------------------------------------------- Fri Mar 2 08:43:00 CET 2007 - meissner@suse.de diff --git a/libexif.spec b/libexif.spec index 3531d22..277725f 100644 --- a/libexif.spec +++ b/libexif.spec @@ -1,5 +1,5 @@ # -# spec file for package libexif (Version 0.6.14) +# spec file for package libexif (Version 0.6.15) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,11 +16,10 @@ URL: http://libexif.sourceforge.net License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/C and C++ Summary: An EXIF Tag Parsing Library for Digital Cameras -Version: 0.6.14 -Release: 27 +Version: 0.6.15 +Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 -Patch0: libexif-fixpkgconfig.patch %description This library is used to parse EXIF information from JPEGs created by @@ -51,15 +50,16 @@ Authors: %prep %setup -q -%patch0 -p1 %build -export CFLAGS="$RPM_OPT_FLAGS -fstack-protector" -%configure\ - --disable-static\ +%configure \ + --disable-static \ --with-doc-dir=%{_docdir}/%{name} make +%check +make check + %install %makeinstall %find_lang %{name}-12 @@ -67,6 +67,12 @@ make %clean rm -rf $RPM_BUILD_ROOT +%post +%run_ldconfig + +%postun +%run_ldconfig + %files -f %{name}-12.lang %defattr(-,root,root) %{_libdir}/*.so.* @@ -80,6 +86,15 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Wed May 23 2007 - meissner@suse.de +- upgraded to 0.6.15 + - fixes from Coverity scans + - czech and slowak translation + - some new maker notes + - win xp metadata + - enhanced doxygen documentation +- run make check +- rpmlint fixes * Fri Mar 02 2007 - meissner@suse.de - the doxygen generation does not like parallel make. * Thu Mar 01 2007 - sbrabec@suse.cz