Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2017-12-19 10:54:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kolf (Old)
 and      /work/SRC/openSUSE:Factory/.kolf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kolf"

Tue Dec 19 10:54:40 2017 rev:67 rq:556225 version:17.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kolf/kolf.changes        2017-11-17 
10:56:33.772278929 +0100
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2017-12-19 
10:54:43.568244925 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:07 CET 2017 - [email protected]
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+-------------------------------------------------------------------
+Sat Dec  2 23:44:15 UTC 2017 - [email protected]
+
+- Update build requirements
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:37 CET 2017 - [email protected]
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Remove unused dependencies
+
+-------------------------------------------------------------------
+Mon Nov 20 06:59:46 CET 2017 - [email protected]
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  kolf-17.08.3.tar.xz

New:
----
  kolf-17.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kolf.spec ++++++
--- /var/tmp/diff_new_pack.Lgym9g/_old  2017-12-19 10:54:44.232212873 +0100
+++ /var/tmp/diff_new_pack.Lgym9g/_new  2017-12-19 10:54:44.236212679 +0100
@@ -15,47 +15,80 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:           kolf
-Version:        17.08.3
+Version:        17.12.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:        Miniature golf game
-License:        GPL-2.0+ AND LGPL-2.0+
+License:        GPL-2.0+ and LGPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
-URL:            http://www.kde.org
+Url:            http://www.kde.org
 Source0:        kolf-%{version}.tar.xz
-BuildRequires:  libkdegames4-devel
-BuildRequires:  xz
-%{kde4_runtime_requires}
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kconfig-devel
+BuildRequires:  kconfigwidgets-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kcrash-devel
+BuildRequires:  kdbusaddons-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
+BuildRequires:  kwidgetsaddons-devel
+BuildRequires:  kwindowsystem-devel
+BuildRequires:  kxmlgui-devel
+BuildRequires:  libkdegames-devel
+BuildRequires:  phonon4qt5-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Widgets)
+%if %{with lang}
+Recommends:     %{name}-lang
+%endif
 
 %description
-Kolf is a miniature golf game for KDE.
+Kolf is a miniature golf game by KDE.
+
+%if %{with lang}
+%lang_package
+%endif
 
 %prep
 %setup -q
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  %kde4_makeinstall -C build
-  rm -rf %{buildroot}/%{_kde4_libdir}/libkolfprivate.so
+  %kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+  %kf5_find_htmldocs
+%endif
+  rm -rf %{buildroot}/%{_kf5_libdir}/libkolfprivate.so
   %suse_update_desktop_file -r org.kde.kolf  Game SportsGame
-  %kde_post_install
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%doc COPYING*
-%dir %{_kde4_datadir}/metainfo
-%{_kde4_applicationsdir}/org.kde.kolf.desktop
-%{_kde4_appsdir}/kolf/
-%{_kde4_bindir}/kolf
-%{_kde4_datadir}/metainfo/org.kde.kolf.appdata.xml
-%{_kde4_htmldir}/en/kolf/
-%{_kde4_iconsdir}/hicolor/*/apps/kolf.*
-%{_kde4_libdir}/libkolfprivate.so.*
+%defattr(-,root,root)
+%doc COPYING COPYING.DOC COPYING.LIB
+%doc %lang(en) %{_kf5_htmldir}/en/kolf/
+%{_kf5_applicationsdir}/org.kde.kolf.desktop
+%{_kf5_appsdir}/kolf/
+%{_kf5_appstreamdir}/org.kde.kolf.appdata.xml
+%{_kf5_bindir}/kolf
+%{_kf5_iconsdir}/hicolor/*/*/kolf.*
+%{_kf5_kxmlguidir}/kolf/
+%{_kf5_libdir}/libkolfprivate.so.*
+
+%if %{with lang}
+%files lang -f %{name}.lang
+%endif
 
 %changelog

++++++ kolf-17.08.3.tar.xz -> kolf-17.12.0.tar.xz ++++++
++++ 62987 lines of diff (skipped)


Reply via email to