Hello community,

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

Package is "milou5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/milou5/milou5.changes    2016-07-15 
12:26:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes       2016-08-08 
13:54:16.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:34 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:32 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:45:02 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:
----
  milou-5.7.0.tar.xz
  milou5-rpmlintrc

New:
----
  milou-5.7.2.tar.xz

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

Other differences:
------------------
++++++ milou5.spec ++++++
--- /var/tmp/diff_new_pack.DRcXdZ/_old  2016-08-08 13:54:17.000000000 +0200
+++ /var/tmp/diff_new_pack.DRcXdZ/_new  2016-08-08 13:54:17.000000000 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:           milou5
-Version:        5.7.0
+Version:        5.7.2
 Release:        0
 Summary:        Dedicated search application built on top of Baloo
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            https://projects.kde.org/milou
 Source:         milou-%{version}.tar.xz
-Source99:       %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -53,11 +52,14 @@
 %setup -q -n milou-%{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
 
   %fdupes -s %{buildroot}%{_kf5_localedir}/
 
@@ -78,9 +80,7 @@
 %{_kf5_plugindir}/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++++++ milou-5.7.0.tar.xz -> milou-5.7.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.7.0/CMakeLists.txt 
new/milou-5.7.2/CMakeLists.txt
--- old/milou-5.7.0/CMakeLists.txt      2016-06-30 17:03:24.000000000 +0200
+++ new/milou-5.7.2/CMakeLists.txt      2016-07-19 13:04:41.000000000 +0200
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 


Reply via email to