Hello community,

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

Package is "kgamma5"

Mon Jun  8 23:53:02 2020 rev:79 rq:812308 version:5.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2020-05-07 
15:08:55.264173431 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new.3606/kgamma5.changes        
2020-06-08 23:54:02.671217613 +0200
@@ -1,0 +2,20 @@
+Thu Jun  4 13:27:11 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- 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:03 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
+  * bump to require Qt 5.14
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kgamma5.spec ++++++
--- /var/tmp/diff_new_pack.sit7Gt/_old  2020-06-08 23:54:03.779221031 +0200
+++ /var/tmp/diff_new_pack.sit7Gt/_new  2020-06-08 23:54:03.783221043 +0200
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:           kgamma5
-Version:        5.18.5
+Version:        5.19.0
 Release:        0
 Summary:        Display gamma configuration
 License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Other
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz
+Source:         kgamma5-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz.sig
+Source1:        kgamma5-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.0.0

++++++ kgamma5-5.18.5.tar.xz -> kgamma5-5.19.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.18.5/.gitignore 
new/kgamma5-5.19.0/.gitignore
--- old/kgamma5-5.18.5/.gitignore       2020-05-05 16:38:05.000000000 +0200
+++ new/kgamma5-5.19.0/.gitignore       2020-06-04 13:09:57.000000000 +0200
@@ -19,3 +19,5 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.clang-format
+/build*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.18.5/CMakeLists.txt 
new/kgamma5-5.19.0/CMakeLists.txt
--- old/kgamma5-5.18.5/CMakeLists.txt   2020-05-05 16:38:43.000000000 +0200
+++ new/kgamma5-5.19.0/CMakeLists.txt   2020-06-04 13:10:34.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kgamma)
-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)
@@ -33,6 +33,10 @@
 configure_file(config-kgamma.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-kgamma.h)
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+endif()
 
 add_subdirectory(kcmkgamma)
 # add_subdirectory(xf86gammacfg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.18.5/po/zh_CN/kcmkgamma.po 
new/kgamma5-5.19.0/po/zh_CN/kcmkgamma.po
--- old/kgamma5-5.18.5/po/zh_CN/kcmkgamma.po    2020-05-05 16:38:31.000000000 
+0200
+++ new/kgamma5-5.19.0/po/zh_CN/kcmkgamma.po    2020-06-04 13:10:23.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:24+0200\n"
-"PO-Revision-Date: 2020-03-25 19:56\n"
+"PO-Revision-Date: 2020-05-09 13:50\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kde-workspace/kcmkgamma.pot\n"
+"X-Crowdin-File: /kf5-trunk/messages/kde-workspace/kcmkgamma.pot\n"
 
 #: kgamma.cpp:143
 #, kde-format



Reply via email to