From ad56c2590fd5125f0872ccc541a1c0e6c4fced13f9ea94cfb8954e55f1aff9ac Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 13 Sep 2016 21:11:44 +0000 Subject: [PATCH 1/6] Update to Plasma 5.7.5 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=49 --- kscreenlocker-5.7.4.tar.xz | 3 --- kscreenlocker-5.7.5.tar.xz | 3 +++ kscreenlocker.changes | 8 ++++++++ kscreenlocker.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kscreenlocker-5.7.4.tar.xz create mode 100644 kscreenlocker-5.7.5.tar.xz diff --git a/kscreenlocker-5.7.4.tar.xz b/kscreenlocker-5.7.4.tar.xz deleted file mode 100644 index 255da36..0000000 --- a/kscreenlocker-5.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86c954973c3f9d474a0e44275e6cfec596a217f1516cecd6f2b04df5df1f10d -size 101828 diff --git a/kscreenlocker-5.7.5.tar.xz b/kscreenlocker-5.7.5.tar.xz new file mode 100644 index 0000000..f824547 --- /dev/null +++ b/kscreenlocker-5.7.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ffe3c15f71a8fe2a57a67f1edd91c26ac4b4be1dc566a3cfa8e57cb5bb0de1 +size 102996 diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 32b5718..cc7d06e 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.5 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.5.php + ------------------------------------------------------------------- Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index 5f41b42..9923d2b 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kscreenlocker -Version: 5.7.4 +Version: 5.7.5 Release: 0 Summary: Library and components for secure lock screen architecture License: GPL-2.0+ Group: System/GUI/KDE Url: https://projects.kde.org/kscreenlocker -Source: %{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland requirement from 1.3 to 1.2.1 Patch0: fix-wayland-version-requirement.diff BuildRequires: cmake >= 2.8.12 From 97626fd9ae01c2b76a4e20d5209f60116224dc4da06c8c87084bc459195f51fc Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 18:39:41 +0000 Subject: [PATCH 2/6] update in the right project OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=50 --- fix-wayland-version-requirement.diff | 2 +- kscreenlocker-5.7.5.tar.xz | 3 --- kscreenlocker-5.7.95.tar.xz | 3 +++ kscreenlocker.changes | 8 ++++++++ kscreenlocker.spec | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 kscreenlocker-5.7.5.tar.xz create mode 100644 kscreenlocker-5.7.95.tar.xz diff --git a/fix-wayland-version-requirement.diff b/fix-wayland-version-requirement.diff index 9c9972b..8a86b95 100644 --- a/fix-wayland-version-requirement.diff +++ b/fix-wayland-version-requirement.diff @@ -2,7 +2,7 @@ Index: kscreenlocker-5.5.0/CMakeLists.txt =================================================================== --- kscreenlocker-5.5.0.orig/CMakeLists.txt +++ kscreenlocker-5.5.0/CMakeLists.txt -@@ -38,7 +38,7 @@ set_package_properties(KF5Wayland PROPER +@@ -56,7 +56,7 @@ set_package_properties(KF5Wayland PROPERTIES TYPE REQUIRED PURPOSE "Required for building screenlocker") find_package(WaylandScanner) diff --git a/kscreenlocker-5.7.5.tar.xz b/kscreenlocker-5.7.5.tar.xz deleted file mode 100644 index f824547..0000000 --- a/kscreenlocker-5.7.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65ffe3c15f71a8fe2a57a67f1edd91c26ac4b4be1dc566a3cfa8e57cb5bb0de1 -size 102996 diff --git a/kscreenlocker-5.7.95.tar.xz b/kscreenlocker-5.7.95.tar.xz new file mode 100644 index 0000000..ea08b88 --- /dev/null +++ b/kscreenlocker-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14166977464d4aa94e5a61a49948e232305b9290245f366e75e662f97acb05ca +size 107628 diff --git a/kscreenlocker.changes b/kscreenlocker.changes index cc7d06e..e86dce5 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.95 (Plasma 5.8 Beta) + * New LTS feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.95.php + ------------------------------------------------------------------- Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index 9923d2b..4ea7180 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kscreenlocker -Version: 5.7.5 +Version: 5.7.95 Release: 0 Summary: Library and components for secure lock screen architecture License: GPL-2.0+ Group: System/GUI/KDE Url: https://projects.kde.org/kscreenlocker -Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland requirement from 1.3 to 1.2.1 Patch0: fix-wayland-version-requirement.diff BuildRequires: cmake >= 2.8.12 From 76131e938264bfec4252ec495e536ac3a60c26d79e12b49d00ac84bc9e44e1fc Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 5 Oct 2016 07:36:08 +0000 Subject: [PATCH 3/6] Sync with KDE:Frameworks5:LTS OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=51 --- kscreenlocker-5.7.95.tar.xz | 3 --- kscreenlocker-5.8.0.tar.xz | 3 +++ kscreenlocker.changes | 8 ++++++++ kscreenlocker.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kscreenlocker-5.7.95.tar.xz create mode 100644 kscreenlocker-5.8.0.tar.xz diff --git a/kscreenlocker-5.7.95.tar.xz b/kscreenlocker-5.7.95.tar.xz deleted file mode 100644 index ea08b88..0000000 --- a/kscreenlocker-5.7.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14166977464d4aa94e5a61a49948e232305b9290245f366e75e662f97acb05ca -size 107628 diff --git a/kscreenlocker-5.8.0.tar.xz b/kscreenlocker-5.8.0.tar.xz new file mode 100644 index 0000000..4ccc2bc --- /dev/null +++ b/kscreenlocker-5.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc771a797939eb1b76a8dba6bb02b7b59f6c41803f49a2331b38c32f226620c3 +size 107948 diff --git a/kscreenlocker.changes b/kscreenlocker.changes index e86dce5..1de6fed 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 29 16:36:28 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.8.0 + * New LTS feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.0.php + ------------------------------------------------------------------- Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index 4ea7180..88057e4 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kscreenlocker -Version: 5.7.95 +Version: 5.8.0 Release: 0 Summary: Library and components for secure lock screen architecture License: GPL-2.0+ Group: System/GUI/KDE Url: https://projects.kde.org/kscreenlocker -Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland requirement from 1.3 to 1.2.1 Patch0: fix-wayland-version-requirement.diff BuildRequires: cmake >= 2.8.12 From 62d1e216d06e614e597fb500ff722573eee18dd15c3ce0b478d22f5f868d6652 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 18 Oct 2016 20:28:22 +0000 Subject: [PATCH 4/6] Unbreak link OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=52 --- kscreenlocker-5.8.0.tar.xz | 3 --- kscreenlocker-5.8.1.tar.xz | 3 +++ kscreenlocker.changes | 13 +++++++++++++ kscreenlocker.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 kscreenlocker-5.8.0.tar.xz create mode 100644 kscreenlocker-5.8.1.tar.xz diff --git a/kscreenlocker-5.8.0.tar.xz b/kscreenlocker-5.8.0.tar.xz deleted file mode 100644 index 4ccc2bc..0000000 --- a/kscreenlocker-5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc771a797939eb1b76a8dba6bb02b7b59f6c41803f49a2331b38c32f226620c3 -size 107948 diff --git a/kscreenlocker-5.8.1.tar.xz b/kscreenlocker-5.8.1.tar.xz new file mode 100644 index 0000000..d8d1b12 --- /dev/null +++ b/kscreenlocker-5.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d3fd72a400720a37877c2a3bf0ce8ef1f84cb8807ac6ca35b7076ec8b92b22 +size 108068 diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 1de6fed..762e93b 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 11 15:44:28 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.8.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.1.php + +------------------------------------------------------------------- +Wed Oct 5 07:58:45 UTC 2016 - fabian@ritter-vogt.de + +- Add Source: URL back + ------------------------------------------------------------------- Thu Sep 29 16:36:28 UTC 2016 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index 88057e4..5e55b73 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kscreenlocker -Version: 5.8.0 +Version: 5.8.1 Release: 0 Summary: Library and components for secure lock screen architecture License: GPL-2.0+ Group: System/GUI/KDE Url: https://projects.kde.org/kscreenlocker -Source: %{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland requirement from 1.3 to 1.2.1 Patch0: fix-wayland-version-requirement.diff BuildRequires: cmake >= 2.8.12 From ebf60ba835402ecbe60867bbdebcc7573b54aa4ee1e54cad49e6be5de93ce385 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 19 Oct 2016 08:16:34 +0000 Subject: [PATCH 5/6] Accepting request 436027 from KDE:Frameworks5:LTS Update to 5.8.2 OBS-URL: https://build.opensuse.org/request/show/436027 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=53 --- kscreenlocker-5.8.2.tar.xz | 3 +++ kscreenlocker.changes | 8 ++++++++ kscreenlocker.spec | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 kscreenlocker-5.8.2.tar.xz diff --git a/kscreenlocker-5.8.2.tar.xz b/kscreenlocker-5.8.2.tar.xz new file mode 100644 index 0000000..5a15cac --- /dev/null +++ b/kscreenlocker-5.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17abef1b648a6ed77d5646d3378a44273ddd9d4a06c2747fbbf2a4f0a145e55 +size 108036 diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 762e93b..eb28b54 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 18 15:16:03 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.8.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.2.php + ------------------------------------------------------------------- Tue Oct 11 15:44:28 UTC 2016 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index 5e55b73..3541135 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kscreenlocker -Version: 5.8.1 +Version: 5.8.2 Release: 0 Summary: Library and components for secure lock screen architecture License: GPL-2.0+ From 36b38da3b8a4b652c2c5dee69e9b742db4b5a3febdeab63f626f2831053a600a Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 19 Oct 2016 09:21:30 +0000 Subject: [PATCH 6/6] Removed stray tarball OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=54 --- kscreenlocker-5.8.1.tar.xz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 kscreenlocker-5.8.1.tar.xz diff --git a/kscreenlocker-5.8.1.tar.xz b/kscreenlocker-5.8.1.tar.xz deleted file mode 100644 index d8d1b12..0000000 --- a/kscreenlocker-5.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30d3fd72a400720a37877c2a3bf0ce8ef1f84cb8807ac6ca35b7076ec8b92b22 -size 108068