Hello community, here is the log from the commit of package exiv2 checked in at Mon Sep 1 02:34:44 CEST 2008. -------- --- exiv2/exiv2.changes 2008-06-30 22:23:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/exiv2/exiv2.changes 2008-08-31 03:22:51.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Aug 31 03:20:28 CEST 2008 - crrodriguez@suse.de + +- kill libexiv2.la, aka. the real fix for gwenview build failure. +- correct requires of -devel packages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exiv2.spec ++++++ --- /var/tmp/diff_new_pack.y31570/_old 2008-09-01 02:33:30.000000000 +0200 +++ /var/tmp/diff_new_pack.y31570/_new 2008-09-01 02:33:30.000000000 +0200 @@ -2,9 +2,16 @@ # spec file for package exiv2 (Version 0.17.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -21,7 +28,7 @@ Group: Development/Libraries/C and C++ Summary: Tool to access image Exif metadata Version: 0.17.1 -Release: 1 +Release: 23 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: exiv2-%version.tar.bz2 Patch1: gcc43.diff @@ -55,8 +62,7 @@ License: GPL v2 or later Summary: Development Headers for Exiv2 Group: Development/Libraries/C and C++ -Requires: libexiv2-4 = %{version} -Requires: zlib-devel +Requires: libexiv2-4 = %{version} libstdc++-devel %description -n libexiv2-devel Exiv2 is a C++ library and a command line utility to access image @@ -73,21 +79,17 @@ %patch1 %build -export CXXFLAGS="$RPM_OPT_FLAGS" -%configure +%configure --disable-static --with-pic make %{?jobs:-j %jobs} make doc %install %makeinstall -#hotfix .la file -sed "s,-L/usr/src/packages/BUILD/exiv2-.*/xmpsdk/src,," \ - $RPM_BUILD_ROOT/%_libdir/libexiv2.la > tmp && \ - mv tmp $RPM_BUILD_ROOT/%_libdir/libexiv2.la %find_lang exiv2 %if %suse_version > 1020 %fdupes -s doc/html %endif +rm -f %{buildroot}%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -109,13 +111,14 @@ %defattr(-,root,root) %doc doc/html /usr/include/exiv2 -%{_libdir}/libexiv2.a -%{_libdir}/libexiv2.la %{_libdir}/libexiv2.so %{_libdir}/pkgconfig/exiv2.pc %{_mandir}/man*/* %changelog +* Sun Aug 31 2008 crrodriguez@suse.de +- kill libexiv2.la, aka. the real fix for gwenview build failure. +- correct requires of -devel packages * Mon Jun 30 2008 dmueller@suse.de - update to 0.17.1: * for changelog see http://www.exiv2.org/changelog.html ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de