From 9de87531f59c5e1f907ed7e3447341fc81756bff047c82350ca6a466f884c581 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 13:53:59 +0000 Subject: [PATCH 1/5] Accepting request 443411 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443411 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=42 --- ksystemlog-16.08.3.tar.xz | 3 -- ksystemlog-16.11.80.tar.xz | 3 ++ ksystemlog.changes | 8 ++++++ ksystemlog.spec | 57 +++++++++++++++++--------------------- 4 files changed, 37 insertions(+), 34 deletions(-) delete mode 100644 ksystemlog-16.08.3.tar.xz create mode 100644 ksystemlog-16.11.80.tar.xz diff --git a/ksystemlog-16.08.3.tar.xz b/ksystemlog-16.08.3.tar.xz deleted file mode 100644 index e867f05..0000000 --- a/ksystemlog-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:181a217e7a40abed60575d95c466666f7a26c27d7143b35df91c96496a5abdb0 -size 350324 diff --git a/ksystemlog-16.11.80.tar.xz b/ksystemlog-16.11.80.tar.xz new file mode 100644 index 0000000..109d2ca --- /dev/null +++ b/ksystemlog-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df99d4185d75ea4617d7a8fc0d5b134901d3a533f6614ce5f4297f68d49614ed +size 350984 diff --git a/ksystemlog.changes b/ksystemlog.changes index 6a34d0c..7e5c2f5 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:37:06 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:23:25 UTC 2016 - lbeltrame@kde.org diff --git a/ksystemlog.spec b/ksystemlog.spec index 5f41ea1..33bd1c3 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -17,36 +17,27 @@ Name: ksystemlog -BuildRequires: extra-cmake-modules >= 1.7.0 -BuildRequires: kf5-filesystem -BuildRequires: oxygen-icon-theme-large -BuildRequires: update-desktop-files -BuildRequires: xz -BuildRequires: cmake(KF5Archive) >= 5.0.0 -BuildRequires: cmake(KF5Completion) >= 5.0.0 -BuildRequires: cmake(KF5Config) >= 5.0.0 -BuildRequires: cmake(KF5CoreAddons) >= 5.0.0 -BuildRequires: cmake(KF5DocTools) >= 5.0.0 -BuildRequires: cmake(KF5I18n) >= 5.0.0 -BuildRequires: cmake(KF5IconThemes) >= 5.0.0 -BuildRequires: cmake(KF5ItemViews) >= 5.0.0 -BuildRequires: cmake(KF5KIO) >= 5.0.0 -BuildRequires: cmake(KF5TextWidgets) >= 5.0.0 -BuildRequires: cmake(KF5WidgetsAddons) >= 5.0.0 -BuildRequires: cmake(KF5XmlGui) >= 5.0.0 -BuildRequires: cmake(Qt5Concurrent) >= 5.2.0 -BuildRequires: cmake(Qt5Core) >= 5.2.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.2.0 -BuildRequires: cmake(Qt5Test) >= 5.2.0 -BuildRequires: cmake(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(libsystemd-journal) -Url: http://www.kde.org -Version: 16.08.3 +Version: 16.11.80 Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: System Log Viewer Tool License: GPL-2.0 Group: System/Monitoring +Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: kdelibs4support-devel +BuildRequires: oxygen5-icon-theme-large +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: xz +BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +Obsoletes: ksystemlog5 < %{version} +Provides: ksystemlog5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -55,10 +46,8 @@ 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. - - %prep -%setup -q -n %{name}-%{version} +%setup -q %build %cmake_kf5 -d build @@ -68,11 +57,17 @@ want to quickly see problems occurring on their server. %kf5_makeinstall -C build %suse_update_desktop_file org.kde.ksystemlog System Monitor for i in {16,22,32,48,64,128}; do - mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/${i}x${i}/apps - cp /usr/share/icons/oxygen/${i}x${i}/apps/utilities-log-viewer.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/${i}x${i}/apps/ \ - || cp /usr/share/icons/oxygen/base/${i}x${i}/apps/utilities-log-viewer.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/${i}x${i}/apps/ + mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps +%if 0%{?suse_version} > 1320 + 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/; +%endif done +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(-,root,root) %doc COPYING From 0fa5356aed41644a072a78caee42aa9ae95b3373c439fc3eec45f77cf4cb0e98 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 16:39:23 +0000 Subject: [PATCH 2/5] update to (16.11.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=43 --- ksystemlog-16.11.80.tar.xz | 3 --- ksystemlog-16.11.90.tar.xz | 3 +++ ksystemlog.changes | 8 ++++++++ ksystemlog.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ksystemlog-16.11.80.tar.xz create mode 100644 ksystemlog-16.11.90.tar.xz diff --git a/ksystemlog-16.11.80.tar.xz b/ksystemlog-16.11.80.tar.xz deleted file mode 100644 index 109d2ca..0000000 --- a/ksystemlog-16.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df99d4185d75ea4617d7a8fc0d5b134901d3a533f6614ce5f4297f68d49614ed -size 350984 diff --git a/ksystemlog-16.11.90.tar.xz b/ksystemlog-16.11.90.tar.xz new file mode 100644 index 0000000..c123551 --- /dev/null +++ b/ksystemlog-16.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b8288cf03efb58289f37c51e9d8ad0b5510d57b661bc75d8d6aa9ce1f078fe +size 350996 diff --git a/ksystemlog.changes b/ksystemlog.changes index 7e5c2f5..cc6433b 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 3 16:39:19 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + ------------------------------------------------------------------- Tue Nov 29 12:37:06 UTC 2016 - tittiatcoke@gmail.com diff --git a/ksystemlog.spec b/ksystemlog.spec index 33bd1c3..4967387 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -17,10 +17,10 @@ Name: ksystemlog -Version: 16.11.80 +Version: 16.11.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: System Log Viewer Tool License: GPL-2.0 From 919f0c79ec08b8e91edec205733c19972098120926cceb236d88316419aaaf85 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 9 Dec 2016 14:20:41 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=44 --- ksystemlog.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/ksystemlog.spec b/ksystemlog.spec index 4967387..2b7e436 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -30,7 +30,6 @@ Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kdelibs4support-devel BuildRequires: oxygen5-icon-theme-large -BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: xz BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 @@ -65,8 +64,6 @@ want to quickly see problems occurring on their server. %endif done -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) From e88111305606554928c1f3988ca8ec61ba708b36045175452ddc4ef21d4dfd0f Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sun, 11 Dec 2016 11:40:22 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=45 --- ksystemlog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksystemlog.spec b/ksystemlog.spec index 2b7e436..5ab78f0 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -57,7 +57,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 +%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 d7307b2db98bc25b020373bb5d9ed0e791a133549186e0853d29808f297a2ef5 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 13 Dec 2016 19:54:47 +0000 Subject: [PATCH 5/5] update to (16.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=46 --- ksystemlog-16.11.90.tar.xz | 3 --- ksystemlog-16.12.0.tar.xz | 3 +++ ksystemlog.changes | 8 ++++++++ ksystemlog.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ksystemlog-16.11.90.tar.xz create mode 100644 ksystemlog-16.12.0.tar.xz diff --git a/ksystemlog-16.11.90.tar.xz b/ksystemlog-16.11.90.tar.xz deleted file mode 100644 index c123551..0000000 --- a/ksystemlog-16.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65b8288cf03efb58289f37c51e9d8ad0b5510d57b661bc75d8d6aa9ce1f078fe -size 350996 diff --git a/ksystemlog-16.12.0.tar.xz b/ksystemlog-16.12.0.tar.xz new file mode 100644 index 0000000..88dd9a1 --- /dev/null +++ b/ksystemlog-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f8d3ca7026d79e8f9be038efa121440c8df167ea8133404312289418516c60 +size 351024 diff --git a/ksystemlog.changes b/ksystemlog.changes index cc6433b..a79f57b 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 13 19:54:44 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + ------------------------------------------------------------------- Sat Dec 3 16:39:19 UTC 2016 - tittiatcoke@gmail.com diff --git a/ksystemlog.spec b/ksystemlog.spec index 5ab78f0..a2b913d 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -17,10 +17,10 @@ Name: ksystemlog -Version: 16.11.90 +Version: 16.12.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: System Log Viewer Tool License: GPL-2.0