Hello community,

here is the log from the commit of package kblog for openSUSE:Factory checked 
in at 2017-05-08 18:48:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kblog (Old)
 and      /work/SRC/openSUSE:Factory/.kblog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblog"

Mon May  8 18:48:08 2017 rev:20 rq:490379 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kblog/kblog.changes      2017-03-15 
00:52:24.296771964 +0100
+++ /work/SRC/openSUSE:Factory/.kblog.new/kblog.changes 2017-05-08 
18:48:09.482062083 +0200
@@ -1,0 +2,33 @@
+Sun Apr 16 10:44:51 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:23 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * None
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:17 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Fix error found by cppcheck
+  * Use nullptr
+  * Use QLatin1Char when possible
+  * Add ECMCoverageOption
+
+-------------------------------------------------------------------

Old:
----
  kblog-16.12.3.tar.xz

New:
----
  kblog-17.04.0.tar.xz

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

Other differences:
------------------
++++++ kblog.spec ++++++
--- /var/tmp/diff_new_pack.IVINwp/_old  2017-05-08 18:48:10.845869233 +0200
+++ /var/tmp/diff_new_pack.IVINwp/_new  2017-05-08 18:48:10.849868667 +0200
@@ -16,11 +16,13 @@
 #
 
 
+%bcond_without lang
+
 Name:           kblog
-Version:        16.12.3
+Version:        17.04.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Client-side support library for web application remote 
blogging APIs
 License:        LGPL-2.1+
@@ -45,6 +47,8 @@
 %package -n libKF5Blog5
 Summary:        Client-side support library for web application remote 
blogging APIs
 Group:          System/Libraries
+Recommends:     %{name}-lang
+Provides:       %{name} = %{version}
 
 %description  -n libKF5Blog5
 KBlog is a library for calling functions on Blogger 1.0, MetaWeblog,
@@ -72,6 +76,10 @@
 
 This package contains necessary include files for the library.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n kblog-%{version}
 
@@ -81,6 +89,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+  %endif
 
 %post -n libKF5Blog5 -p /sbin/ldconfig
 %postun -n libKF5Blog5 -p /sbin/ldconfig
@@ -99,4 +110,9 @@
 %{_kf5_includedir}/kblog_version.h
 %{_kf5_mkspecsdir}/qt_KBlog.pri
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ kblog-16.12.3.tar.xz -> kblog-17.04.0.tar.xz ++++++
++++ 8822 lines of diff (skipped)


Reply via email to