diff --git a/kscreenlocker-5.15.0.tar.xz b/kscreenlocker-5.15.0.tar.xz deleted file mode 100644 index 6509bfc..0000000 --- a/kscreenlocker-5.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d11bfd7aa0ec11d61a8a8aad81d1c9fffedfcdff55f43ba42816c7b57e15f2c1 -size 122200 diff --git a/kscreenlocker-5.15.0.tar.xz.sig b/kscreenlocker-5.15.0.tar.xz.sig deleted file mode 100644 index 1ea58ca..0000000 --- a/kscreenlocker-5.15.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxcFwQACgkQ7JTRj38F -mX6qFQgAikR3F3qKrDQQXxVk4kbrmc4ZkfcadvKoMF9JMvPEhEAqICHLPKnZWFXE -GFaI8QkMAzr4nB0VP/2l3lQyN/2zX5VbGkYelQsImDtBL5SbyUgSt5dUd/e5dJ86 -R7N5qjErG8eZFY2O4YQQX+zx1obxD0+t1AqIdKrsrhCXwD0IAl23szx2tTG9zIm+ -a3UVPlUnJv0aA0XdUobKfC3tH/xgy+d+WrIe6iGDSUx299kLrp1k438wdpfq5vmb -Tq0OKjadmrsPFBg3yXvpDIDrCNheER08fZKcFA+BAsBAvoUzAroCGFzrtkX+RnD1 -XvOlaXdrgkGs08v1+dQdjEGg5GpcGw== -=Uzac ------END PGP SIGNATURE----- diff --git a/kscreenlocker-5.15.1.tar.xz b/kscreenlocker-5.15.1.tar.xz new file mode 100644 index 0000000..e787b1a --- /dev/null +++ b/kscreenlocker-5.15.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fa3cc3eecc9954e4bcd7a05b59290796a299b66ebe18868e29352d79f8e2ca +size 122740 diff --git a/kscreenlocker-5.15.1.tar.xz.sig b/kscreenlocker-5.15.1.tar.xz.sig new file mode 100644 index 0000000..aafc32a --- /dev/null +++ b/kscreenlocker-5.15.1.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxr37gACgkQ7JTRj38F +mX4zwAgAkPfLKJvWD6DdtaQ7p4oEs6ko5m3a5lKWkAvT6+AL8ol6tENxp59Wrnn5 +ablhEDD9gQGcZBynFRwy3NeTypqWNCreM3vf4hiYbjngpzdz9c/+kvIi74RxsgcB +XAix/12WRBkx3gyGQa3yLGlKMq+TMvYUph+FoU3hbZ1BHXnKKGscjLUOAtzxHkum +T1A+1+Tf37jeCubEZ+9c4pS8wQNzfVEtBj0vR3/b4CvFVnbwxOjpTC1b7ZNgBSor +qpxPfH372Z8fuFm5pbe/j0bCgu88HWekXnGrs+vzVFTLhXYWUApY9rHRbnPktGMA +jbESt0cBx2AJeui7046qgdPz9xTJBw== +=YRbw +-----END PGP SIGNATURE----- diff --git a/kscreenlocker.changes b/kscreenlocker.changes index fbde547..8b1cd4a 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 19 12:25:54 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.15.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.1.php +- No code changes since 5.15.0 + ------------------------------------------------------------------- Thu Feb 7 16:02:50 UTC 2019 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index a994d60..5bd68f8 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -18,15 +18,15 @@ %bcond_without lang Name: kscreenlocker -Version: 5.15.0 +Version: 5.15.1 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: kscreenlocker-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz %if %{with lang} -Source1: kscreenlocker-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig Source2: plasma.keyring %endif Source3: kscreenlocker @@ -34,18 +34,18 @@ BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 1.8.0 BuildRequires: kf5-filesystem BuildRequires: pam-devel -BuildRequires: cmake(KF5Crash) >= 5.15.0 -BuildRequires: cmake(KF5Declarative) >= 5.15.0 -BuildRequires: cmake(KF5GlobalAccel) >= 5.15.0 -BuildRequires: cmake(KF5I18n) >= 5.15.0 -BuildRequires: cmake(KF5IdleTime) >= 5.15.0 -BuildRequires: cmake(KF5KCMUtils) >= 5.15.0 -BuildRequires: cmake(KF5Notifications) >= 5.15.0 -BuildRequires: cmake(KF5Solid) >= 5.15.0 -BuildRequires: cmake(KF5TextWidgets) >= 5.15.0 +BuildRequires: cmake(KF5Crash) >= 5.15.1 +BuildRequires: cmake(KF5Declarative) >= 5.15.1 +BuildRequires: cmake(KF5GlobalAccel) >= 5.15.1 +BuildRequires: cmake(KF5I18n) >= 5.15.1 +BuildRequires: cmake(KF5IdleTime) >= 5.15.1 +BuildRequires: cmake(KF5KCMUtils) >= 5.15.1 +BuildRequires: cmake(KF5Notifications) >= 5.15.1 +BuildRequires: cmake(KF5Solid) >= 5.15.1 +BuildRequires: cmake(KF5TextWidgets) >= 5.15.1 BuildRequires: cmake(KF5Wayland) -BuildRequires: cmake(KF5WindowSystem) >= 5.15.0 -BuildRequires: cmake(KF5XmlGui) >= 5.15.0 +BuildRequires: cmake(KF5WindowSystem) >= 5.15.1 +BuildRequires: cmake(KF5XmlGui) >= 5.15.1 BuildRequires: cmake(Qt5Quick) >= 5.5.0 BuildRequires: cmake(Qt5QuickWidgets) >= 5.5.0 BuildRequires: cmake(Qt5Test) >= 5.5.0