Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2015-05-20 23:47:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-02-12 
10:22:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.exiv2.new/exiv2.changes 2015-05-20 
23:47:02.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 12 10:18:32 UTC 2015 - dmuel...@suse.com
+
+- add parallel-build-dep.patch: Fix build dependencies
+
+-------------------------------------------------------------------

New:
----
  parallel-build-dep.patch

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

Other differences:
------------------
++++++ exiv2.spec ++++++
--- /var/tmp/diff_new_pack.vbCPRo/_old  2015-05-20 23:47:03.000000000 +0200
+++ /var/tmp/diff_new_pack.vbCPRo/_new  2015-05-20 23:47:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exiv2
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 Patch1:         exiv2-build-date.patch
 # PATCH-FIX-UPSTREAM fix-overflow-in-info-tags-r3264.patch 
nico.kru...@gmail.com -- fix overflow in info tags from svn rev 3264, also 
fixes kde#340373
 Patch2:         fix-overflow-in-info-tags-r3264.patch
+Patch3:         parallel-build-dep.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -72,6 +73,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3
 
 %build
 export CXXFLAGS="%optflags $(getconf LFS_CFLAGS)"

++++++ parallel-build-dep.patch ++++++
--- src/Makefile
+++ src/Makefile
@@ -159,7 +159,7 @@
 COBJ = $(CSRC:.c=.o)
 CLOBJ = $(CSRC:.c=.lo)
 
-SRC = $(CCSRC) $(CSRC)
+SRC = $(CCSRC) $(CSRC) $(EXIV2MAIN)
 HDR = $(CCHDR)
 OBJ = $(CCOBJ) $(COBJ)
 LOBJ = $(CCLOBJ) $(CLOBJ)

Reply via email to