Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2014-06-18 07:49:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.exiv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exiv2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes      2014-05-06 
13:56:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.exiv2.new/exiv2.changes 2014-06-18 
07:49:18.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 26 20:46:15 UTC 2014 - [email protected]
+
+- Build with large file support in 32 bit systems.
+- Ensure we do not use __DATE__ or __TIME__ anywhere 
+  (exiv2-build-date.patch)
+-------------------------------------------------------------------

New:
----
  exiv2-build-date.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ exiv2.spec ++++++
--- /var/tmp/diff_new_pack.MZeQzK/_old  2014-06-18 07:49:19.000000000 +0200
+++ /var/tmp/diff_new_pack.MZeQzK/_new  2014-06-18 07:49:19.000000000 +0200
@@ -27,6 +27,7 @@
 Source1:        baselibs.conf
 # PATCH-FIX-UPSTREAM [email protected] -- broken Makefile, emailed A.Huggel
 Patch0:         fix-parallel-build.patch
+Patch1:         exiv2-build-date.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -67,8 +68,10 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+export CXXFLAGS="%optflags $(getconf LFS_CFLAGS)"
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 make doc -k ||:

++++++ exiv2-build-date.patch ++++++
--- exiv2-0.24.orig/config/Doxyfile
+++ exiv2-0.24/config/Doxyfile
@@ -974,7 +974,7 @@ HTML_COLORSTYLE_GAMMA  = 80
 # page will contain the date and time when the page was generated. Setting
 # this to NO can help when comparing the output of multiple runs.
 
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
--- exiv2-0.24.orig/src/version.cpp
+++ exiv2-0.24/src/version.cpp
@@ -257,8 +257,6 @@ EXIV2API void dumpLibraryInfo(std::ostre
     os << "dll="      << dll                    << endl;
     os << "debug="    << debug                  << endl;
     os << "version="  << __VERSION__            << endl;
-    os << "date="     << __DATE__               << endl;
-    os << "time="     << __TIME__               << endl;
 
     if ( libs.begin() != libs.end() ) {
         os << "executable=" << *libs.begin() << endl;
--- exiv2-0.24.orig/samples/geotag.cpp
+++ exiv2-0.24/samples/geotag.cpp
@@ -684,7 +684,7 @@ int getFileType(const char* path,Options
 
 int version(const char* program)
 {
-    printf("%s: %s %s\n",program,__DATE__,__TIME__);
+    printf("%s\n",program);
     return 0;
 }
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to