From a13b383c107352f0348b591d04b6a442a1b789b8edb7f6dc2934b524c2b66801 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 15 Sep 2018 12:29:41 +0000 Subject: [PATCH] Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=140 --- kscreenlocker-5.13.5.tar.xz | 3 --- kscreenlocker-5.13.90.tar.xz | 3 +++ kscreenlocker.changes | 19 +++++++++++++++++++ kscreenlocker.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 kscreenlocker-5.13.5.tar.xz create mode 100644 kscreenlocker-5.13.90.tar.xz diff --git a/kscreenlocker-5.13.5.tar.xz b/kscreenlocker-5.13.5.tar.xz deleted file mode 100644 index f931dd7..0000000 --- a/kscreenlocker-5.13.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28e84e59cee7f28fabe5c446f76d0898c7da32e050ab9bd65c738c91d3943f9c -size 122112 diff --git a/kscreenlocker-5.13.90.tar.xz b/kscreenlocker-5.13.90.tar.xz new file mode 100644 index 0000000..337633e --- /dev/null +++ b/kscreenlocker-5.13.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f1801f6875856956b66f1609872d09fd3676c6efdee62e66aaf2beb2342246 +size 122136 diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 005a951..2490ca5 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Sep 13 17:25:00 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.13.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.90.php +- Changes since 5.13.5: + * Fix the plasma-workspace build. + * Export install location for DBUS interfaces via CMake + * QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency. + * Install our org.kde.screensaver interface definition + * Prevent paste in screen locker (kde#388049) + * Load QtQuickSettings for software rendering + * Force software rendering when greeter crashed + * Fix build, remove some implicit QString casts + * Make it compile with strict compile flags + * Add explicit + ------------------------------------------------------------------- Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index 5913c69..2fbcc17 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kscreenlocker -Version: 5.13.5 +Version: 5.13.90 Release: 0 Summary: Library and components for secure lock screen architecture License: GPL-2.0-or-later Group: System/GUI/KDE Url: https://projects.kde.org/kscreenlocker -Source: http://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/kscreenlocker-%{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