Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2019-01-10 15:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkscreen2 (Old)
 and      /work/SRC/openSUSE:Factory/.libkscreen2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkscreen2"

Thu Jan 10 15:18:41 2019 rev:78 rq:663989 version:5.14.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2018-12-05 
09:42:34.232759233 +0100
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new.28833/libkscreen2.changes       
2019-01-10 15:18:43.158610766 +0100
@@ -1,0 +2,10 @@
+Tue Jan  8 13:37:08 UTC 2019 - [email protected]
+
+- Update to 5.14.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.5.php
+- Changes since 5.14.4:
+  * Notify also if modes have changed
+
+-------------------------------------------------------------------

Old:
----
  libkscreen-5.14.4.tar.xz
  libkscreen-5.14.4.tar.xz.sig

New:
----
  libkscreen-5.14.5.tar.xz
  libkscreen-5.14.5.tar.xz.sig

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

Other differences:
------------------
++++++ libkscreen2.spec ++++++
--- /var/tmp/diff_new_pack.IgtQGt/_old  2019-01-10 15:18:43.610610334 +0100
+++ /var/tmp/diff_new_pack.IgtQGt/_new  2019-01-10 15:18:43.614610330 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkscreen2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +20,17 @@
 
 %define lname   libKF5Screen7
 Name:           libkscreen2
-Version:        5.14.4
+Version:        5.14.5
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
 # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 5.14.4
+BuildRequires:  extra-cmake-modules >= 5.14.5
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KF5Wayland) >= 5.14.4
+BuildRequires:  cmake(KF5Wayland) >= 5.14.5
 BuildRequires:  cmake(Qt5Core) >= 5.4.0
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
 BuildRequires:  cmake(Qt5Gui) >= 5.4.0

++++++ libkscreen-5.14.4.tar.xz -> libkscreen-5.14.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.14.4/CMakeLists.txt 
new/libkscreen-5.14.5/CMakeLists.txt
--- old/libkscreen-5.14.4/CMakeLists.txt        2018-11-27 17:10:50.000000000 
+0100
+++ new/libkscreen-5.14.5/CMakeLists.txt        2019-01-08 12:01:46.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.14.4")
+set(PROJECT_VERSION "5.14.5")
 
 set(QT_MIN_VERSION "5.11.0")
 set(KF5_MIN_VERSION "5.50.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.14.4/src/output.cpp 
new/libkscreen-5.14.5/src/output.cpp
--- old/libkscreen-5.14.4/src/output.cpp        2018-11-27 17:10:50.000000000 
+0100
+++ new/libkscreen-5.14.5/src/output.cpp        2019-01-08 12:01:46.000000000 
+0100
@@ -553,6 +553,7 @@
     }
     if (!d->compareModeList(d->modeList, other->d->modeList)) {
         changes << &Output::outputChanged;
+        changes << &Output::modesChanged;
     }
 
     setPreferredModes(other->d->preferredModes);



Reply via email to