From 87b060377d0f0490480a7f7b5877c4b8259ef6c7280086e3c092c48b996a8097 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 09:14:09 +0000 Subject: [PATCH 01/10] osc copypac from project:KDE:Unstable:Frameworks package:kgamma5 revision:15 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=1 --- _service | 12 +++ ...5-5.7.90git~20160915T101016~12e3e1e.tar.xz | 3 + _service:set_version:kgamma5.spec | 77 ++++++++++++++++++ kgamma5-5.7.4.tar.xz | 3 - kgamma5.changes | 78 ------------------- kgamma5.spec | 10 +-- 6 files changed, 96 insertions(+), 87 deletions(-) create mode 100644 _service create mode 100644 _service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz create mode 100644 _service:set_version:kgamma5.spec delete mode 100644 kgamma5-5.7.4.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..48c0bee --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + git://anongit.kde.org/kgamma5.git + git + 5.7.90git~%ci~%h + + + *.tar + xz + + + diff --git a/_service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz b/_service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz new file mode 100644 index 0000000..8900b69 --- /dev/null +++ b/_service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb5c7aa4eb3581114aa53e5bbb427e45fac18a4afc82a5202d2ab447d968ce7 +size 23120 diff --git a/_service:set_version:kgamma5.spec b/_service:set_version:kgamma5.spec new file mode 100644 index 0000000..8e36cd4 --- /dev/null +++ b/_service:set_version:kgamma5.spec @@ -0,0 +1,77 @@ +# +# spec file for package kgamma5 +# +# 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: kgamma5 +Version: 5.7.90git~20160915T101016~12e3e1e +Release: 0 +Summary: Display gamma configuration +License: GPL-2.0+ +Group: Productivity/Graphics/Other +Url: http://www.kde.org +Source0: %{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules >= 1.0.0 +BuildRequires: kf5-filesystem +BuildRequires: xz +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(Qt5Core) >= 5.4.0 +BuildRequires: cmake(Qt5Gui) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: pkgconfig(x11) +%if %{with lang} +Recommends: %{name}-lang +%endif +%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" +Provides: kgamma = %{version} +Obsoletes: kgamma +%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +This package contains a KDE system settings module to configure display +gamma. + +%lang_package +%prep +%setup -q -n %{name}-%{version} + +%build + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} + %make_jobs + +%install + %kf5_makeinstall -C build + +%files +%defattr(-,root,root) +%doc COPYING* +%{_kf5_plugindir}/ +%{_kf5_servicesdir}/ +%{_kf5_sharedir}/kgamma/ +%dir %{_kf5_htmldir} +%dir %{_kf5_htmldir}/en +%doc %{_kf5_htmldir}/en/*/ + +%if %{with lang} +%files lang +%{_kf5_localedir} +%endif + +%changelog diff --git a/kgamma5-5.7.4.tar.xz b/kgamma5-5.7.4.tar.xz deleted file mode 100644 index ebddb97..0000000 --- a/kgamma5-5.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22cd9f093f61fe08af108f3cc96ad0d1dd7c68214e2f5523ba47bbfc2036c897 -size 60016 diff --git a/kgamma5.changes b/kgamma5.changes index 413e3ec..316cff9 100644 --- a/kgamma5.changes +++ b/kgamma5.changes @@ -1,81 +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:54 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:20 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:26 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 - -------------------------------------------------------------------- -Tue Jul 5 11:21:49 UTC 2016 - wbauer@tmo.at - -- Use the new %kf5_find_lang macro to create the file list for the - lang package - -------------------------------------------------------------------- -Thu Jun 30 12:02:21 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:13 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:34 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:45 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:43 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:49 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kgamma5.spec b/kgamma5.spec index ec59793..86eeb1c 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kgamma5 -Version: 5.7.4 +Version: 5.6.0 Release: 0 Summary: Display gamma configuration License: GPL-2.0+ Group: Productivity/Graphics/Other Url: http://www.kde.org -Source: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: kf5-filesystem BuildRequires: xz @@ -58,9 +58,6 @@ gamma. %install %kf5_makeinstall -C build -%if %{with_lang} - %kf5_find_lang -%endif %files %defattr(-,root,root) @@ -73,7 +70,8 @@ gamma. %doc %{_kf5_htmldir}/en/*/ %if %{with lang} -%files lang -f %{name}.lang +%files lang +%{_kf5_localedir} %endif %changelog From 2b532f2a6823e537c951c1bdd420d88790f6ed1ee9d6a2e9cbfc56fdeab899b0 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:11:07 +0000 Subject: [PATCH 02/10] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=2 --- _service | 12 --- ...5-5.7.90git~20160915T101016~12e3e1e.tar.xz | 3 - _service:set_version:kgamma5.spec | 77 --------------- kgamma5.changes | 94 +++++++++++++++++++ kgamma5.spec | 2 +- 5 files changed, 95 insertions(+), 93 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz delete mode 100644 _service:set_version:kgamma5.spec diff --git a/_service b/_service deleted file mode 100644 index 48c0bee..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/kgamma5.git - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - diff --git a/_service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz b/_service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz deleted file mode 100644 index 8900b69..0000000 --- a/_service:recompress:tar_scm:kgamma5-5.7.90git~20160915T101016~12e3e1e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdb5c7aa4eb3581114aa53e5bbb427e45fac18a4afc82a5202d2ab447d968ce7 -size 23120 diff --git a/_service:set_version:kgamma5.spec b/_service:set_version:kgamma5.spec deleted file mode 100644 index 8e36cd4..0000000 --- a/_service:set_version:kgamma5.spec +++ /dev/null @@ -1,77 +0,0 @@ -# -# spec file for package kgamma5 -# -# 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: kgamma5 -Version: 5.7.90git~20160915T101016~12e3e1e -Release: 0 -Summary: Display gamma configuration -License: GPL-2.0+ -Group: Productivity/Graphics/Other -Url: http://www.kde.org -Source0: %{name}-%{version}.tar.xz -BuildRequires: extra-cmake-modules >= 1.0.0 -BuildRequires: kf5-filesystem -BuildRequires: xz -BuildRequires: cmake(KF5DocTools) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5KDELibs4Support) -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: pkgconfig(x11) -%if %{with lang} -Recommends: %{name}-lang -%endif -%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" -Provides: kgamma = %{version} -Obsoletes: kgamma -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -This package contains a KDE system settings module to configure display -gamma. - -%lang_package -%prep -%setup -q -n %{name}-%{version} - -%build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} - %make_jobs - -%install - %kf5_makeinstall -C build - -%files -%defattr(-,root,root) -%doc COPYING* -%{_kf5_plugindir}/ -%{_kf5_servicesdir}/ -%{_kf5_sharedir}/kgamma/ -%dir %{_kf5_htmldir} -%dir %{_kf5_htmldir}/en -%doc %{_kf5_htmldir}/en/*/ - -%if %{with lang} -%files lang -%{_kf5_localedir} -%endif - -%changelog diff --git a/kgamma5.changes b/kgamma5.changes index 316cff9..056be0e 100644 --- a/kgamma5.changes +++ b/kgamma5.changes @@ -1,3 +1,97 @@ +------------------------------------------------------------------- +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:54 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:20 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:26 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 + +------------------------------------------------------------------- +Tue Jul 5 11:21:49 UTC 2016 - wbauer@tmo.at + +- Use the new %kf5_find_lang macro to create the file list for the + lang package + +------------------------------------------------------------------- +Thu Jun 30 12:02:21 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:13 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:34 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:45 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:43 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:49 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kgamma5.spec b/kgamma5.spec index 86eeb1c..bda52d3 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kgamma5 -Version: 5.6.0 +Version: 5.7.95 Release: 0 Summary: Display gamma configuration License: GPL-2.0+ From 6cfc32714b3270a8afeadd82de7efabef8e6dd8c1b0e512ef7bbb607fc882bf3 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:26:39 +0000 Subject: [PATCH 03/10] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=3 --- kgamma5-5.7.95.tar.xz | 3 +++ kgamma5.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 kgamma5-5.7.95.tar.xz diff --git a/kgamma5-5.7.95.tar.xz b/kgamma5-5.7.95.tar.xz new file mode 100644 index 0000000..f766d1b --- /dev/null +++ b/kgamma5-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fe9ecbf4a90a02125bee06041e21ce8d94a8bdad50d6a00fd6d23ccb3ae212 +size 60440 diff --git a/kgamma5.spec b/kgamma5.spec index bda52d3..a6fe3f0 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -24,7 +24,7 @@ Summary: Display gamma configuration License: GPL-2.0+ Group: Productivity/Graphics/Other Url: http://www.kde.org -Source0: %{name}-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: kf5-filesystem BuildRequires: xz From 82e795c7b947bdfa8113103b10a907e4bea31fa7a08ab4485e2e7900ef5ba759 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 19:41:01 +0000 Subject: [PATCH 04/10] Use kf5_find_lang everywhere OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=4 --- kgamma5.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kgamma5.spec b/kgamma5.spec index a6fe3f0..340f127 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -58,6 +58,9 @@ gamma. %install %kf5_makeinstall -C build +%if %{with_lang} + %kf5_find_lang +%endif %files %defattr(-,root,root) @@ -70,8 +73,7 @@ gamma. %doc %{_kf5_htmldir}/en/*/ %if %{with lang} -%files lang -%{_kf5_localedir} +%files lang -f %{name}.lang %endif %changelog From f7d47b316f57f42aa9083b1d30fdef25684ceff97dd7e80ac689df7507bdc1ec Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 21 Sep 2016 17:27:20 +0000 Subject: [PATCH 05/10] - Fix self-obsoletion OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=5 --- kgamma5.changes | 5 +++++ kgamma5.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kgamma5.changes b/kgamma5.changes index 056be0e..b2fb1e6 100644 --- a/kgamma5.changes +++ b/kgamma5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 21 17:27:09 UTC 2016 - fabian@ritter-vogt.de + +- Fix self-obsoletion + ------------------------------------------------------------------- Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de diff --git a/kgamma5.spec b/kgamma5.spec index 340f127..85af1c1 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -40,7 +40,7 @@ Recommends: %{name}-lang %endif %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" Provides: kgamma = %{version} -Obsoletes: kgamma +Obsoletes: kgamma < %{version} %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build From e0c8d588b1302658358fdb638f10283681f704d699ad74be7bfb523d8ef70e64 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 21 Sep 2016 19:59:36 +0000 Subject: [PATCH 06/10] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=6 --- kgamma5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kgamma5.spec b/kgamma5.spec index 85af1c1..b392af5 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -58,7 +58,7 @@ gamma. %install %kf5_makeinstall -C build -%if %{with_lang} +%if %{with lang} %kf5_find_lang %endif From 484e5262c87ec413406dc7df9ff92b7874481db83b5f07338b8e7904429c4911 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Sat, 1 Oct 2016 22:14:19 +0000 Subject: [PATCH 07/10] Accepting request 432193 from home:Vogtinator:branches:KDE:Frameworks5:LTS OBS-URL: https://build.opensuse.org/request/show/432193 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=7 --- kgamma5-5.7.95.tar.xz | 3 --- kgamma5-5.8.0.tar.xz | 3 +++ kgamma5.changes | 8 ++++++++ kgamma5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kgamma5-5.7.95.tar.xz create mode 100644 kgamma5-5.8.0.tar.xz diff --git a/kgamma5-5.7.95.tar.xz b/kgamma5-5.7.95.tar.xz deleted file mode 100644 index f766d1b..0000000 --- a/kgamma5-5.7.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13fe9ecbf4a90a02125bee06041e21ce8d94a8bdad50d6a00fd6d23ccb3ae212 -size 60440 diff --git a/kgamma5-5.8.0.tar.xz b/kgamma5-5.8.0.tar.xz new file mode 100644 index 0000000..40d5516 --- /dev/null +++ b/kgamma5-5.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81282e4f3dff3b76d94a4a968809e01e79326e413e86bcfb13f1fb455269d290 +size 60416 diff --git a/kgamma5.changes b/kgamma5.changes index b2fb1e6..7fa01f4 100644 --- a/kgamma5.changes +++ b/kgamma5.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 17:27:09 UTC 2016 - fabian@ritter-vogt.de diff --git a/kgamma5.spec b/kgamma5.spec index b392af5..b7951f1 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kgamma5 -Version: 5.7.95 +Version: 5.8.0 Release: 0 Summary: Display gamma configuration License: GPL-2.0+ From ba283a6009cb205668a4914d599b5ee30200d520b85a27335ebc672a5f80612f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 2 Oct 2016 08:45:52 +0000 Subject: [PATCH 08/10] Remove source URLs temporarily OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=8 --- kgamma5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kgamma5.spec b/kgamma5.spec index b7951f1..a3a9c8e 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -24,7 +24,7 @@ Summary: Display gamma configuration License: GPL-2.0+ Group: Productivity/Graphics/Other Url: http://www.kde.org -Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: kf5-filesystem BuildRequires: xz From 798c31f3c69611d9a6ddd467c4d8e0e3b88f1d242ccb14560551d683aca920ef Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 5 Oct 2016 08:07:00 +0000 Subject: [PATCH 09/10] Add Source: URL back OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=9 --- kgamma5.changes | 5 +++++ kgamma5.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kgamma5.changes b/kgamma5.changes index 7fa01f4..136ba0c 100644 --- a/kgamma5.changes +++ b/kgamma5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 5 07:58:44 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/kgamma5.spec b/kgamma5.spec index a3a9c8e..dd1004d 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -24,7 +24,7 @@ Summary: Display gamma configuration License: GPL-2.0+ Group: Productivity/Graphics/Other Url: http://www.kde.org -Source: %{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: kf5-filesystem BuildRequires: xz From 3879f97753a49461d522e1bb21930b07ab2d63cdd9ac672cbf9016ec503b60ca Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 12 Oct 2016 05:24:09 +0000 Subject: [PATCH 10/10] Update to Plasma 5.8.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=10 --- kgamma5-5.8.0.tar.xz | 3 --- kgamma5-5.8.1.tar.xz | 3 +++ kgamma5.changes | 8 ++++++++ kgamma5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kgamma5-5.8.0.tar.xz create mode 100644 kgamma5-5.8.1.tar.xz diff --git a/kgamma5-5.8.0.tar.xz b/kgamma5-5.8.0.tar.xz deleted file mode 100644 index 40d5516..0000000 --- a/kgamma5-5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81282e4f3dff3b76d94a4a968809e01e79326e413e86bcfb13f1fb455269d290 -size 60416 diff --git a/kgamma5-5.8.1.tar.xz b/kgamma5-5.8.1.tar.xz new file mode 100644 index 0000000..a68626c --- /dev/null +++ b/kgamma5-5.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af944cc5c51d6a63a042e431e2e46c6244f247f703246de315db94e6a80469ec +size 60452 diff --git a/kgamma5.changes b/kgamma5.changes index 136ba0c..f9e48d0 100644 --- a/kgamma5.changes +++ b/kgamma5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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:44 UTC 2016 - fabian@ritter-vogt.de diff --git a/kgamma5.spec b/kgamma5.spec index dd1004d..bd82a31 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kgamma5 -Version: 5.8.0 +Version: 5.8.1 Release: 0 Summary: Display gamma configuration License: GPL-2.0+