Hello community, here is the log from the commit of package khotkeys5 for openSUSE:Factory checked in at 2020-02-22 19:04:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old) and /work/SRC/openSUSE:Factory/.khotkeys5.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khotkeys5" Sat Feb 22 19:04:21 2020 rev:94 rq:776764 version:5.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes 2020-02-10 21:51:23.798123771 +0100 +++ /work/SRC/openSUSE:Factory/.khotkeys5.new.26092/khotkeys5.changes 2020-02-22 19:04:40.702136261 +0100 @@ -1,0 +2,9 @@ +Tue Feb 18 14:05:55 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.18.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.1.php +- No code changes since 5.18.0 + +------------------------------------------------------------------- Old: ---- khotkeys-5.18.0.tar.xz khotkeys-5.18.0.tar.xz.sig New: ---- khotkeys-5.18.1.tar.xz khotkeys-5.18.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khotkeys5.spec ++++++ --- /var/tmp/diff_new_pack.PNPUoG/_old 2020-02-22 19:04:41.382137615 +0100 +++ /var/tmp/diff_new_pack.PNPUoG/_new 2020-02-22 19:04:41.386137623 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: khotkeys5 -Version: 5.18.0 +Version: 5.18.1 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -28,9 +28,9 @@ License: GPL-2.0-or-later Group: System/GUI/KDE Url: http://www.kde.org -Source: khotkeys-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz %if %{with lang} -Source1: khotkeys-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE ++++++ khotkeys-5.18.0.tar.xz -> khotkeys-5.18.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khotkeys-5.18.0/CMakeLists.txt new/khotkeys-5.18.1/CMakeLists.txt --- old/khotkeys-5.18.0/CMakeLists.txt 2020-02-06 14:08:51.000000000 +0100 +++ new/khotkeys-5.18.1/CMakeLists.txt 2020-02-18 14:02:58.000000000 +0100 @@ -1,5 +1,5 @@ project(khotkeys) -set(PROJECT_VERSION "5.18.0") +set(PROJECT_VERSION "5.18.1") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)