Hello community,

here is the log from the commit of package pam_kwallet for openSUSE:Factory 
checked in at 2020-05-20 18:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_kwallet (Old)
 and      /work/SRC/openSUSE:Factory/.pam_kwallet.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_kwallet"

Wed May 20 18:46:55 2020 rev:67 rq:807522 version:5.18.90

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2020-05-07 
14:48:59.641776445 +0200
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new.2738/pam_kwallet.changes        
2020-05-20 18:46:58.301485774 +0200
@@ -1,0 +2,10 @@
+Thu May 14 14:33:06 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.18.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.90.php
+- Changes since 5.18.5:
+  * Remove too strict Qt/KF5 deprecation rule
+
+-------------------------------------------------------------------

Old:
----
  kwallet-pam-5.18.5.tar.xz
  kwallet-pam-5.18.5.tar.xz.sig

New:
----
  kwallet-pam-5.18.90.tar.xz
  kwallet-pam-5.18.90.tar.xz.sig

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

Other differences:
------------------
++++++ pam_kwallet.spec ++++++
--- /var/tmp/diff_new_pack.0vFqjr/_old  2020-05-20 18:46:58.865487040 +0200
+++ /var/tmp/diff_new_pack.0vFqjr/_new  2020-05-20 18:46:58.869487050 +0200
@@ -19,15 +19,15 @@
 %bcond_without lang
 
 Name:           pam_kwallet
-Version:        5.18.5
+Version:        5.18.90
 Release:        0
 Summary:        A PAM Module for KWallet signing
 License:        LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only
 Group:          System/GUI/KDE
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz
+Source:         
https://download.kde.org/unstable/plasma/%{version}/kwallet-pam-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/unstable/plasma/%{version}/kwallet-pam-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 Source3:        baselibs.conf

++++++ kwallet-pam-5.18.5.tar.xz -> kwallet-pam-5.18.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.18.5/CMakeLists.txt 
new/kwallet-pam-5.18.90/CMakeLists.txt
--- old/kwallet-pam-5.18.5/CMakeLists.txt       2020-05-05 16:44:43.000000000 
+0200
+++ new/kwallet-pam-5.18.90/CMakeLists.txt      2020-05-14 12:40:29.000000000 
+0200
@@ -1,7 +1,7 @@
 project(pam_kwallet)
 cmake_minimum_required(VERSION 2.8.12)
 set(KF5_MIN_VERSION "5.66.0")
-set(PROJECT_VERSION "5.18.5")
+set(PROJECT_VERSION "5.18.90")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
@@ -28,6 +28,10 @@
    ${CMAKE_CURRENT_BINARY_DIR}
    ${LIBGCRYPT_INCLUDE_DIR}
 )
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+endif()
 
 set(library_name "pam_kwallet5")
 



Reply via email to