Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2020-06-08 23:54:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old)
 and      /work/SRC/openSUSE:Factory/.kwrited5.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwrited5"

Mon Jun  8 23:54:08 2020 rev:95 rq:812320 version:5.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes        2020-05-07 
15:10:12.888338027 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new.3606/kwrited5.changes      
2020-06-08 23:55:08.879421847 +0200
@@ -1,0 +2,20 @@
+Thu Jun  4 13:27:12 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.19.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.0.php
+- No code changes since 5.18.90
+
+-------------------------------------------------------------------
+Thu May 14 14:33:05 UTC 2020 - Fabian Vogt <[email protected]>
+
+- 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
+  * bump to require Qt 5.14
+
+-------------------------------------------------------------------

Old:
----
  kwrited-5.18.5.tar.xz
  kwrited-5.18.5.tar.xz.sig

New:
----
  kwrited-5.19.0.tar.xz
  kwrited-5.19.0.tar.xz.sig

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

Other differences:
------------------
++++++ kwrited5.spec ++++++
--- /var/tmp/diff_new_pack.UOwGfv/_old  2020-06-08 23:55:12.403432717 +0200
+++ /var/tmp/diff_new_pack.UOwGfv/_new  2020-06-08 23:55:12.411432742 +0200
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:           kwrited5
-Version:        5.18.5
+Version:        5.19.0
 Release:        0
 Summary:        Daemon listening for wall and write messages
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
+Source:         kwrited-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz.sig
+Source1:        kwrited-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.11

++++++ kwrited-5.18.5.tar.xz -> kwrited-5.19.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.18.5/CMakeLists.txt 
new/kwrited-5.19.0/CMakeLists.txt
--- old/kwrited-5.18.5/CMakeLists.txt   2020-05-05 16:46:45.000000000 +0200
+++ new/kwrited-5.19.0/CMakeLists.txt   2020-06-04 13:18:11.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kwrited)
-set(PROJECT_VERSION "5.18.5")
+set(PROJECT_VERSION "5.19.0")
 
-set(QT_MIN_VERSION "5.12.0")
+set(QT_MIN_VERSION "5.14.0")
 set(KF5_MIN_VERSION "5.66.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
@@ -41,6 +41,11 @@
 add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
 add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
 
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+endif()
+
 # If libutempter is not available on the system, we build
 # kwrited as an executable that is installed with setuid root
 # (or setgid utmp) in order to be able to login successfully



Reply via email to