From 237cf8ce453f6e4ac3a49b8f67c3a166d4fe5a6d09075a0dd94194cf2d5a9c0a Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 16 May 2017 11:56:19 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=80 --- kwayland-integration-5.9.5.tar.xz | 3 --- kwayland-integration-5.9.95.tar.xz | 3 +++ kwayland-integration.changes | 10 ++++++++++ kwayland-integration.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 kwayland-integration-5.9.5.tar.xz create mode 100644 kwayland-integration-5.9.95.tar.xz diff --git a/kwayland-integration-5.9.5.tar.xz b/kwayland-integration-5.9.5.tar.xz deleted file mode 100644 index 2038399..0000000 --- a/kwayland-integration-5.9.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9700c4f796b0c311c2eecd1354b5f32adc1028e5a4ccacc6edad7dd0c3e8a1e -size 18384 diff --git a/kwayland-integration-5.9.95.tar.xz b/kwayland-integration-5.9.95.tar.xz new file mode 100644 index 0000000..7253975 --- /dev/null +++ b/kwayland-integration-5.9.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d023f42f70c383a87e6df14af2ae50c9b960570a25bc769c3d01683880cf25e +size 18572 diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 13699c2..a6fd2be 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 11 20:26:25 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.9.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.95.php +- Changes since 5.9.5: + * Cleanup wayland resources used in kwindowsystem before they're deleted by QPA (kde#374665) + ------------------------------------------------------------------- Tue Apr 25 18:58:01 CEST 2017 - lbeltrame@kde.org diff --git a/kwayland-integration.spec b/kwayland-integration.spec index f8220a9..731738e 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -17,17 +17,17 @@ Name: kwayland-integration -Version: 5.9.5 +Version: 5.9.95 Release: 0 -# Full Plasma 5 version (e.g. 5.9.4) +# Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} -# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF) +# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} Summary: Integration plugins for various KDE frameworks for wayland windowing system 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 From b4948a72d4a28d75ed4edb63cd023c041558fb48d8c5991093cae93bb2f38a75 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 27 May 2017 16:19:40 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=81 --- kwayland-integration-5.10.0.tar.xz | 3 +++ kwayland-integration-5.9.95.tar.xz | 3 --- kwayland-integration.changes | 10 ++++++++++ kwayland-integration.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 kwayland-integration-5.10.0.tar.xz delete mode 100644 kwayland-integration-5.9.95.tar.xz diff --git a/kwayland-integration-5.10.0.tar.xz b/kwayland-integration-5.10.0.tar.xz new file mode 100644 index 0000000..b74208e --- /dev/null +++ b/kwayland-integration-5.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2224b3186bc7eddf1950aad9dde0d311c55b491691de4ead1c62cf28b5eb98 +size 18568 diff --git a/kwayland-integration-5.9.95.tar.xz b/kwayland-integration-5.9.95.tar.xz deleted file mode 100644 index 7253975..0000000 --- a/kwayland-integration-5.9.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d023f42f70c383a87e6df14af2ae50c9b960570a25bc769c3d01683880cf25e -size 18572 diff --git a/kwayland-integration.changes b/kwayland-integration.changes index a6fd2be..11fe548 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 26 14:10:30 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.0.php +- Changes since 5.9.95: + * None + ------------------------------------------------------------------- Thu May 11 20:26:25 CEST 2017 - fabian@ritter-vogt.de diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 731738e..f7c7b81 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -17,7 +17,7 @@ Name: kwayland-integration -Version: 5.9.95 +Version: 5.10.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} @@ -27,7 +27,7 @@ Summary: Integration plugins for various KDE frameworks for wayland windo License: LGPL-2.1+ Group: Development/Libraries/KDE Url: http://www.kde.org -Source: kwayland-integration-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem From 7e64a89577092af9183565b39391432fbe51b6a80783a209d585dd7301d8bd38 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 28 May 2017 09:01:28 +0000 Subject: [PATCH 3/3] Strip source URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=82 --- kwayland-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwayland-integration.spec b/kwayland-integration.spec index f7c7b81..bb6d91f 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -27,7 +27,7 @@ Summary: Integration plugins for various KDE frameworks for wayland windo 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