Hello community,

here is the log from the commit of package kpkpass for openSUSE:Leap:15.2 
checked in at 2020-05-12 11:35:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kpkpass (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kpkpass.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpkpass"

Tue May 12 11:35:15 2020 rev:13 rq:797440 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kpkpass/kpkpass.changes        2020-03-15 
07:09:49.720908322 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kpkpass.new.2738/kpkpass.changes      
2020-05-12 11:35:16.260106176 +0200
@@ -1,0 +2,29 @@
+Thu Apr 23 12:22:47 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:22 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:18 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Autogenerate categories file
+  * Allow to disable building tests
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kpkpass.spec ++++++
--- /var/tmp/diff_new_pack.fYtibV/_old  2020-05-12 11:35:16.608106907 +0200
+++ /var/tmp/diff_new_pack.fYtibV/_new  2020-05-12 11:35:16.612106916 +0200
@@ -18,23 +18,23 @@
 
 %bcond_without lang
 Name:           kpkpass
-Version:        19.12.3
+Version:        20.04.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/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-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:  kf5-filesystem
 BuildRequires:  shared-mime-info
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 
 %description
 kpkpass is a library to read and parse Apple Passbook files, such as the ones


++++++ kpkpass-19.12.3.tar.xz -> kpkpass-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpkpass-19.12.3/.gitignore 
new/kpkpass-20.04.0/.gitignore
--- old/kpkpass-19.12.3/.gitignore      2020-02-07 07:15:10.000000000 +0100
+++ new/kpkpass-20.04.0/.gitignore      2020-04-04 12:00:32.000000000 +0200
@@ -1,10 +1,20 @@
-*.kdev4
+# Ignore the following files
 *~
-*.rej
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
 *.orig
-*.out
-CMakeLists.txt.user
-callgrind.*
-heaptrack.*
-*.qmlc
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
 /build*/
+.cmake/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpkpass-19.12.3/CMakeLists.txt 
new/kpkpass-20.04.0/CMakeLists.txt
--- old/kpkpass-19.12.3/CMakeLists.txt  2020-02-07 07:15:10.000000000 +0100
+++ new/kpkpass-20.04.0/CMakeLists.txt  2020-04-04 12:00:32.000000000 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.3")
+set(PIM_VERSION "5.14.0")
 project(KPkPass VERSION ${PIM_VERSION})
 
-set(KF5_MIN_VERSION "5.63.0")
+set(KF5_MIN_VERSION "5.68.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -22,23 +22,25 @@
     PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPimPkPassConfigVersion.cmake"
 )
 
-set(QT_REQUIRED_VERSION "5.11.0")
+set(QT_REQUIRED_VERSION "5.12.0")
 
-find_package(Qt5 ${QT_REQUIRED_VERSION} REQUIRED COMPONENTS Test Gui)
+find_package(Qt5 ${QT_REQUIRED_VERSION} REQUIRED COMPONENTS Gui)
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Archive)
 find_package(SharedMimeInfo 1.3 REQUIRED)
 option(NO_REGENERATE_MIME "Don't regenerate mime file (only for developper)" 
FALSE )
 
 if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
    add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 endif()
 
 add_definitions(-DQT_NO_FOREACH)
 
 
 add_subdirectory(src)
-add_subdirectory(autotests)
+if (BUILD_TESTING)
+    add_subdirectory(autotests)
+endif()
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -62,4 +64,3 @@
         FILE KPimPkPassTargets.cmake
         NAMESPACE KPim::
 )
-install(FILES org_kde_kpkpass.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpkpass-19.12.3/autotests/CMakeLists.txt 
new/kpkpass-20.04.0/autotests/CMakeLists.txt
--- old/kpkpass-19.12.3/autotests/CMakeLists.txt        2020-02-07 
07:15:10.000000000 +0100
+++ new/kpkpass-20.04.0/autotests/CMakeLists.txt        2020-04-04 
12:00:32.000000000 +0200
@@ -1,3 +1,4 @@
+find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
 add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
 
 ecm_add_test(pkpasstest.cpp LINK_LIBRARIES Qt5::Test KPim::PkPass)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpkpass-19.12.3/org_kde_kpkpass.categories 
new/kpkpass-20.04.0/org_kde_kpkpass.categories
--- old/kpkpass-19.12.3/org_kde_kpkpass.categories      2020-02-07 
07:15:10.000000000 +0100
+++ new/kpkpass-20.04.0/org_kde_kpkpass.categories      1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-org.kde.kpkpass KPkPass IDENTIFIER [KPkPass::Log]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpkpass-19.12.3/src/CMakeLists.txt 
new/kpkpass-20.04.0/src/CMakeLists.txt
--- old/kpkpass-19.12.3/src/CMakeLists.txt      2020-02-07 07:15:10.000000000 
+0100
+++ new/kpkpass-20.04.0/src/CMakeLists.txt      2020-04-04 12:00:32.000000000 
+0200
@@ -6,11 +6,14 @@
     location.cpp
     pass.cpp
 )
+
 ecm_qt_declare_logging_category(pkpass_srcs
-    HEADER logging.h
-    IDENTIFIER KPkPass::Log
-    CATEGORY_NAME org.kde.pkpass
-)
+        HEADER logging.h
+        IDENTIFIER KPkPass::Log
+        CATEGORY_NAME org.kde.pkpass
+        DESCRIPTION "KPkPass" EXPORT KPKPASS)
+
+
 
 add_library(KPimPkPass ${pkpass_srcs})
 add_library(KPim::PkPass ALIAS KPimPkPass)
@@ -51,3 +54,5 @@
        update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR})
     endif()
 endif()
+
+ecm_qt_install_logging_categories(EXPORT KPKPASS FILE 
org_kde_kpkpass.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})


Reply via email to