Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2015-10-12 10:01:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/k3b (Old)
 and      /work/SRC/openSUSE:Factory/.k3b.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "k3b"

Changes:
--------
--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2015-06-08 08:29:23.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes     2015-10-12 
10:01:21.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 11 13:11:55 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added building-docs-once-is-enough.patch: Fix build when CMP002
+  policy is set to NEW
+
+-------------------------------------------------------------------

New:
----
  building-docs-once-is-enough.patch

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

Other differences:
------------------
++++++ k3b.spec ++++++
--- /var/tmp/diff_new_pack.78U8Pw/_old  2015-10-12 10:01:22.000000000 +0200
+++ /var/tmp/diff_new_pack.78U8Pw/_new  2015-10-12 10:01:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package k3b
 #
-# Copyright (c) 2014 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
@@ -31,6 +31,8 @@
 Source:         
http://download.kde.org/stable/%{name}/%{name}-%{version}a.tar.xz
 # PATCH-FIX-OPENSUSE initial-preference.diff llu...@novell.com -- Make the 
default handler for .iso files instead of Ark
 Patch0:         initial-preference.diff
+# PATCH-FIX-OPENSUSE building-docs-once-is-enough.patch  -- Fix build when 
CMP002 policy is set to NEW
+Patch1:         building-docs-once-is-enough.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -98,6 +100,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0
+%patch1 -p1
 
 # patch image with wrong dimensions - fix rpmlint warning "wrong-icon-size"
 pushd src/icons/actions

++++++ building-docs-once-is-enough.patch ++++++
--- k3b-2.0.3.orig/CMakeLists.txt       2014-11-04 19:43:47.000000000 +0100
+++ k3b-2.0.3/CMakeLists.txt    2015-10-11 15:11:18.653146229 +0200
@@ -350,6 +350,3 @@ macro_display_feature_log()
 
 include(MacroOptionalAddSubdirectory)
 macro_optional_add_subdirectory( po )
-
-include(MacroOptionalAddSubdirectory)
-macro_optional_add_subdirectory( doc )

Reply via email to