Hello community,

here is the log from the commit of package kpkpass for openSUSE:Factory checked 
in at 2019-12-13 12:03:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpkpass (Old)
 and      /work/SRC/openSUSE:Factory/.kpkpass.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpkpass"

Fri Dec 13 12:03:07 2019 rev:17 rq:756275 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpkpass/kpkpass.changes  2019-11-12 
11:38:47.470307526 +0100
+++ /work/SRC/openSUSE:Factory/.kpkpass.new.4691/kpkpass.changes        
2019-12-13 12:04:02.777409610 +0100
@@ -1,0 +2,28 @@
+Tue Dec 10 06:38:51 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:12:11 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:44 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Use QLatin1String in join/startswith/endsWith/contains + QString::replace
+    operates on the same object, no need to reassign
+  * Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
+
+-------------------------------------------------------------------

Old:
----
  kpkpass-19.08.3.tar.xz
  kpkpass-19.08.3.tar.xz.sig

New:
----
  kpkpass-19.12.0.tar.xz
  kpkpass-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kpkpass.spec ++++++
--- /var/tmp/diff_new_pack.hGypVx/_old  2019-12-13 12:04:03.277409421 +0100
+++ /var/tmp/diff_new_pack.hGypVx/_new  2019-12-13 12:04:03.281409420 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpkpass
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,21 @@
 
 %bcond_without lang
 Name:           kpkpass
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Library to parse Passbook files
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.0.0
-BuildRequires:  karchive-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  shared-mime-info
+BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
 
@@ -53,8 +53,8 @@
 %package devel
 Summary:        Development files for kpkpass
 Group:          Development/Libraries/KDE
-Requires:       karchive-devel
 Requires:       libKPimPkPass5 = %{version}
+Requires:       cmake(KF5Archive)
 
 %description devel
 This package contains all necessary include files and libraries needed

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.hGypVx/_old and 
/var/tmp/diff_new_pack.hGypVx/_new differ

++++++ kpkpass-19.08.3.tar.xz -> kpkpass-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpkpass-19.08.3/CMakeLists.txt 
new/kpkpass-19.12.0/CMakeLists.txt
--- old/kpkpass-19.08.3/CMakeLists.txt  2019-10-11 07:09:21.000000000 +0200
+++ new/kpkpass-19.12.0/CMakeLists.txt  2019-11-30 09:48:39.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.12.3")
+set(PIM_VERSION "5.13.0")
 project(KPkPass VERSION ${PIM_VERSION})
 
-set(KF5_MIN_VERSION "5.60.0")
+set(KF5_MIN_VERSION "5.63.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMAddTests)
@@ -29,7 +29,11 @@
 find_package(SharedMimeInfo 1.3 REQUIRED)
 option(NO_REGENERATE_MIME "Don't regenerate mime file (only for developper)" 
FALSE )
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+endif()
+
 add_definitions(-DQT_NO_FOREACH)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpkpass-19.08.3/src/field.cpp 
new/kpkpass-19.12.0/src/field.cpp
--- old/kpkpass-19.08.3/src/field.cpp   2019-10-11 07:09:21.000000000 +0200
+++ new/kpkpass-19.12.0/src/field.cpp   2019-11-30 09:48:39.000000000 +0100
@@ -89,7 +89,7 @@
         return {};
     }
     auto msg = 
d->pass->d->message(d->obj.value(QLatin1String("changeMessage")).toString());
-    msg = msg.replace(QLatin1String("%@"), valueDisplayString());
+    msg.replace(QLatin1String("%@"), valueDisplayString());
     return msg;
 }
 


Reply via email to