From b1f89a6b4626fcdf2fa2922819e233622895934564d15b5b6f744f50a55f6fc1 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 8 Apr 2017 14:19:18 +0000 Subject: [PATCH 1/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=54 --- ksystemlog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksystemlog.spec b/ksystemlog.spec index e577a3e..6368296 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -59,7 +59,7 @@ want to quickly see problems occurring on their server. %suse_update_desktop_file org.kde.ksystemlog System Monitor for i in {16,22,32,48,64,128}; do mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps -%if 0%{?suse_version} > 1320 || 0%{?sle_version} == 120200 +%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 cp %{_datadir}/icons/oxygen/base/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/; %else cp %{_datadir}/icons/oxygen/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/; From 736f5c54a39de867dcaba9a2530796fde5a8a4ae5db2d244b89d915aa73617a4 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 12 Apr 2017 14:54:23 +0000 Subject: [PATCH 2/9] RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=55 --- ksystemlog-17.03.80.tar.xz | 3 --- ksystemlog-17.03.90.tar.xz | 3 +++ ksystemlog.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 ksystemlog-17.03.80.tar.xz create mode 100644 ksystemlog-17.03.90.tar.xz diff --git a/ksystemlog-17.03.80.tar.xz b/ksystemlog-17.03.80.tar.xz deleted file mode 100644 index fbf6a1e..0000000 --- a/ksystemlog-17.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d39b17bc9ee279625ed0c9381f45faa8f0a7066ee5fdbc355735f37d58f268a2 -size 351136 diff --git a/ksystemlog-17.03.90.tar.xz b/ksystemlog-17.03.90.tar.xz new file mode 100644 index 0000000..fe3fa00 --- /dev/null +++ b/ksystemlog-17.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b09d17065ef7b069d1376d76f3115f18b5551eee691ef6b735e3dcf3ef87d04 +size 1784676 diff --git a/ksystemlog.spec b/ksystemlog.spec index 6368296..e987bc6 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -17,7 +17,7 @@ Name: ksystemlog -Version: 17.03.80 +Version: 17.03.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 839c8ed8fa6f63ed243d3a1dbd6d7af3270c2f71b62db1e233f8f559b0f5261f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 12 Apr 2017 18:46:21 +0000 Subject: [PATCH 3/9] Update changes file - Automated commit, please verify contents OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=56 --- ksystemlog.changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ksystemlog.changes b/ksystemlog.changes index cd4121e..d75ab9b 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 12 20:25:55 CEST 2017 - lbeltrame@kde.org + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * None + ------------------------------------------------------------------- Sat Mar 25 23:10:42 CET 2017 - lbeltrame@kde.org From 3d8c49d51c04c715d69c0075b5270f3a1719f97805d93b5bc6a3e834c30b670c Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 13:28:41 +0000 Subject: [PATCH 4/9] Make a merry car great again OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=57 --- ksystemlog.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ksystemlog.spec b/ksystemlog.spec index e987bc6..8cd8999 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: ksystemlog Version: 17.03.90 @@ -47,6 +48,10 @@ how to find information about their Linux system and how the log files are in their computer. But it is also designed for advanced users, who want to quickly see problems occurring on their server. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -56,6 +61,10 @@ want to quickly see problems occurring on their server. %install %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs + %endif %suse_update_desktop_file org.kde.ksystemlog System Monitor for i in {16,22,32,48,64,128}; do mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps @@ -69,7 +78,7 @@ want to quickly see problems occurring on their server. %files %defattr(-,root,root) -%doc COPYING +%doc COPYING* %{_kf5_bindir}/ksystemlog %{_kf5_applicationsdir}/*.desktop %dir %{_kf5_htmldir}/en @@ -78,4 +87,9 @@ want to quickly see problems occurring on their server. %{_kf5_sharedir}/kxmlgui5/ %{_kf5_iconsdir}/hicolor/*/*/*.png +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog From c4feb8a2f134ca113899622d3bc37a489031315a50ac468124c90c2d75c2e751 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 16 Apr 2017 14:03:25 +0000 Subject: [PATCH 5/9] KDE Applications 17.04 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=58 --- ksystemlog-17.03.90.tar.xz | 3 --- ksystemlog-17.04.0.tar.xz | 3 +++ ksystemlog.changes | 10 ++++++++++ ksystemlog.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ksystemlog-17.03.90.tar.xz create mode 100644 ksystemlog-17.04.0.tar.xz diff --git a/ksystemlog-17.03.90.tar.xz b/ksystemlog-17.03.90.tar.xz deleted file mode 100644 index fe3fa00..0000000 --- a/ksystemlog-17.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b09d17065ef7b069d1376d76f3115f18b5551eee691ef6b735e3dcf3ef87d04 -size 1784676 diff --git a/ksystemlog-17.04.0.tar.xz b/ksystemlog-17.04.0.tar.xz new file mode 100644 index 0000000..391f307 --- /dev/null +++ b/ksystemlog-17.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec60ce3991dac85be7785c299c15291c9b819a82f6420316700f52f32655498 +size 1784876 diff --git a/ksystemlog.changes b/ksystemlog.changes index d75ab9b..6b4244f 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 16 10:45:11 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * None + ------------------------------------------------------------------- Wed Apr 12 20:25:55 CEST 2017 - lbeltrame@kde.org diff --git a/ksystemlog.spec b/ksystemlog.spec index 8cd8999..dae6dff 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: ksystemlog -Version: 17.03.90 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From ba94be6f332963b74d117ae59bdebac74d1c27cbc1b361daf7e7af62dd0dde0b Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 16 Apr 2017 19:27:30 +0000 Subject: [PATCH 6/9] Temporarily remove URLs to bypass validation OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=59 --- ksystemlog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksystemlog.spec b/ksystemlog.spec index dae6dff..e69b914 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -12,7 +12,7 @@ # 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/ +# Please submit bugfixes or comments via # %bcond_without lang From 26fbe588f2b9344fad497948f7017b7bb01adbb4f9ad9304c72bfb7fb6e4d9d9 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 20 Apr 2017 08:33:33 +0000 Subject: [PATCH 7/9] Add bug urls back OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=60 --- ksystemlog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksystemlog.spec b/ksystemlog.spec index e69b914..dae6dff 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %bcond_without lang From 31b74ff75e591f9ce467df50825d52dc2778bd7bb2839c38c954e81b688e01b9 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 20 Apr 2017 08:47:33 +0000 Subject: [PATCH 8/9] Add Recommends: %{name}-lang OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=61 --- ksystemlog.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ksystemlog.spec b/ksystemlog.spec index dae6dff..3f436d6 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -40,6 +40,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(libsystemd) Obsoletes: ksystemlog5 < %{version} Provides: ksystemlog5 = %{version} +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From 08f5686f4cf1fbecbcae506a16e9daf5f4cd6bc3281fa7bb09ff6d349f6b816a Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 17 May 2017 20:04:56 +0000 Subject: [PATCH 9/9] KDE Applications 17.04.1 checkin OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=62 --- ksystemlog-17.04.0.tar.xz | 3 --- ksystemlog-17.04.1.tar.xz | 3 +++ ksystemlog.changes | 10 ++++++++++ ksystemlog.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ksystemlog-17.04.0.tar.xz create mode 100644 ksystemlog-17.04.1.tar.xz diff --git a/ksystemlog-17.04.0.tar.xz b/ksystemlog-17.04.0.tar.xz deleted file mode 100644 index 391f307..0000000 --- a/ksystemlog-17.04.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bec60ce3991dac85be7785c299c15291c9b819a82f6420316700f52f32655498 -size 1784876 diff --git a/ksystemlog-17.04.1.tar.xz b/ksystemlog-17.04.1.tar.xz new file mode 100644 index 0000000..977b4ad --- /dev/null +++ b/ksystemlog-17.04.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163e0a9f46bd0250a60864f5e112fa74f81755f97f2cfb82c5a6e8dd10355e4a +size 1784628 diff --git a/ksystemlog.changes b/ksystemlog.changes index 6b4244f..6a40fa3 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 17 20:37:03 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.1.php +- Changes since 17.04.0: + * Call kdoctools_install in addition to ki18n_install + ------------------------------------------------------------------- Sun Apr 16 10:45:11 CEST 2017 - lbeltrame@kde.org diff --git a/ksystemlog.spec b/ksystemlog.spec index 3f436d6..81ea476 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: ksystemlog -Version: 17.04.0 +Version: 17.04.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)