Hello community, here is the log from the commit of package kpat for openSUSE:Factory checked in at 2017-05-16 14:36:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpat (Old) and /work/SRC/openSUSE:Factory/.kpat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpat" Tue May 16 14:36:18 2017 rev:61 rq:490461 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpat/kpat.changes 2017-03-16 09:39:57.392164611 +0100 +++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes 2017-05-16 14:36:26.804543093 +0200 @@ -1,0 +2,35 @@ +Sun Apr 16 10:45:08 CEST 2017 - [email protected] + +- 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:50 CEST 2017 - [email protected] + +- 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:39 CET 2017 - [email protected] + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * update kpat man docbook + * Initialising a QWeakPointer from a raw pointer is deprecated. + * Oops, I forgot to open the QBuffer before it's read. + * Port away from KDE4 to KF5: + * reset() is deprecated use begin/endResetModel() instead. + * itemAt() is deprecated use items() instead. + +------------------------------------------------------------------- Old: ---- kpat-16.12.3.tar.xz New: ---- kpat-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpat.spec ++++++ --- /var/tmp/diff_new_pack.q9uzMY/_old 2017-05-16 14:36:27.508444198 +0200 +++ /var/tmp/diff_new_pack.q9uzMY/_new 2017-05-16 14:36:27.512443636 +0200 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kpat -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# 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: Patience card game License: GPL-2.0+ @@ -60,6 +61,7 @@ Requires(postun): shared-mime-info Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -67,6 +69,10 @@ world. It includes Klondike, Freecell, Yukon, Forty and Eight and many more. The game has nice graphics and many different carddecks. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -76,6 +82,10 @@ %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.kpat Game CardGame %post @@ -107,4 +117,9 @@ %{_kf5_kxmlguidir}/kpat/ %{_kf5_iconsdir}/hicolor/*/*/kpat.* +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ kpat-16.12.3.tar.xz -> kpat-17.04.0.tar.xz ++++++ ++++ 64193 lines of diff (skipped)
