Hello community,

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

Package is "sonnet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes    2015-03-16 
09:34:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes       2015-04-13 
20:27:19.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:57 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:
----
  sonnet-5.8.0.tar.xz

New:
----
  sonnet-5.9.0.tar.xz

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

Other differences:
------------------
++++++ sonnet.spec ++++++
--- /var/tmp/diff_new_pack.PAAnbu/_old  2015-04-13 20:27:20.000000000 +0200
+++ /var/tmp/diff_new_pack.PAAnbu/_new  2015-04-13 20:27:20.000000000 +0200
@@ -16,19 +16,22 @@
 #
 
 
+%bcond_without lang
 %define sonum   5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           sonnet
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 #BuildRequires:  aspell-devel
 BuildRequires:  cmake >= 2.8.12
 # Enchant plugin is currently disabled upstream
 #BuildRequires:  enchant-devel
-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(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
@@ -52,7 +55,9 @@
 Summary:        KDE spell checking library
 Group:          System/GUI/KDE
 Obsoletes:      libKF5SonnetCore4
+%if %{with lang}
 Recommends:     libKF5SonnetCore%sonum-lang = %{version}
+%endif
 %requires_ge libQt5Core5
 
 %description -n libKF5SonnetCore%sonum
@@ -96,9 +101,11 @@
 
 %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 libKF5SonnetCore%sonum -p /sbin/ldconfig
 
@@ -108,7 +115,9 @@
 
 %postun -n libKF5SonnetUi%sonum -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n libKF5SonnetCore%sonum-lang -f %{name}5.lang
+%endif
 
 %files -n libKF5SonnetCore%sonum
 %defattr(-,root,root)

++++++ sonnet-5.8.0.tar.xz -> sonnet-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.8.0/CMakeLists.txt 
new/sonnet-5.9.0/CMakeLists.txt
--- old/sonnet-5.8.0/CMakeLists.txt     2015-03-07 15:54:06.000000000 +0100
+++ new/sonnet-5.9.0/CMakeLists.txt     2015-04-04 14:16:01.000000000 +0200
@@ -3,7 +3,7 @@
 
 project(Sonnet)
 
-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} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake )
 
@@ -22,7 +22,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 SONNET
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/sonnet_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.8.0/po/fr/sonnet5_qt.po 
new/sonnet-5.9.0/po/fr/sonnet5_qt.po
--- old/sonnet-5.8.0/po/fr/sonnet5_qt.po        2015-03-07 15:54:06.000000000 
+0100
+++ new/sonnet-5.9.0/po/fr/sonnet5_qt.po        2015-04-04 14:16:01.000000000 
+0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-06-29 22:06+0200\n"
 "Last-Translator: Sebastien Renard <ren...@kde.org>\n"
 "Language-Team: French <kde-francoph...@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