Hello community, here is the log from the commit of package kmag for openSUSE:Factory checked in at 2017-08-24 17:45:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmag (Old) and /work/SRC/openSUSE:Factory/.kmag.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmag" Thu Aug 24 17:45:14 2017 rev:70 rq:516386 version:17.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmag/kmag.changes 2017-07-25 11:35:12.632280872 +0200 +++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes 2017-08-24 17:45:19.676182294 +0200 @@ -1,0 +2,17 @@ +Fri Aug 11 22:45:41 UTC 2017 - [email protected] + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : +- Too many changes to list here + +------------------------------------------------------------------- +Sat Aug 5 18:18:06 UTC 2017 - [email protected] + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + +------------------------------------------------------------------- Old: ---- kmag-17.04.3.tar.xz New: ---- kmag-17.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmag.spec ++++++ --- /var/tmp/diff_new_pack.mFCPCM/_old 2017-08-24 17:45:21.431934993 +0200 +++ /var/tmp/diff_new_pack.mFCPCM/_new 2017-08-24 17:45:21.431934993 +0200 @@ -1,7 +1,7 @@ # # spec file for package kmag # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,51 +16,80 @@ # +%bcond_without lang + Name: kmag -BuildRequires: alsa-devel -BuildRequires: libkde4-devel -BuildRequires: oxygen-icon-theme-large -BuildRequires: sbl -BuildRequires: xz +Version: 17.08.0 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Screen Magnifier License: GPL-2.0 Group: System/GUI/KDE Url: http://www.kde.org -Version: 17.04.3 -Release: 0 Source0: %{name}-%{version}.tar.xz +BuildRequires: alsa-devel +BuildRequires: extra-cmake-modules +BuildRequires: kdoctools-devel +BuildRequires: kf5-filesystem +BuildRequires: ki18n-devel +BuildRequires: kio-devel +BuildRequires: kxmlgui-devel +BuildRequires: pkgconfig +BuildRequires: sbl +BuildRequires: update-desktop-files +BuildRequires: xz +BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 +BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +Obsoletes: kmag5 < %{version} +Provides: kmag5 = %{version} +%if %{with lang} +Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: kde4-kmag = 4.3.0 -Obsoletes: kde4-kmag < 4.3.0 -%kde4_runtime_requires %description Magnifies a part of the screen. +%if %{with lang} +%lang_package +%endif + %prep %setup -q %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - cd build - %kde4_makeinstall - %suse_update_desktop_file -r kmag Utility Accessibility - %kde_post_install + %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs + %endif + %suse_update_desktop_file -r org.kde.kmag Utility Accessibility %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files %defattr(-,root,root) -%_kde4_bindir/kmag -%_kde4_applicationsdir/kmag.desktop -%_kde4_htmldir/en/kmag/ -%_kde4_iconsdir/hicolor/*/*/*.png -%_kde4_appsdir/kmag/ -%_mandir/man1/kmag.1.gz +%{_kf5_bindir}/kmag +%{_kf5_applicationsdir}/org.kde.kmag.desktop +%dir %{_kf5_htmldir}/en +%dir %{_kf5_htmldir} +%doc %lang(en) %{_kf5_htmldir}/en/*/ +%{_kf5_iconsdir}/hicolor/*/apps/kmag.* +%{_kf5_mandir}//man1/kmag.1* +%{_kf5_sharedir}/kmag/ +%{_kf5_sharedir}/kxmlgui5/ + +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif %changelog ++++++ kmag-17.04.3.tar.xz -> kmag-17.08.0.tar.xz ++++++ ++++ 45429 lines of diff (skipped)
