Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2016-07-03 12:19:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
 and      /work/SRC/openSUSE:Factory/.frameworkintegration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frameworkintegration"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes    
    2016-05-19 12:06:18.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2016-07-03 12:20:18.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jun  6 21:22:56 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * Remove unused dependencies and translation handling
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+-------------------------------------------------------------------

Old:
----
  frameworkintegration-5.22.0.tar.xz

New:
----
  frameworkintegration-5.23.0.tar.xz

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

Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.ahwLCg/_old  2016-07-03 12:20:19.000000000 +0200
+++ /var/tmp/diff_new_pack.ahwLCg/_new  2016-07-03 12:20:19.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:           frameworkintegration
-Version:        5.22.0
+Version:        5.23.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ frameworkintegration-5.22.0.tar.xz -> frameworkintegration-5.23.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.22.0/CMakeLists.txt 
new/frameworkintegration-5.23.0/CMakeLists.txt
--- old/frameworkintegration-5.22.0/CMakeLists.txt      2016-05-06 
21:30:12.000000000 +0200
+++ new/frameworkintegration-5.23.0/CMakeLists.txt      2016-06-06 
11:24:50.000000000 +0200
@@ -3,7 +3,7 @@
 project(FrameworkIntegration)
 
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.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)
 
@@ -21,10 +21,10 @@
 include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.4.0)
-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX FRAMEWORKINTEGRATION
                   VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/frameworkintegration_version.h"
@@ -33,16 +33,10 @@
 
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5IconThemes ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5KIO ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Notifications ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
 
-add_definitions(-DTRANSLATION_DOMAIN=\"frameworkintegration5\")
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-    ki18n_install(po)
-endif()
 add_subdirectory(src)
 add_subdirectory(autotests)
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.22.0/autotests/CMakeLists.txt 
new/frameworkintegration-5.23.0/autotests/CMakeLists.txt
--- old/frameworkintegration-5.22.0/autotests/CMakeLists.txt    2016-05-06 
21:30:12.000000000 +0200
+++ new/frameworkintegration-5.23.0/autotests/CMakeLists.txt    2016-06-06 
11:24:50.000000000 +0200
@@ -21,7 +21,7 @@
     add_test(frameworkintegration-${_testname} ${_testname})
     ecm_mark_as_test(${_testname})
     ecm_mark_nongui_executable(${_testname})
-    target_link_libraries(${_testname} Qt5::Test Qt5::DBus KF5::ConfigWidgets 
KF5::ConfigCore KF5::IconThemes KF5::Style KF5::KIOFileWidgets KF5::I18n 
KF5::Notifications)
+    target_link_libraries(${_testname} Qt5::Test KF5::ConfigWidgets 
KF5::ConfigCore KF5::IconThemes KF5::Style KF5::Notifications)
 endmacro()
 
 frameworkintegration_tests(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.22.0/metainfo.yaml 
new/frameworkintegration-5.23.0/metainfo.yaml
--- old/frameworkintegration-5.22.0/metainfo.yaml       2016-05-06 
21:30:12.000000000 +0200
+++ new/frameworkintegration-5.23.0/metainfo.yaml       2016-06-06 
11:24:50.000000000 +0200
@@ -9,3 +9,7 @@
 portingAid: false
 deprecated: false
 release: true
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.22.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.23.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.22.0/plasma_workspace.notifyrc   2016-05-06 
21:30:12.000000000 +0200
+++ new/frameworkintegration-5.23.0/plasma_workspace.notifyrc   2016-06-06 
11:24:50.000000000 +0200
@@ -746,7 +746,9 @@
 Name[en_GB]=Application Crash
 Name[es]=Fallo de aplicación
 Name[fi]=Ohjelman kaatuminen
+Name[gd]=Thuislich aplacaid
 Name[gl]=Quebra dun programa
+Name[he]=היישום קרס
 Name[it]=Chiusura inattesa dell'applicazione
 Name[ko]=프로그램 충돌
 Name[nl]=Crash van toepassing
@@ -774,7 +776,9 @@
 Comment[en_GB]=An application just closed unexpectedly
 Comment[es]=Una aplicación se acaba de cerrar de forma no esperada
 Comment[fi]=Ohjelma sulkeutui juuri odottamattomasti
+Comment[gd]=Tha aplacaid air a dùnadh gun dùil
 Comment[gl]=Un programa pechouse inesperadamente
+Comment[he]=היישום קרס בצורה לא צפוייה
 Comment[it]=Un'applicazione si è appena chiusa in modo inatteso
 Comment[ko]=프로그램이 예상하지 못하게 충돌했습니다
 Comment[nl]=Een toepassing is zojuist onverwacht afgesloten
@@ -1588,7 +1592,9 @@
 Name[en_GB]=Widget failed to install
 Name[es]=La instalación del elemento gráfico ha fallado
 Name[fi]=Sovelman asennus epäonnistui
+Name[gd]=Cha deach le stàladh a' widget
 Name[gl]=Fallo de instalación dun trebello
+Name[he]=התקנת היישומון נכשלה
 Name[it]=Installazione dell'oggetto non riuscita
 Name[ko]=위젯을 설치할 수 없음
 Name[nl]=Widget kan niet geïnstalleerd worden
@@ -1616,7 +1622,9 @@
 Comment[en_GB]=A widget could not be installed
 Comment[es]=No se ha podido instalar un elemento gráfico
 Comment[fi]=Sovelmaa ei voitu asentaa
+Comment[gd]=Cha b' urrainn dhuinn a' widget a stàladh
 Comment[gl]=Non foi posíbel instalar un trebello.
+Comment[he]=אי אפשר להתקין את היישומון
 Comment[it]=Un oggetto non può essere installato
 Comment[ko]=위젯을 설치할 수 없음
 Comment[nl]=Een widget kon niet geïnstalleerd worden
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.22.0/src/Messages.sh 
new/frameworkintegration-5.23.0/src/Messages.sh
--- old/frameworkintegration-5.22.0/src/Messages.sh     2016-05-06 
21:30:12.000000000 +0200
+++ new/frameworkintegration-5.23.0/src/Messages.sh     1970-01-01 
01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
-#!/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 -o -name \*.qml` -o 
$podir/frameworkintegration5.pot


Reply via email to