Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2016-08-08 13:52:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old)
 and      /work/SRC/openSUSE:Factory/.khotkeys5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khotkeys5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes      2016-07-15 
12:24:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2016-08-08 
13:52:28.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:21 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.2.php
+
+-------------------------------------------------------------------
+Wed Jul 13 06:13:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.1.php
+
+-------------------------------------------------------------------
+Tue Jul  5 11:26:47 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+-------------------------------------------------------------------

Old:
----
  khotkeys-5.7.0.tar.xz
  khotkeys5-rpmlintrc

New:
----
  khotkeys-5.7.2.tar.xz

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

Other differences:
------------------
++++++ khotkeys5.spec ++++++
--- /var/tmp/diff_new_pack.3ZyZtz/_old  2016-08-08 13:52:29.000000000 +0200
+++ /var/tmp/diff_new_pack.3ZyZtz/_new  2016-08-08 13:52:29.000000000 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:           khotkeys5
-Version:        5.7.0
+Version:        5.7.2
 Release:        0
 Summary:        KDE's hotkey daemon
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
 Source:         khotkeys-%{version}.tar.xz
-Source99:       %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
@@ -65,11 +64,14 @@
 %setup -q -n khotkeys-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %post   -p /sbin/ldconfig
 
@@ -93,9 +95,7 @@
 %{_kf5_sharedir}/dbus-1/interfaces/org.kde.khotkeys.xml
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++++++ khotkeys-5.7.0.tar.xz -> khotkeys-5.7.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.0/CMakeLists.txt 
new/khotkeys-5.7.2/CMakeLists.txt
--- old/khotkeys-5.7.0/CMakeLists.txt   2016-06-30 16:55:23.000000000 +0200
+++ new/khotkeys-5.7.2/CMakeLists.txt   2016-07-19 12:57:12.000000000 +0200
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)


Reply via email to