Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2014-04-02 17:22:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-03-10 
12:18:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2014-04-02 
17:22:34.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:49 UTC 2014 - [email protected]
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kross-4.97.0.tar.xz

New:
----
  kross-4.98.0.tar.xz

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

Other differences:
------------------
++++++ kross.spec ++++++
--- /var/tmp/diff_new_pack.CaPcMM/_old  2014-04-02 17:22:35.000000000 +0200
+++ /var/tmp/diff_new_pack.CaPcMM/_new  2014-04-02 17:22:35.000000000 +0200
@@ -17,10 +17,10 @@
 
 
 Name:           kross
-Version:        4.97.0
+Version:        4.98.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.11
+BuildRequires:  extra-cmake-modules >= 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel >= %{_kf5_version}
 BuildRequires:  kdoctools-devel >= %{_kf5_version}

++++++ kross-4.97.0.tar.xz -> kross-4.98.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-4.97.0/CMakeLists.txt 
new/kross-4.98.0/CMakeLists.txt
--- old/kross-4.97.0/CMakeLists.txt     2014-03-01 12:51:33.000000000 +0100
+++ new/kross-4.98.0/CMakeLists.txt     2014-03-28 19:17:27.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(Kross)
 
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -16,7 +16,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "4.97.0")
+set(KF5_VERSION "4.98.0")
 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-4.97.0/docs/kross/man-kf5kross.1.docbook 
new/kross-4.98.0/docs/kross/man-kf5kross.1.docbook
--- old/kross-4.97.0/docs/kross/man-kf5kross.1.docbook  2014-03-01 
12:51:33.000000000 +0100
+++ new/kross-4.98.0/docs/kross/man-kf5kross.1.docbook  2014-03-28 
19:17:27.000000000 +0100
@@ -1,5 +1,5 @@
 <?xml version="1.0" ?>
-<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant 
V1.1//EN" "dtd/kdex.dtd" [
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
   <!ENTITY % English "INCLUDE"><!-- change language only here -->
 ]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-4.97.0/src/Messages.sh 
new/kross-4.98.0/src/Messages.sh
--- old/kross-4.97.0/src/Messages.sh    1970-01-01 01:00:00.000000000 +0100
+++ new/kross-4.98.0/src/Messages.sh    2014-03-28 19:17:27.000000000 +0100
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources.
+# The results are stored in a pseudo .cpp file to be picked up by xgettext.
+lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg`
+if [ -n "$lst" ] ; then
+    $EXTRACTRC $lst >> rc.cpp
+fi
+
+# If your framework contains tips-of-the-day, call preparetips as well.
+if [ -f "data/tips" ] ; then
+    ( cd data && $PREPARETIPS > ../tips.cpp )
+fi
+
+# Extract strings from all source files.
+# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation
+# system, use $EXTRACT_TR_STRINGS.
+$XGETTEXT `find . -name \*.cpp -o -name \*.h -name \*.qml` -o $podir/kross5.pot

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to