Hello community,

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

Package is "ksshaskpass5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes        
2016-07-15 12:25:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2016-08-08 13:53:13.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:25 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:29 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:37:52 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:
----
  ksshaskpass-5.7.0.tar.xz
  ksshaskpass5-rpmlintrc

New:
----
  ksshaskpass-5.7.2.tar.xz

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

Other differences:
------------------
++++++ ksshaskpass5.spec ++++++
--- /var/tmp/diff_new_pack.XEVZCX/_old  2016-08-08 13:53:13.000000000 +0200
+++ /var/tmp/diff_new_pack.XEVZCX/_new  2016-08-08 13:53:13.000000000 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:           ksshaskpass5
-Version:        5.7.0
+Version:        5.7.2
 Release:        0
 Summary:        Plasma 5 version of ssh-askpass
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            
http://kde-apps.org/CONTENT/content-files/50971-ksshaskpass-0.5.3.tar.gz
 Source:         ksshaskpass-%{version}.tar.xz
-Source99:       %{name}-rpmlintrc
 Patch1:         suse-tweaks.diff
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
@@ -57,11 +56,14 @@
 %patch1 -p1
 
 %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
 
 # SSH_ASKPASS env
 %__install -d -m0755 %{buildroot}%{_kf5_configdir}/plasma-workspace/env
@@ -81,9 +83,7 @@
 %doc %lang(en) %{_kf5_mandir}/man1/ksshaskpass.1*
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++++++ ksshaskpass-5.7.0.tar.xz -> ksshaskpass-5.7.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.7.0/CMakeLists.txt 
new/ksshaskpass-5.7.2/CMakeLists.txt
--- old/ksshaskpass-5.7.0/CMakeLists.txt        2016-06-30 16:59:14.000000000 
+0200
+++ new/ksshaskpass-5.7.2/CMakeLists.txt        2016-07-19 13:00:42.000000000 
+0200
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 find_package(Qt5 REQUIRED COMPONENTS Core)
 


Reply via email to