From 00a47ae97fb2f08098d36b94053b98a5e0eb0c19b58be0649fb861cebade8d24 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 21 Nov 2017 22:32:12 +0000 Subject: [PATCH 1/4] KDE Applications 17.12 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolf?expand=0&rev=62 --- kolf-17.08.3.tar.xz | 3 -- kolf-17.11.80.tar.xz | 3 ++ kolf.changes | 10 ++++++ kolf.spec | 81 ++++++++++++++++++++++++++++++++------------ 4 files changed, 73 insertions(+), 24 deletions(-) delete mode 100644 kolf-17.08.3.tar.xz create mode 100644 kolf-17.11.80.tar.xz diff --git a/kolf-17.08.3.tar.xz b/kolf-17.08.3.tar.xz deleted file mode 100644 index 02e9312..0000000 --- a/kolf-17.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e09185fa08c730eb215d6948a3435ab43b30a91af0b235cafa3cdaf960e886f1 -size 772916 diff --git a/kolf-17.11.80.tar.xz b/kolf-17.11.80.tar.xz new file mode 100644 index 0000000..7fc4966 --- /dev/null +++ b/kolf-17.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755a0fcc27a468e989545d4c00c2b68dc2bf4dd781dd1aa807c35fb175a24f9f +size 924256 diff --git a/kolf.changes b/kolf.changes index be4ca0d..ccc8ce5 100644 --- a/kolf.changes +++ b/kolf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 20 06:59:46 CET 2017 - lbeltrame@kde.org + +- 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 + ------------------------------------------------------------------- Thu Nov 09 23:13:20 CET 2017 - lbeltrame@kde.org diff --git a/kolf.spec b/kolf.spec index 89c0121..a2287f1 100644 --- a/kolf.spec +++ b/kolf.spec @@ -15,47 +15,86 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kolf -Version: 17.08.3 +Version: 17.11.80 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: karchive-devel +BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kguiaddons-devel +BuildRequires: ki18n-devel +BuildRequires: kiconthemes-devel +BuildRequires: kio-devel +BuildRequires: kitemviews-devel +BuildRequires: knewstuff-devel +BuildRequires: knotifyconfig-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kxmlgui-devel +BuildRequires: libkdegames-devel +BuildRequires: phonon4qt5-devel +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) +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 - %suse_update_desktop_file -r org.kde.kolf Game SportsGame - %kde_post_install + %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 %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 From 234d3ddee20a361e5ae5f8676e0653b12c71a9231848cce1852431a2d5313bfc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 2 Dec 2017 16:52:34 +0000 Subject: [PATCH 2/4] KDE Applications 17.12.0 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolf?expand=0&rev=63 --- kolf-17.11.80.tar.xz | 3 --- kolf-17.11.90.tar.xz | 3 +++ kolf.changes | 10 ++++++++++ kolf.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kolf-17.11.80.tar.xz create mode 100644 kolf-17.11.90.tar.xz diff --git a/kolf-17.11.80.tar.xz b/kolf-17.11.80.tar.xz deleted file mode 100644 index 7fc4966..0000000 --- a/kolf-17.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:755a0fcc27a468e989545d4c00c2b68dc2bf4dd781dd1aa807c35fb175a24f9f -size 924256 diff --git a/kolf-17.11.90.tar.xz b/kolf-17.11.90.tar.xz new file mode 100644 index 0000000..7854b6b --- /dev/null +++ b/kolf-17.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2509d445ded0039b98ab36e6ab5e0cd4b07737d13161ff572f1c152935a832 +size 924056 diff --git a/kolf.changes b/kolf.changes index ccc8ce5..ec1f6b3 100644 --- a/kolf.changes +++ b/kolf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 02 10:12:37 CET 2017 - lbeltrame@kde.org + +- 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 - lbeltrame@kde.org diff --git a/kolf.spec b/kolf.spec index a2287f1..8417908 100644 --- a/kolf.spec +++ b/kolf.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kolf -Version: 17.11.80 +Version: 17.11.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From 59fb7d2af68fd7815b792c29e478feae7b22191bf0cf528c616957e7d0eb41d3 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Dec 2017 08:18:17 +0000 Subject: [PATCH 3/4] Accepting request 547628 from home:wolfi323:branches:KDE:Applications - Update build requirements OBS-URL: https://build.opensuse.org/request/show/547628 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolf?expand=0&rev=64 --- kolf.changes | 5 +++++ kolf.spec | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/kolf.changes b/kolf.changes index ec1f6b3..14e0543 100644 --- a/kolf.changes +++ b/kolf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 2 23:44:15 UTC 2017 - wbauer@tmo.at + +- Update build requirements + ------------------------------------------------------------------- Sat Dec 02 10:12:37 CET 2017 - lbeltrame@kde.org diff --git a/kolf.spec b/kolf.spec index 8417908..1bd7096 100644 --- a/kolf.spec +++ b/kolf.spec @@ -29,27 +29,21 @@ Group: Amusements/Games/Board/Puzzle Url: http://www.kde.org Source0: kolf-%{version}.tar.xz BuildRequires: extra-cmake-modules -BuildRequires: karchive-devel BuildRequires: kconfig-devel BuildRequires: kconfigwidgets-devel BuildRequires: kcoreaddons-devel +BuildRequires: kcrash-devel +BuildRequires: kdbusaddons-devel BuildRequires: kdelibs4support-devel -BuildRequires: kguiaddons-devel BuildRequires: ki18n-devel -BuildRequires: kiconthemes-devel BuildRequires: kio-devel -BuildRequires: kitemviews-devel -BuildRequires: knewstuff-devel -BuildRequires: knotifyconfig-devel BuildRequires: kwidgetsaddons-devel +BuildRequires: kwindowsystem-devel BuildRequires: kxmlgui-devel BuildRequires: libkdegames-devel BuildRequires: phonon4qt5-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5QuickWidgets) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) %if %{with lang} Recommends: %{name}-lang From c483d4f1b6cdaa1b0ec99658c2d92f5a6c4f388ab38ca62329cdb10aa2f28482 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 11 Dec 2017 18:30:50 +0000 Subject: [PATCH 4/4] KDE Applications 17.12 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolf?expand=0&rev=65 --- kolf-17.11.90.tar.xz | 3 --- kolf-17.12.0.tar.xz | 3 +++ kolf.changes | 10 ++++++++++ kolf.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kolf-17.11.90.tar.xz create mode 100644 kolf-17.12.0.tar.xz diff --git a/kolf-17.11.90.tar.xz b/kolf-17.11.90.tar.xz deleted file mode 100644 index 7854b6b..0000000 --- a/kolf-17.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b2509d445ded0039b98ab36e6ab5e0cd4b07737d13161ff572f1c152935a832 -size 924056 diff --git a/kolf-17.12.0.tar.xz b/kolf-17.12.0.tar.xz new file mode 100644 index 0000000..85550b4 --- /dev/null +++ b/kolf-17.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f47742c94ed5506797aadeabf3276dfc7a84e5e13d2c5fad5c5600999d1d0e +size 927964 diff --git a/kolf.changes b/kolf.changes index 14e0543..71ce2c2 100644 --- a/kolf.changes +++ b/kolf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 09 14:59:07 CET 2017 - lbeltrame@kde.org + +- 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 - wbauer@tmo.at diff --git a/kolf.spec b/kolf.spec index 1bd7096..a494b3b 100644 --- a/kolf.spec +++ b/kolf.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kolf -Version: 17.11.90 +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)