Hello community,
here is the log from the commit of package kwayland-integration for
openSUSE:Factory checked in at 2018-06-13 15:31:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-integration (Old)
and /work/SRC/openSUSE:Factory/.kwayland-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland-integration"
Wed Jun 13 15:31:05 2018 rev:49 rq:615746 version:5.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2018-05-08 13:34:38.187407182 +0200
+++
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
2018-06-13 15:31:07.126828002 +0200
@@ -1,0 +2,20 @@
+Thu Jun 7 20:03:51 CEST 2018 - [email protected]
+
+- Update to 5.13.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.13.0.php
+- Changes since 5.12.90:
+ * None
+
+-------------------------------------------------------------------
+Sat May 19 14:16:36 CEST 2018 - [email protected]
+
+- Update to 5.12.90
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.12.90.php
+- Changes since 5.12.5:
+ * None
+
+-------------------------------------------------------------------
Old:
----
kwayland-integration-5.12.5.tar.xz
New:
----
kwayland-integration-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwayland-integration.spec ++++++
--- /var/tmp/diff_new_pack.aWGzR5/_old 2018-06-13 15:31:08.118791480 +0200
+++ /var/tmp/diff_new_pack.aWGzR5/_new 2018-06-13 15:31:08.130791038 +0200
@@ -17,7 +17,7 @@
Name: kwayland-integration
-Version: 5.12.5
+Version: 5.13.0
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -27,7 +27,7 @@
License: LGPL-2.1+
Group: Development/Libraries/KDE
Url: http://www.kde.org
-Source:
http://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
+Source: kwayland-integration-%{version}.tar.xz
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.11
BuildRequires: kf5-filesystem
@@ -36,7 +36,6 @@
BuildRequires: cmake(KF5WindowSystem) >= 5.24.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Provides integration plugins for various KDE frameworks for the wayland
windowing system.
@@ -52,8 +51,7 @@
%kf5_makeinstall -C build
%files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
%{_kf5_plugindir}/
%changelog
++++++ kwayland-integration-5.12.5.tar.xz -> kwayland-integration-5.13.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kwayland-integration-5.12.5/CMakeLists.txt
new/kwayland-integration-5.13.0/CMakeLists.txt
--- old/kwayland-integration-5.12.5/CMakeLists.txt 2018-05-01
14:51:55.000000000 +0200
+++ new/kwayland-integration-5.13.0/CMakeLists.txt 2018-06-07
15:53:22.000000000 +0200
@@ -1,5 +1,5 @@
project(kwayland-integration)
-set(PROJECT_VERSION "5.12.5")
+set(PROJECT_VERSION "5.13.0")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)