Hello community,

here is the log from the commit of package kdevplatform for openSUSE:Factory 
checked in at 2016-02-22 08:57:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevplatform (Old)
 and      /work/SRC/openSUSE:Factory/.kdevplatform.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevplatform"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevplatform/kdevplatform.changes        
2015-12-09 22:20:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdevplatform.new/kdevplatform.changes   
2016-02-22 08:57:16.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Jan 26 14:32:28 UTC 2016 - wba...@tmo.at
+
+- Update to 1.7.3
+  * No upstream changelog provided
+  * Bugfix release 
+
+-------------------------------------------------------------------

Old:
----
  kdevplatform-1.7.2.tar.xz

New:
----
  kdevplatform-1.7.3.tar.bz2

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

Other differences:
------------------
++++++ kdevplatform.spec ++++++
--- /var/tmp/diff_new_pack.LTJhX7/_old  2016-02-22 08:57:17.000000000 +0100
+++ /var/tmp/diff_new_pack.LTJhX7/_new  2016-02-22 08:57:17.000000000 +0100
@@ -17,15 +17,15 @@
 
 
 Name:           kdevplatform
-Version:        1.7.2
+Version:        1.7.3
 Release:        0
-%define kdevelop_version 4.7.2
+%define kdevelop_version 4.7.3
 %define libkdev_major 8
 Summary:        Base Package for Integrated Development Environments
 License:        GPL-2.0+
 Group:          Development/Tools/IDE
 Url:            http://www.kdevelop.org
-Source0:        
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/%{name}-%{version}.tar.xz
+Source0:        
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/%{name}-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  db-devel
 BuildRequires:  fdupes
@@ -51,6 +51,12 @@
 %setup -q
 echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt
 echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt
+%if 0%{?suse_version} <= 1320 && !0%{?is_opensuse}
+# fix build with older cmake versions (i.e. on 13.2 and below) by
+# readding "cmake_policy(SET CMP0002 OLD)" to po/CMakeLists.txt
+# (was in there before but has been removed in 1.7.3)
+sed -i -e "1s/^/cmake_policy(SET CMP0002 OLD)\n/" po/CMakeLists.txt
+%endif
 
 %build
   %cmake_kde4 -d build

++++++ kdevplatform-1.7.2.tar.xz -> kdevplatform-1.7.3.tar.bz2 ++++++
++++ 7749 lines of diff (skipped)


Reply via email to