Hello community,

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

Package is "kdbusaddons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-03-16 
09:32:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes     
2015-04-13 20:25:59.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:50 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:
----
  kdbusaddons-5.8.0.tar.xz

New:
----
  kdbusaddons-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kdbusaddons.spec ++++++
--- /var/tmp/diff_new_pack.vuUfCC/_old  2015-04-13 20:26:00.000000000 +0200
+++ /var/tmp/diff_new_pack.vuUfCC/_new  2015-04-13 20:26:00.000000000 +0200
@@ -16,16 +16,19 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kdbusaddons
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
@@ -44,7 +47,9 @@
 %package -n %lname
 Summary:        Convenience classes for QtDBus
 Group:          System/GUI/KDE
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 Recommends:     %{name}-tools = %{version}
 %requires_ge libQt5DBus5
 
@@ -81,15 +86,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%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)

++++++ kdbusaddons-5.8.0.tar.xz -> kdbusaddons-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.8.0/CMakeLists.txt 
new/kdbusaddons-5.9.0/CMakeLists.txt
--- old/kdbusaddons-5.8.0/CMakeLists.txt        2015-03-07 15:40:10.000000000 
+0100
+++ new/kdbusaddons-5.9.0/CMakeLists.txt        2015-04-04 14:02:40.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.8.0/autotests/kdbusservicetest.cpp 
new/kdbusaddons-5.9.0/autotests/kdbusservicetest.cpp
--- old/kdbusaddons-5.8.0/autotests/kdbusservicetest.cpp        2015-03-07 
15:40:10.000000000 +0100
+++ new/kdbusaddons-5.9.0/autotests/kdbusservicetest.cpp        2015-04-04 
14:02:40.000000000 +0200
@@ -36,7 +36,7 @@
     Q_OBJECT
 public:
     TestObject(KDBusService *service)
-        : m_callCount(0),
+        : m_proc(0), m_callCount(0),
           m_service(service)
     {}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.8.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.9.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.8.0/po/fr/kdbusaddons5_qt.po      2015-03-07 
15:40:10.000000000 +0100
+++ new/kdbusaddons-5.9.0/po/fr/kdbusaddons5_qt.po      2015-04-04 
14:02:40.000000000 +0200
@@ -11,10 +11,10 @@
 msgstr ""
 "Project-Id-Version: kquitapp\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"


Reply via email to