Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2016-02-24 18:56:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-01-20 
09:47:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2016-02-24 
18:57:00.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:06:09 UTC 2016 - [email protected]
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+-------------------------------------------------------------------

Old:
----
  kross-5.18.0.tar.xz

New:
----
  kross-5.19.0.tar.xz

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

Other differences:
------------------
++++++ kross.spec ++++++
--- /var/tmp/diff_new_pack.1uPuRa/_old  2016-02-24 18:57:01.000000000 +0100
+++ /var/tmp/diff_new_pack.1uPuRa/_new  2016-02-24 18:57:01.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:           kross
-Version:        5.18.0
+Version:        5.19.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ kross-5.18.0.tar.xz -> kross-5.19.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.18.0/CMakeLists.txt 
new/kross-5.19.0/CMakeLists.txt
--- old/kross-5.18.0/CMakeLists.txt     2016-01-02 17:48:08.000000000 +0100
+++ new/kross-5.19.0/CMakeLists.txt     2016-02-06 14:55:33.000000000 +0100
@@ -3,7 +3,7 @@
 project(Kross)
 
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,11 +17,11 @@
 include(ECMGenerateHeaders)
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.18.0/po/nb/kross5.po 
new/kross-5.19.0/po/nb/kross5.po
--- old/kross-5.18.0/po/nb/kross5.po    2016-01-02 17:48:08.000000000 +0100
+++ new/kross-5.19.0/po/nb/kross5.po    2016-02-06 14:55:33.000000000 +0100
@@ -4,7 +4,7 @@
 # Bjørn Steensrud <[email protected]>, 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt <[email protected]>, 2004, 2005.
 # Gaute Hvoslef Kvalnes <[email protected]>, 2004, 2005.
-# Axel Bojer <[email protected]>, 2005, 2006.
+# Axel Bojer <[email protected]>, 2005, 2006.
 # Nils Kristian Tomren <[email protected]>, 2005, 2007.
 # Øyvind A. Holm <[email protected]>, 2009.
 msgid ""
@@ -31,7 +31,8 @@
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected],[email protected]"
+msgstr ""
+"[email protected],[email protected],[email protected]"
 
 #: console/main.cpp:99
 msgctxt "application name"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.18.0/src/core/metafunction.h 
new/kross-5.19.0/src/core/metafunction.h
--- old/kross-5.18.0/src/core/metafunction.h    2016-01-02 17:48:08.000000000 
+0100
+++ new/kross-5.19.0/src/core/metafunction.h    2016-02-06 14:55:33.000000000 
+0100
@@ -44,7 +44,7 @@
  * classes located in kdebindings inherit this class to connect a
  * QObject signal together with a callable python or ruby method.
  */
-class KROSSCORE_EXPORT MetaFunction : public QObject
+class MetaFunction : public QObject
 {
 public:
 


Reply via email to