From 4730a1a32d86e1f764f4342081ffd9d6b587355062343620c2b150bc377bcf89 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:10:49 +0000 Subject: [PATCH] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kcm_sddm?expand=0&rev=2 --- _service | 12 --- ...m-5.7.90git~20160909T211104~6d5c322.tar.xz | 3 - _service:set_version:kcm_sddm.spec | 94 ------------------- kcm_sddm.changes | 88 +++++++++++++++++ kcm_sddm.spec | 4 +- sddm-kcm-5.7.95.tar.xz | 3 + 6 files changed, 93 insertions(+), 111 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:sddm-kcm-5.7.90git~20160909T211104~6d5c322.tar.xz delete mode 100644 _service:set_version:kcm_sddm.spec create mode 100644 sddm-kcm-5.7.95.tar.xz diff --git a/_service b/_service deleted file mode 100644 index 115193d..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/sddm-kcm - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - diff --git a/_service:recompress:tar_scm:sddm-kcm-5.7.90git~20160909T211104~6d5c322.tar.xz b/_service:recompress:tar_scm:sddm-kcm-5.7.90git~20160909T211104~6d5c322.tar.xz deleted file mode 100644 index a7d3115..0000000 --- a/_service:recompress:tar_scm:sddm-kcm-5.7.90git~20160909T211104~6d5c322.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f810ac89039c35519c2923a66459b040e42060192715b49f5c57ca593c4a2c72 -size 32344 diff --git a/_service:set_version:kcm_sddm.spec b/_service:set_version:kcm_sddm.spec deleted file mode 100644 index 0290d60..0000000 --- a/_service:set_version:kcm_sddm.spec +++ /dev/null @@ -1,94 +0,0 @@ -# -# spec file for package kcm_sddm -# -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -%bcond_without lang -Name: kcm_sddm -Summary: A sddm control module for KDE -License: GPL-2.0 -Group: System/GUI/KDE -Version: 5.7.90git~20160909T211104~6d5c322 -Release: 0 -Url: https://projects.kde.org/projects/kdereview/sddm-kcm/repository -Source: sddm-kcm-%{version}.tar.xz -# PATCH-FIX-OPENSUSE set-default-session-to-plasma5-for-autologin.patch boo#951886 wbauer@tmo.at -- set the default autologin session to plasma5.desktop -Patch: set-default-session-to-plasma5-for-autologin.patch -BuildRequires: extra-cmake-modules >= 1.0.0 -BuildRequires: kf5-filesystem -BuildRequires: cmake(KF5Auth) -BuildRequires: cmake(KF5ConfigWidgets) -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5KIO) -BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Designer) >= 5.4.0 -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: cmake(Qt5QuickWidgets) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xcb) -BuildRequires: pkgconfig(xcb-image) -BuildRequires: pkgconfig(xcb-shm) -# cmakelists broken upstream, /home/abuild/rpmbuild/BUILD/sddm-kcm-0.0.0.1/src/cursortheme/thememodel.cpp:34:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory -BuildRequires: pkgconfig(xcursor) -%if %{with lang} -Recommends: %{name}-lang -%endif -Supplements: packageand(sddm:plasma5-workspace) -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -SDDM control module for KDE. It provides a graphical frontend for the -sddm. - -%lang_package -%prep -%setup -q -n sddm-kcm-%{version} -%patch -p1 - -%build - %cmake_kf5 -d build - %make_jobs - -%install - %kf5_makeinstall -C build - - echo "setBadness('suse-dbus-unauthorized-service', 0)" > $RPM_SOURCE_DIR/%name-rpmlintrc - -%if %{with lang} - %find_lang %{name} %{name}.lang -%endif - -%if %{with lang} -%files lang -f %{name}.lang -%endif - -%files -%defattr(-,root,root) -%doc README -%{_kf5_servicesdir}/ -%{_kf5_sharedir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy -%config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf -%{_kf5_sharedir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service -%{_kf5_libdir}/libexec/ -%{_kf5_plugindir}/ -%{_kf5_sharedir}/sddm-kcm/ - -%changelog diff --git a/kcm_sddm.changes b/kcm_sddm.changes index 954ca9a..716e9b2 100644 --- a/kcm_sddm.changes +++ b/kcm_sddm.changes @@ -1,3 +1,91 @@ +------------------------------------------------------------------- +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 + +- 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 + +- Update to 5.7.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.4.php + +------------------------------------------------------------------- +Tue Aug 2 11:35:51 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.3.php + +------------------------------------------------------------------- +Wed Jul 20 08:54:17 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.2.php + +------------------------------------------------------------------- +Wed Jul 13 06:13:24 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.1.php + +------------------------------------------------------------------- +Thu Jun 30 12:02:19 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.0 + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.0.php + +------------------------------------------------------------------- +Sun May 15 16:50:11 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.4.php + +------------------------------------------------------------------- +Tue Apr 19 20:45:30 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.3.php + +------------------------------------------------------------------- +Tue Apr 5 15:53:43 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.2.php + +------------------------------------------------------------------- +Tue Mar 29 16:20:37 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.1.php + ------------------------------------------------------------------- Sun Mar 20 09:19:47 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kcm_sddm.spec b/kcm_sddm.spec index 70db9fe..9bf2ac2 100644 --- a/kcm_sddm.spec +++ b/kcm_sddm.spec @@ -21,10 +21,10 @@ Name: kcm_sddm Summary: A sddm control module for KDE License: GPL-2.0 Group: System/GUI/KDE -Version: 5.6.0 +Version: 5.7.95 Release: 0 Url: https://projects.kde.org/projects/kdereview/sddm-kcm/repository -Source: sddm-kcm-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/sddm-kcm-%{version}.tar.xz # PATCH-FIX-OPENSUSE set-default-session-to-plasma5-for-autologin.patch boo#951886 wbauer@tmo.at -- set the default autologin session to plasma5.desktop Patch: set-default-session-to-plasma5-for-autologin.patch BuildRequires: extra-cmake-modules >= 1.0.0 diff --git a/sddm-kcm-5.7.95.tar.xz b/sddm-kcm-5.7.95.tar.xz new file mode 100644 index 0000000..a0204d9 --- /dev/null +++ b/sddm-kcm-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51976df28bb93f37469d5773f50066366493392d8db8bb99674847e5f2c76f03 +size 48644