Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2015-04-13 20:25:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kunitconversion (Old)
 and      /work/SRC/openSUSE:Factory/.kunitconversion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kunitconversion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes  
2015-03-16 09:31:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kunitconversion.new/kunitconversion.changes     
2015-04-13 20:25:14.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr  4 14:40:45 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  kconfig-devel and ki18n-devel
+
+-------------------------------------------------------------------

Old:
----
  kunitconversion-5.8.0.tar.xz

New:
----
  kunitconversion-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kunitconversion.spec ++++++
--- /var/tmp/diff_new_pack.5xJju9/_old  2015-04-13 20:25:14.000000000 +0200
+++ /var/tmp/diff_new_pack.5xJju9/_new  2015-04-13 20:25:14.000000000 +0200
@@ -16,14 +16,15 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5UnitConversion5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kunitconversion
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -48,7 +49,9 @@
 %package -n %lname
 Summary:        Converting physical units
 Group:          System/GUI/KDE
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KUnitConversion provides functions to convert values in different physical
@@ -60,8 +63,6 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       kconfig-devel >= %{_kf5_version}
-Requires:       ki18n-devel >= %{_kf5_version}
 Requires:       pkgconfig(Qt5Core) >= 5.2.0
 
 %description devel
@@ -80,15 +81,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kunitconversion-5.8.0.tar.xz -> kunitconversion-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-5.8.0/CMakeLists.txt 
new/kunitconversion-5.9.0/CMakeLists.txt
--- old/kunitconversion-5.8.0/CMakeLists.txt    2015-03-07 15:51:19.000000000 
+0100
+++ new/kunitconversion-5.9.0/CMakeLists.txt    2015-04-04 14:13:33.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KUnitConversion)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -18,8 +18,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KUNITCONVERSION
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kunitconversion_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5UnitConversionConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kunitconversion-5.8.0/KF5UnitConversionConfig.cmake.in 
new/kunitconversion-5.9.0/KF5UnitConversionConfig.cmake.in
--- old/kunitconversion-5.8.0/KF5UnitConversionConfig.cmake.in  2015-03-07 
15:51:19.000000000 +0100
+++ new/kunitconversion-5.9.0/KF5UnitConversionConfig.cmake.in  2015-04-04 
14:13:33.000000000 +0200
@@ -1,8 +1,5 @@
 @PACKAGE_INIT@
 
-find_dependency(KF5Config "@KF5_DEP_VERSION@")
-find_dependency(KF5I18n "@KF5_DEP_VERSION@")
-
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 


Reply via email to