commit libexif for openSUSE:Factory
Hello community, here is the log from the commit of package libexif for openSUSE:Factory checked in at 2014-05-27 18:23:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libexif (Old) and /work/SRC/openSUSE:Factory/.libexif.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libexif" Changes: -------- --- /work/SRC/openSUSE:Factory/libexif/libexif.changes 2012-07-13 11:31:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libexif.new/libexif.changes 2014-05-27 18:23:57.000000000 +0200 @@ -1,0 +2,10 @@ +Mon May 26 20:55:15 UTC 2014 - crrodriguez@opensuse.org + +- Do not include timestamps in files (libexif-build-date.patch) + +------------------------------------------------------------------- +Sun May 25 20:14:49 UTC 2014 - crrodriguez@opensuse.org + +- Use LFS_CFLAGS in 32 bit systems. + +------------------------------------------------------------------- New: ---- libexif-build-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libexif.spec ++++++ --- /var/tmp/diff_new_pack.OEmHYx/_old 2014-05-27 18:23:59.000000000 +0200 +++ /var/tmp/diff_new_pack.OEmHYx/_new 2014-05-27 18:23:59.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libexif # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: https://downloads.sourceforge.net/project/libexif/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: baselibs.conf +Patch0: libexif-build-date.patch %define pname libexif12 @@ -68,8 +69,9 @@ %prep %setup -q - +%patch0 -p1 %build +export CFLAGS="%optflags $(getconf LFS_CFLAGS)" %configure --with-pic \ --disable-static \ --with-doc-dir=%{_docdir}/%{name} ++++++ libexif-build-date.patch ++++++ --- libexif-0.6.21.orig/doc/Doxyfile-internals.in +++ libexif-0.6.21/doc/Doxyfile-internals.in @@ -1214,3 +1214,4 @@ DOT_CLEANUP = YES # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO +HTML_TIMESTAMP = NO --- libexif-0.6.21.orig/doc/Doxyfile.in +++ libexif-0.6.21/doc/Doxyfile.in @@ -1214,3 +1214,4 @@ DOT_CLEANUP = YES # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO +HTML_TIMESTAMP = NO -- 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