From 86b370393935a3e4eb689de02dcbede3e90199d307132d3846a28d1f10bec976 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 09:14:17 +0000 Subject: [PATCH 1/8] osc copypac from project:KDE:Unstable:Frameworks package:kinfocenter5 revision:118 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=1 --- _service | 12 ++ ...r-5.7.90git~20160915T101104~fffbc05.tar.xz | 3 + _service:set_version:kinfocenter5.spec | 124 ++++++++++++++++++ kinfocenter-4.98.0.tar.xz | 3 + kinfocenter-5.7.4.tar.xz | 3 - kinfocenter5-rpmlintrc | 2 + kinfocenter5.changes | 79 ----------- kinfocenter5.spec | 14 +- plasma-session-name.patch | 2 +- 9 files changed, 152 insertions(+), 90 deletions(-) create mode 100644 _service create mode 100644 _service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz create mode 100644 _service:set_version:kinfocenter5.spec create mode 100644 kinfocenter-4.98.0.tar.xz delete mode 100644 kinfocenter-5.7.4.tar.xz create mode 100644 kinfocenter5-rpmlintrc diff --git a/_service b/_service new file mode 100644 index 0000000..d12da7d --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + git://anongit.kde.org/kinfocenter.git + git + 5.7.90git~%ci~%h + + + *.tar + xz + + + \ No newline at end of file diff --git a/_service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz b/_service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz new file mode 100644 index 0000000..defff1e --- /dev/null +++ b/_service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280e854fbd4cc423da31e8cf52474a25b75b15a0061f69bfd7bd67044317bbc6 +size 358340 diff --git a/_service:set_version:kinfocenter5.spec b/_service:set_version:kinfocenter5.spec new file mode 100644 index 0000000..c3ad1b2 --- /dev/null +++ b/_service:set_version:kinfocenter5.spec @@ -0,0 +1,124 @@ +# +# spec file for package kinfocenter5 +# +# 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: kinfocenter5 +Version: 5.7.90git~20160915T101104~fffbc05 +Release: 0 +Summary: Utility that provides information about a computer system +License: GPL-2.0+ +Group: System/GUI/KDE +Url: http://www.kde.org/ +Source: kinfocenter-%{version}.tar.xz +Source99: %{name}-rpmlintrc +# PATCH-FIX-OPENSUSE plasma-session-name.patch +Patch0: plasma-session-name.patch +BuildRequires: extra-cmake-modules >= 1.2.0 +BuildRequires: kf5-filesystem +BuildRequires: libraw1394-devel +BuildRequires: pciutils-devel +BuildRequires: update-desktop-files +BuildRequires: xz +BuildRequires: cmake(KF5Completion) >= 5.9.0 +BuildRequires: cmake(KF5Config) >= 5.9.0 +BuildRequires: cmake(KF5ConfigWidgets) >= 5.9.0 +BuildRequires: cmake(KF5CoreAddons) >= 5.9.0 +BuildRequires: cmake(KF5DBusAddons) >= 5.9.0 +BuildRequires: cmake(KF5Declarative) >= 5.9.0 +BuildRequires: cmake(KF5DocTools) >= 5.9.0 +BuildRequires: cmake(KF5I18n) >= 5.9.0 +BuildRequires: cmake(KF5IconThemes) >= 5.9.0 +BuildRequires: cmake(KF5KCMUtils) >= 5.9.0 +BuildRequires: cmake(KF5KDELibs4Support) >= 5.9.0 +BuildRequires: cmake(KF5KIO) >= 5.9.0 +BuildRequires: cmake(KF5Package) >= 5.9.0 +BuildRequires: cmake(KF5Service) >= 5.9.0 +BuildRequires: cmake(KF5Solid) >= 5.9.0 +BuildRequires: cmake(KF5Solid) >= 5.9.0 +BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} +BuildRequires: cmake(KF5WidgetsAddons) >= 5.9.0 +BuildRequires: cmake(KF5XmlGui) >= 5.9.0 +BuildRequires: cmake(Qt5Core) >= 5.4.0 +BuildRequires: cmake(Qt5Gui) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: pkgconfig(egl) +%ifarch %arm aarch64 +BuildRequires: pkgconfig(glesv2) +%else +BuildRequires: pkgconfig(gl) +%endif +BuildRequires: pkgconfig(glu) +BuildRequires: pkgconfig(x11) +Conflicts: kdebase4-workspace < 5.3.0 +%if %{with lang} +Recommends: %{name}-lang +%endif +# needed for the fileindexermonitor +Requires: baloo5-imports +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +KDE Utility that provides information about a computer system. + +%lang_package +%prep +%setup -q -n kinfocenter-%{version} +%patch0 -p1 + +%build + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 + %make_jobs + +%install + %kf5_makeinstall -C build + +%files +%defattr(-,root,root) +%doc COPYING* +%{_kf5_bindir}/kinfocenter +%{_kf5_plugindir}/ +%{_kf5_applicationsdir}/org.kde.kinfocenter.desktop +%dir %{_kf5_htmldir}/en +%dir %{_kf5_htmldir} +%doc %{_kf5_htmldir}/en/kinfocenter/ +%{_kf5_sharedir}/kcmusb/ +%{_kf5_sharedir}/kcmview1394/ +%{_kf5_sharedir}/kpackage/ +%{_kf5_servicesdir}/ +%{_kf5_servicetypesdir}/ +%{_kf5_sharedir}/kxmlgui5/ +%{_kf5_configdir}/menus/kinfocenter.menu +%{_kf5_sharedir}/desktop-directories/ + +%if %{with lang} +%files lang +%defattr(-,root,root) +%doc COPYING* +%{_kf5_localedir}/ +%doc %lang(ca) %{_kf5_htmldir}/ca/ +%doc %lang(de) %{_kf5_htmldir}/de/ +%doc %lang(it) %{_kf5_htmldir}/it/ +%doc %lang(nl) %{_kf5_htmldir}/nl/ +%doc %lang(sv) %{_kf5_htmldir}/sv/ +%doc %lang(uk) %{_kf5_htmldir}/uk/ +%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/ +%doc %lang(sr) %{_kf5_htmldir}/sr/ +%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin/ +%endif + +%changelog diff --git a/kinfocenter-4.98.0.tar.xz b/kinfocenter-4.98.0.tar.xz new file mode 100644 index 0000000..3f354fa --- /dev/null +++ b/kinfocenter-4.98.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8c2213663e3e5003b0298b4e4c9c6ca3c291a22e01c6db09134c6997464744 +size 1062652 diff --git a/kinfocenter-5.7.4.tar.xz b/kinfocenter-5.7.4.tar.xz deleted file mode 100644 index 2a6051e..0000000 --- a/kinfocenter-5.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:348c7717b088ac117e3beae38aa13de4655b0be4012aef18c63c0208b82f9448 -size 1242700 diff --git a/kinfocenter5-rpmlintrc b/kinfocenter5-rpmlintrc new file mode 100644 index 0000000..cc4ae51 --- /dev/null +++ b/kinfocenter5-rpmlintrc @@ -0,0 +1,2 @@ +# we don't use find_lang macro as it doesn't searches in subdirectories +addFilter("file-not-in-%lang .*") \ No newline at end of file diff --git a/kinfocenter5.changes b/kinfocenter5.changes index e3447ee..be7c7e7 100644 --- a/kinfocenter5.changes +++ b/kinfocenter5.changes @@ -1,82 +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:55 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:22 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:27 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:27:46 UTC 2016 - wbauer@tmo.at - -- Use the new %kf5_find_lang macro to create the file list for the - lang package -- Remove rpmlintrc file, it is not needed any more now - -------------------------------------------------------------------- -Thu Jun 30 12:02:22 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:14 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:38 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:46 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:47 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:50 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 70b4b4b..de47e1d 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -18,13 +18,14 @@ %bcond_without lang Name: kinfocenter5 -Version: 5.7.4 +Version: 5.6.0 Release: 0 Summary: Utility that provides information about a computer system License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org/ Source: kinfocenter-%{version}.tar.xz +Source99: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE plasma-session-name.patch Patch0: plasma-session-name.patch BuildRequires: extra-cmake-modules >= 1.2.0 @@ -49,7 +50,7 @@ BuildRequires: cmake(KF5Package) >= 5.9.0 BuildRequires: cmake(KF5Service) >= 5.9.0 BuildRequires: cmake(KF5Solid) >= 5.9.0 BuildRequires: cmake(KF5Solid) >= 5.9.0 -BuildRequires: cmake(KF5Wayland) >= %{version} +BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} BuildRequires: cmake(KF5WidgetsAddons) >= 5.9.0 BuildRequires: cmake(KF5XmlGui) >= 5.9.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 @@ -80,14 +81,11 @@ KDE Utility that provides information about a computer system. %patch0 -p1 %build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install %kf5_makeinstall -C build -%if %{with lang} - %kf5_find_lang -%endif %files %defattr(-,root,root) @@ -108,8 +106,10 @@ KDE Utility that provides information about a computer system. %{_kf5_sharedir}/desktop-directories/ %if %{with lang} -%files lang -f %{name}.lang +%files lang +%defattr(-,root,root) %doc COPYING* +%{_kf5_localedir}/ %doc %lang(ca) %{_kf5_htmldir}/ca/ %doc %lang(de) %{_kf5_htmldir}/de/ %doc %lang(it) %{_kf5_htmldir}/it/ diff --git a/plasma-session-name.patch b/plasma-session-name.patch index 4dfb488..df78814 100644 --- a/plasma-session-name.patch +++ b/plasma-session-name.patch @@ -1,5 +1,5 @@ diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp -index 9e9dc9c..7a34520 100644 +index bec3a36..b78ede7 100644 --- a/Modules/about-distro/src/Module.cpp +++ b/Modules/about-distro/src/Module.cpp @@ -190,7 +190,7 @@ void Module::defaults() From 817d9ba080e4702e876f31c49a6adf6095455303b0c814743a652bc6a9166e2b Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:11:24 +0000 Subject: [PATCH 2/8] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=2 --- _service | 12 -- ...r-5.7.90git~20160915T101104~fffbc05.tar.xz | 3 - _service:set_version:kinfocenter5.spec | 124 ------------------ kinfocenter-5.7.95.tar.xz | 3 + kinfocenter5.changes | 95 ++++++++++++++ kinfocenter5.spec | 4 +- 6 files changed, 100 insertions(+), 141 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz delete mode 100644 _service:set_version:kinfocenter5.spec create mode 100644 kinfocenter-5.7.95.tar.xz diff --git a/_service b/_service deleted file mode 100644 index d12da7d..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/kinfocenter.git - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - \ No newline at end of file diff --git a/_service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz b/_service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz deleted file mode 100644 index defff1e..0000000 --- a/_service:recompress:tar_scm:kinfocenter-5.7.90git~20160915T101104~fffbc05.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:280e854fbd4cc423da31e8cf52474a25b75b15a0061f69bfd7bd67044317bbc6 -size 358340 diff --git a/_service:set_version:kinfocenter5.spec b/_service:set_version:kinfocenter5.spec deleted file mode 100644 index c3ad1b2..0000000 --- a/_service:set_version:kinfocenter5.spec +++ /dev/null @@ -1,124 +0,0 @@ -# -# spec file for package kinfocenter5 -# -# 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: kinfocenter5 -Version: 5.7.90git~20160915T101104~fffbc05 -Release: 0 -Summary: Utility that provides information about a computer system -License: GPL-2.0+ -Group: System/GUI/KDE -Url: http://www.kde.org/ -Source: kinfocenter-%{version}.tar.xz -Source99: %{name}-rpmlintrc -# PATCH-FIX-OPENSUSE plasma-session-name.patch -Patch0: plasma-session-name.patch -BuildRequires: extra-cmake-modules >= 1.2.0 -BuildRequires: kf5-filesystem -BuildRequires: libraw1394-devel -BuildRequires: pciutils-devel -BuildRequires: update-desktop-files -BuildRequires: xz -BuildRequires: cmake(KF5Completion) >= 5.9.0 -BuildRequires: cmake(KF5Config) >= 5.9.0 -BuildRequires: cmake(KF5ConfigWidgets) >= 5.9.0 -BuildRequires: cmake(KF5CoreAddons) >= 5.9.0 -BuildRequires: cmake(KF5DBusAddons) >= 5.9.0 -BuildRequires: cmake(KF5Declarative) >= 5.9.0 -BuildRequires: cmake(KF5DocTools) >= 5.9.0 -BuildRequires: cmake(KF5I18n) >= 5.9.0 -BuildRequires: cmake(KF5IconThemes) >= 5.9.0 -BuildRequires: cmake(KF5KCMUtils) >= 5.9.0 -BuildRequires: cmake(KF5KDELibs4Support) >= 5.9.0 -BuildRequires: cmake(KF5KIO) >= 5.9.0 -BuildRequires: cmake(KF5Package) >= 5.9.0 -BuildRequires: cmake(KF5Service) >= 5.9.0 -BuildRequires: cmake(KF5Solid) >= 5.9.0 -BuildRequires: cmake(KF5Solid) >= 5.9.0 -BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} -BuildRequires: cmake(KF5WidgetsAddons) >= 5.9.0 -BuildRequires: cmake(KF5XmlGui) >= 5.9.0 -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: pkgconfig(egl) -%ifarch %arm aarch64 -BuildRequires: pkgconfig(glesv2) -%else -BuildRequires: pkgconfig(gl) -%endif -BuildRequires: pkgconfig(glu) -BuildRequires: pkgconfig(x11) -Conflicts: kdebase4-workspace < 5.3.0 -%if %{with lang} -Recommends: %{name}-lang -%endif -# needed for the fileindexermonitor -Requires: baloo5-imports -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -KDE Utility that provides information about a computer system. - -%lang_package -%prep -%setup -q -n kinfocenter-%{version} -%patch0 -p1 - -%build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 - %make_jobs - -%install - %kf5_makeinstall -C build - -%files -%defattr(-,root,root) -%doc COPYING* -%{_kf5_bindir}/kinfocenter -%{_kf5_plugindir}/ -%{_kf5_applicationsdir}/org.kde.kinfocenter.desktop -%dir %{_kf5_htmldir}/en -%dir %{_kf5_htmldir} -%doc %{_kf5_htmldir}/en/kinfocenter/ -%{_kf5_sharedir}/kcmusb/ -%{_kf5_sharedir}/kcmview1394/ -%{_kf5_sharedir}/kpackage/ -%{_kf5_servicesdir}/ -%{_kf5_servicetypesdir}/ -%{_kf5_sharedir}/kxmlgui5/ -%{_kf5_configdir}/menus/kinfocenter.menu -%{_kf5_sharedir}/desktop-directories/ - -%if %{with lang} -%files lang -%defattr(-,root,root) -%doc COPYING* -%{_kf5_localedir}/ -%doc %lang(ca) %{_kf5_htmldir}/ca/ -%doc %lang(de) %{_kf5_htmldir}/de/ -%doc %lang(it) %{_kf5_htmldir}/it/ -%doc %lang(nl) %{_kf5_htmldir}/nl/ -%doc %lang(sv) %{_kf5_htmldir}/sv/ -%doc %lang(uk) %{_kf5_htmldir}/uk/ -%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/ -%doc %lang(sr) %{_kf5_htmldir}/sr/ -%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin/ -%endif - -%changelog diff --git a/kinfocenter-5.7.95.tar.xz b/kinfocenter-5.7.95.tar.xz new file mode 100644 index 0000000..1f63a22 --- /dev/null +++ b/kinfocenter-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762e99f2d0f774bad0ffb44b2073d2db2ad31ca4ea32f8db36c4683c331ec137 +size 1250280 diff --git a/kinfocenter5.changes b/kinfocenter5.changes index be7c7e7..be1f9bd 100644 --- a/kinfocenter5.changes +++ b/kinfocenter5.changes @@ -1,3 +1,98 @@ +------------------------------------------------------------------- +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:55 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:22 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:27 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:27:46 UTC 2016 - wbauer@tmo.at + +- Use the new %kf5_find_lang macro to create the file list for the + lang package +- Remove rpmlintrc file, it is not needed any more now + +------------------------------------------------------------------- +Thu Jun 30 12:02:22 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:14 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:38 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:46 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:47 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:50 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kinfocenter5.spec b/kinfocenter5.spec index de47e1d..77cd592 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kinfocenter5 -Version: 5.6.0 +Version: 5.7.95 Release: 0 Summary: Utility that provides information about a computer system License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org/ -Source: kinfocenter-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/kinfocenter-%{version}.tar.xz Source99: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE plasma-session-name.patch Patch0: plasma-session-name.patch From c3fb6dbfaea79e07274fbed4267c127af8bb57aec657fe1dac9eb99c111151da Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 19:41:06 +0000 Subject: [PATCH 3/8] Use kf5_find_lang everywhere OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=3 --- kinfocenter5.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 77cd592..572e5fd 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -81,11 +81,14 @@ KDE Utility that provides information about a computer system. %patch0 -p1 %build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs %install %kf5_makeinstall -C build +%if %{with lang} + %kf5_find_lang +%endif %files %defattr(-,root,root) @@ -106,10 +109,8 @@ KDE Utility that provides information about a computer system. %{_kf5_sharedir}/desktop-directories/ %if %{with lang} -%files lang -%defattr(-,root,root) +%files lang -f %{name}.lang %doc COPYING* -%{_kf5_localedir}/ %doc %lang(ca) %{_kf5_htmldir}/ca/ %doc %lang(de) %{_kf5_htmldir}/de/ %doc %lang(it) %{_kf5_htmldir}/it/ From 94f578598f5d3d9bd5cbb1000d1dc968c1eee4ac49841fc3239200ed178f10c3 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 17:56:10 +0000 Subject: [PATCH 4/8] Use the right, existing macro OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=4 --- kinfocenter5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 572e5fd..b934993 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -50,7 +50,7 @@ BuildRequires: cmake(KF5Package) >= 5.9.0 BuildRequires: cmake(KF5Service) >= 5.9.0 BuildRequires: cmake(KF5Solid) >= 5.9.0 BuildRequires: cmake(KF5Solid) >= 5.9.0 -BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} +BuildRequires: cmake(KF5Wayland) >= %{version} BuildRequires: cmake(KF5WidgetsAddons) >= 5.9.0 BuildRequires: cmake(KF5XmlGui) >= 5.9.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 From 3a75947a0632384ff854d0ca00b8f5b0197bc2a0531ac94eb2bac7d21359bfa8 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 21 Sep 2016 16:39:16 +0000 Subject: [PATCH 5/8] Make it possible to reuse spec files for KUF again OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=5 --- kinfocenter5.changes | 5 +++++ kinfocenter5.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kinfocenter5.changes b/kinfocenter5.changes index be1f9bd..9a61125 100644 --- a/kinfocenter5.changes +++ b/kinfocenter5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 21 09:14:58 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/kinfocenter5.spec b/kinfocenter5.spec index b934993..648ff81 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -19,6 +19,7 @@ %bcond_without lang Name: kinfocenter5 Version: 5.7.95 +%{!?_plasma5_version: %global _plasma5_version %{version}} Release: 0 Summary: Utility that provides information about a computer system License: GPL-2.0+ @@ -50,7 +51,7 @@ BuildRequires: cmake(KF5Package) >= 5.9.0 BuildRequires: cmake(KF5Service) >= 5.9.0 BuildRequires: cmake(KF5Solid) >= 5.9.0 BuildRequires: cmake(KF5Solid) >= 5.9.0 -BuildRequires: cmake(KF5Wayland) >= %{version} +BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} BuildRequires: cmake(KF5WidgetsAddons) >= 5.9.0 BuildRequires: cmake(KF5XmlGui) >= 5.9.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 From e636e20d1f2320319a3e75b612c22965e34448d3e8aac479f464d5d4d83010e4 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 29 Sep 2016 19:39:32 +0000 Subject: [PATCH 6/8] Move %_plasma5_version to match K:F5 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=6 --- kinfocenter5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 648ff81..3e3905b 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -19,8 +19,8 @@ %bcond_without lang Name: kinfocenter5 Version: 5.7.95 -%{!?_plasma5_version: %global _plasma5_version %{version}} Release: 0 +%{!?_plasma5_version: %global _plasma5_version %{version}} Summary: Utility that provides information about a computer system License: GPL-2.0+ Group: System/GUI/KDE From 783cb91dfa167ec2656f842bf61060811edfded1ec062afaf9ff9796d12de5ce Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Sat, 1 Oct 2016 22:14:11 +0000 Subject: [PATCH 7/8] Accepting request 432195 from home:Vogtinator:branches:KDE:Frameworks5:LTS OBS-URL: https://build.opensuse.org/request/show/432195 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=7 --- kinfocenter-5.7.95.tar.xz | 3 --- kinfocenter-5.8.0.tar.xz | 3 +++ kinfocenter5.changes | 8 ++++++++ kinfocenter5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kinfocenter-5.7.95.tar.xz create mode 100644 kinfocenter-5.8.0.tar.xz diff --git a/kinfocenter-5.7.95.tar.xz b/kinfocenter-5.7.95.tar.xz deleted file mode 100644 index 1f63a22..0000000 --- a/kinfocenter-5.7.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:762e99f2d0f774bad0ffb44b2073d2db2ad31ca4ea32f8db36c4683c331ec137 -size 1250280 diff --git a/kinfocenter-5.8.0.tar.xz b/kinfocenter-5.8.0.tar.xz new file mode 100644 index 0000000..4abaa28 --- /dev/null +++ b/kinfocenter-5.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd8a237a2081e41a006f1978190ec9954be6b5545eaba2bf8daa17958d2590a +size 1250340 diff --git a/kinfocenter5.changes b/kinfocenter5.changes index 9a61125..7bd5597 100644 --- a/kinfocenter5.changes +++ b/kinfocenter5.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:14:58 UTC 2016 - fabian@ritter-vogt.de diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 3e3905b..9c0ad01 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kinfocenter5 -Version: 5.7.95 +Version: 5.8.0 Release: 0 %{!?_plasma5_version: %global _plasma5_version %{version}} Summary: Utility that provides information about a computer system From 9d5c5160cd5a70fc1ae9193a40f4d977149e15f5db3d04d75ab6e66c5a87a832 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 2 Oct 2016 08:45:58 +0000 Subject: [PATCH 8/8] Remove source URLs temporarily OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kinfocenter5?expand=0&rev=8 --- kinfocenter5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 9c0ad01..9132e3d 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -25,7 +25,7 @@ Summary: Utility that provides information about a computer system License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org/ -Source: http://download.kde.org/unstable/plasma/%{version}/kinfocenter-%{version}.tar.xz +Source: kinfocenter-%{version}.tar.xz Source99: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE plasma-session-name.patch Patch0: plasma-session-name.patch