From 277c8f8690899b2a402cec199e94757912aeabbd9b42734af350142a0a640f54 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 09:14:41 +0000 Subject: [PATCH 1/8] osc copypac from project:KDE:Unstable:Frameworks package:kwayland-integration revision:34 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=1 --- _service | 12 ++++ ...n-5.7.90git~20160915T101314~e1adf5e.tar.xz | 3 + ...vice:set_version:kwayland-integration.spec | 55 ++++++++++++++ kwayland-integration-5.4.0.tar.xz | 3 + kwayland-integration-5.7.4.tar.xz | 3 - kwayland-integration.changes | 72 ------------------- kwayland-integration.spec | 4 +- 7 files changed, 75 insertions(+), 77 deletions(-) create mode 100644 _service create mode 100644 _service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz create mode 100644 _service:set_version:kwayland-integration.spec create mode 100644 kwayland-integration-5.4.0.tar.xz delete mode 100644 kwayland-integration-5.7.4.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..d1fc924 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + git://anongit.kde.org/kwayland-integration.git + git + 5.7.90git~%ci~%h + + + *.tar + xz + + + \ No newline at end of file diff --git a/_service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz b/_service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz new file mode 100644 index 0000000..1cde01f --- /dev/null +++ b/_service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5488afe59d37bfa5b55257b052f86ee811f766800e2a710c6ef3a814a1f5b77d +size 18060 diff --git a/_service:set_version:kwayland-integration.spec b/_service:set_version:kwayland-integration.spec new file mode 100644 index 0000000..aee08e7 --- /dev/null +++ b/_service:set_version:kwayland-integration.spec @@ -0,0 +1,55 @@ +# +# spec file for package kwayland-integration +# +# 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/ +# + + +Name: kwayland-integration +Version: 5.7.90git~20160915T101314~e1adf5e +Release: 0 +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: %{name}-%{version}.tar.xz +BuildRequires: cmake >= 2.8.12 +BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: kf5-filesystem +BuildRequires: cmake(KF5IdleTime) >= 5.12.0 +BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} +BuildRequires: cmake(KF5WindowSystem) >= 5.12.0 +BuildRequires: cmake(Qt5Core) >= 5.4.0 +BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Provides integration plugins for various KDE frameworks for the wayland windowing system. + +%prep +%setup -q + +%build + %cmake_kf5 -d build + %make_jobs + +%install + %kf5_makeinstall -C build + +%files +%defattr(-,root,root) +%doc COPYING* +%{_kf5_plugindir}/ + +%changelog diff --git a/kwayland-integration-5.4.0.tar.xz b/kwayland-integration-5.4.0.tar.xz new file mode 100644 index 0000000..e2848f5 --- /dev/null +++ b/kwayland-integration-5.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d400b4b0268ca6592f4eb0d0460d1dc47caea35fc6dcf74a2663ff9ff26d66 +size 13996 diff --git a/kwayland-integration-5.7.4.tar.xz b/kwayland-integration-5.7.4.tar.xz deleted file mode 100644 index 8c3a9cd..0000000 --- a/kwayland-integration-5.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43d39449cebf8d04a7e1a46456bd1d271d7c058b9a46cacafb81c69ad1a8c016 -size 18028 diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 555c59d..12e80b2 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,75 +1,3 @@ -------------------------------------------------------------------- -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:58 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:29 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:30 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:25 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:17 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:46 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:49 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:56 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:53 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 4200ddc..3bdf7a3 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -17,7 +17,7 @@ Name: kwayland-integration -Version: 5.7.4 +Version: 5.6.0 Release: 0 Summary: Integration plugins for various KDE frameworks for wayland windowing system License: LGPL-2.1+ @@ -28,7 +28,7 @@ BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem BuildRequires: cmake(KF5IdleTime) >= 5.12.0 -BuildRequires: cmake(KF5Wayland) >= %{version} +BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} BuildRequires: cmake(KF5WindowSystem) >= 5.12.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0 From 1e055a4cbb4fb697dd37dcba7fcd16486b430af424480b6503ac37cb2e3d1dd9 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:11:51 +0000 Subject: [PATCH 2/8] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=2 --- _service | 12 --- ...n-5.7.90git~20160915T101314~e1adf5e.tar.xz | 3 - ...vice:set_version:kwayland-integration.spec | 55 ------------ kwayland-integration-5.7.95.tar.xz | 3 + kwayland-integration.changes | 88 +++++++++++++++++++ kwayland-integration.spec | 4 +- 6 files changed, 93 insertions(+), 72 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz delete mode 100644 _service:set_version:kwayland-integration.spec create mode 100644 kwayland-integration-5.7.95.tar.xz diff --git a/_service b/_service deleted file mode 100644 index d1fc924..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/kwayland-integration.git - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - \ No newline at end of file diff --git a/_service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz b/_service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz deleted file mode 100644 index 1cde01f..0000000 --- a/_service:recompress:tar_scm:kwayland-integration-5.7.90git~20160915T101314~e1adf5e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5488afe59d37bfa5b55257b052f86ee811f766800e2a710c6ef3a814a1f5b77d -size 18060 diff --git a/_service:set_version:kwayland-integration.spec b/_service:set_version:kwayland-integration.spec deleted file mode 100644 index aee08e7..0000000 --- a/_service:set_version:kwayland-integration.spec +++ /dev/null @@ -1,55 +0,0 @@ -# -# spec file for package kwayland-integration -# -# 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/ -# - - -Name: kwayland-integration -Version: 5.7.90git~20160915T101314~e1adf5e -Release: 0 -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: %{name}-%{version}.tar.xz -BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 -BuildRequires: kf5-filesystem -BuildRequires: cmake(KF5IdleTime) >= 5.12.0 -BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} -BuildRequires: cmake(KF5WindowSystem) >= 5.12.0 -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -Provides integration plugins for various KDE frameworks for the wayland windowing system. - -%prep -%setup -q - -%build - %cmake_kf5 -d build - %make_jobs - -%install - %kf5_makeinstall -C build - -%files -%defattr(-,root,root) -%doc COPYING* -%{_kf5_plugindir}/ - -%changelog diff --git a/kwayland-integration-5.7.95.tar.xz b/kwayland-integration-5.7.95.tar.xz new file mode 100644 index 0000000..6094ec1 --- /dev/null +++ b/kwayland-integration-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0752133dd15ab6480b0df4274d4ca46e38b8b2248b9499292abfa654a3bec1 +size 18104 diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 12e80b2..787d5c8 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.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:58 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:29 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:30 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:25 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:17 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:46 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:49 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:56 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:53 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 3bdf7a3..0d59b39 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -17,13 +17,13 @@ Name: kwayland-integration -Version: 5.6.0 +Version: 5.7.95 Release: 0 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: %{name}-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem From 977ddfd739abaf257d781a82a9c2e1f9378e303d5bc75fc7d4b62c0d4720c6fc Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 17:56:30 +0000 Subject: [PATCH 3/8] Use the right, existing macro OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=3 --- kwayland-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 0d59b39..beee029 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -28,7 +28,7 @@ BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem BuildRequires: cmake(KF5IdleTime) >= 5.12.0 -BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} +BuildRequires: cmake(KF5Wayland) >= %{version} BuildRequires: cmake(KF5WindowSystem) >= 5.12.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0 From ae818c831cdba4c25f625632d906fa4d8e5286874f1d3dbb785198d88628121c Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 21 Sep 2016 16:39:38 +0000 Subject: [PATCH 4/8] Make it possible to reuse spec files for KUF again OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=4 --- kwayland-integration.changes | 5 +++++ kwayland-integration.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 787d5c8..366e9ad 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 21 09:15:07 UTC 2016 - fabian@ritter-vogt.de + +- Use %{_plasma5_version} again, define it if needed + ------------------------------------------------------------------- Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de diff --git a/kwayland-integration.spec b/kwayland-integration.spec index beee029..8bcbfc9 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -18,6 +18,7 @@ Name: kwayland-integration Version: 5.7.95 +%{!?_plasma5_version: %global _plasma5_version %{version}} Release: 0 Summary: Integration plugins for various KDE frameworks for wayland windowing system License: LGPL-2.1+ @@ -28,7 +29,7 @@ BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem BuildRequires: cmake(KF5IdleTime) >= 5.12.0 -BuildRequires: cmake(KF5Wayland) >= %{version} +BuildRequires: cmake(KF5Wayland) >= %{plasma5_version} BuildRequires: cmake(KF5WindowSystem) >= 5.12.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0 From 868ae309b965c9bcb1efac609f60bd9685d9c7a87512f04bac117b3e9b33594d Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 21 Sep 2016 17:04:49 +0000 Subject: [PATCH 5/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=5 --- kwayland-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 8bcbfc9..19dfbd8 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -29,7 +29,7 @@ BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem BuildRequires: cmake(KF5IdleTime) >= 5.12.0 -BuildRequires: cmake(KF5Wayland) >= %{plasma5_version} +BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} BuildRequires: cmake(KF5WindowSystem) >= 5.12.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0 From 3cf294e995571304e45e7ee92b432509ca88472d1efa009c8d9fba6b9bdad2e4 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 29 Sep 2016 19:40:27 +0000 Subject: [PATCH 6/8] Move %_plasma5_version to match K:F5 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=6 --- kwayland-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 19dfbd8..128a790 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -18,8 +18,8 @@ Name: kwayland-integration Version: 5.7.95 -%{!?_plasma5_version: %global _plasma5_version %{version}} Release: 0 +%{!?_plasma5_version: %global _plasma5_version %{version}} Summary: Integration plugins for various KDE frameworks for wayland windowing system License: LGPL-2.1+ Group: Development/Libraries/KDE From c9960751aea57b902650c4796d6844b32a2091b3eb9b9ee05e6dc509bc1f2329 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Sat, 1 Oct 2016 22:13:28 +0000 Subject: [PATCH 7/8] Accepting request 432201 from home:Vogtinator:branches:KDE:Frameworks5:LTS OBS-URL: https://build.opensuse.org/request/show/432201 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=7 --- kwayland-integration-5.7.95.tar.xz | 3 --- kwayland-integration-5.8.0.tar.xz | 3 +++ kwayland-integration.changes | 8 ++++++++ kwayland-integration.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kwayland-integration-5.7.95.tar.xz create mode 100644 kwayland-integration-5.8.0.tar.xz diff --git a/kwayland-integration-5.7.95.tar.xz b/kwayland-integration-5.7.95.tar.xz deleted file mode 100644 index 6094ec1..0000000 --- a/kwayland-integration-5.7.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a0752133dd15ab6480b0df4274d4ca46e38b8b2248b9499292abfa654a3bec1 -size 18104 diff --git a/kwayland-integration-5.8.0.tar.xz b/kwayland-integration-5.8.0.tar.xz new file mode 100644 index 0000000..8441a8c --- /dev/null +++ b/kwayland-integration-5.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78237f27cf0c6ad394e53c40a9476399da5abce103df94f5238e6cf1f692d75f +size 18108 diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 366e9ad..f285fc6 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.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 + ------------------------------------------------------------------- Wed Sep 21 09:15:07 UTC 2016 - fabian@ritter-vogt.de diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 128a790..e1fc6e8 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -17,7 +17,7 @@ Name: kwayland-integration -Version: 5.7.95 +Version: 5.8.0 Release: 0 %{!?_plasma5_version: %global _plasma5_version %{version}} Summary: Integration plugins for various KDE frameworks for wayland windowing system From 55ce1001f6dfc05b1813fa7c231c24b612d90b8a9647405cab33bdfc440889ee Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 2 Oct 2016 08:46:19 +0000 Subject: [PATCH 8/8] Remove source URLs temporarily OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=8 --- kwayland-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwayland-integration.spec b/kwayland-integration.spec index e1fc6e8..b83fe3e 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -24,7 +24,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/unstable/plasma/%{version}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem