Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2014-05-06 13:56:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-15 
11:46:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.exiv2.new/exiv2.changes 2014-05-06 
13:56:36.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May  5 09:49:40 UTC 2014 - [email protected]
+
+- add fix-parallel-build.patch to fix -j, notified upstream about it
+
+-------------------------------------------------------------------

New:
----
  fix-parallel-build.patch

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

Other differences:
------------------
++++++ exiv2.spec ++++++
--- /var/tmp/diff_new_pack.NPLTiv/_old  2014-05-06 13:56:38.000000000 +0200
+++ /var/tmp/diff_new_pack.NPLTiv/_new  2014-05-06 13:56:38.000000000 +0200
@@ -25,6 +25,8 @@
 Url:            http://www.exiv2.org/
 Source0:        http://www.exiv2.org/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
+# PATCH-FIX-UPSTREAM [email protected] -- broken Makefile, emailed A.Huggel
+Patch0:         fix-parallel-build.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -64,6 +66,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --with-pic

++++++ fix-parallel-build.patch ++++++
Index: exiv2-0.24/src/Makefile
===================================================================
--- exiv2-0.24.orig/src/Makefile
+++ exiv2-0.24/src/Makefile
@@ -215,7 +215,7 @@ ifdef DEP_TRACKING
 endif
 
 # Be sure to rewrite exv_conf.h before compiling anything
-$(SRC): exv_conf.h
+$(OBJ): exv_conf.h
 
 exv_conf.h: $(top_srcdir)/config/config.h
        LC_ALL=C sed 's/#define \([A-Z]\)/#define EXV_\1/; s/#undef 
\([A-Z]\)/#undef EXV_\1/' < $< > $@
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to