Hello community,

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

Package is "kross"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kross/kross.changes      2015-03-16 
09:36:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2015-04-13 
20:28:40.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:41:07 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
+
+-------------------------------------------------------------------

Old:
----
  kross-5.8.0.tar.xz

New:
----
  kross-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kross.spec ++++++
--- /var/tmp/diff_new_pack.mn96l9/_old  2015-04-13 20:28:40.000000000 +0200
+++ /var/tmp/diff_new_pack.mn96l9/_new  2015-04-13 20:28:40.000000000 +0200
@@ -16,30 +16,33 @@
 #
 
 
-%define _tar_path 5.8
+%bcond_without lang
+%define _tar_path 5.9
 Name:           kross
-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:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
+BuildRequires:  kcompletion-devel >= %{_tar_path}
+BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kiconthemes-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kparts-devel >= %{kf5_version}
-BuildRequires:  kservice-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kxmlgui-devel >= %{kf5_version}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kiconthemes-devel >= %{_tar_path}
+BuildRequires:  kio-devel >= %{_tar_path}
+BuildRequires:  kparts-devel >= %{_tar_path}
+BuildRequires:  kservice-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
+BuildRequires:  kxmlgui-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Script) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+%if %{with lang}
 Recommends:     %{name}-lang = %{version}
+%endif
 Obsoletes:      libKF5KrossCore4
 Obsoletes:      libKF5KrossUi4
 Summary:        Embedding of scripting into applications
@@ -59,11 +62,11 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       ki18n-devel >= %{kf5_version}
-Requires:       kiconthemes-devel >= %{kf5_version}
-Requires:       kio-devel >= %{kf5_version}
-Requires:       kparts-devel >= %{kf5_version}
-Requires:       kwidgetsaddons-devel >= %{kf5_version}
+Requires:       ki18n-devel >= %{_tar_path}
+Requires:       kiconthemes-devel >= %{_tar_path}
+Requires:       kio-devel >= %{_tar_path}
+Requires:       kparts-devel >= %{_tar_path}
+Requires:       kwidgetsaddons-devel >= %{_tar_path}
 Requires:       pkgconfig(Qt5Core) >= 5.2.0
 Requires:       pkgconfig(Qt5Script) >= 5.2.0
 Requires:       pkgconfig(Qt5Widgets) >= 5.2.0
@@ -84,15 +87,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+%if %{with lang}
 %files lang -f %{name}5.lang
+%endif
 
 %files
 %defattr(-,root,root)

++++++ kross-5.8.0.tar.xz -> kross-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.8.0/CMakeLists.txt 
new/kross-5.9.0/CMakeLists.txt
--- old/kross-5.8.0/CMakeLists.txt      2015-03-07 15:49:23.000000000 +0100
+++ new/kross-5.9.0/CMakeLists.txt      2015-04-04 14:11:49.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(Kross)
 
-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})
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-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 KROSS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kross_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfigVersion.cmake"


Reply via email to