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.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 cd4121e..6a40fa3 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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 + +- 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 + +- 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 diff --git a/ksystemlog.spec b/ksystemlog.spec index e577a3e..81ea476 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: ksystemlog -Version: 17.03.80 +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) @@ -39,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 @@ -47,6 +49,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,10 +62,14 @@ 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 -%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/; @@ -69,7 +79,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 +88,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