SHA256
1
0
forked from pool/kolf

Accepting request 756262 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kolf?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:12:36 +00:00 committed by Git OBS Bridge
commit 553258f277
7 changed files with 63 additions and 36 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c864f1abb31b168fd1402217ffc4c00d495f8ebece61ddc1f8c954c29684e1b
size 1029800

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OsACgkQ29LOiT4t
HIcvdQf/eBthmJoHQXtghqLd0RpbzuiPMusNOKGQ2g19004cpVN38V4NdWmrV7Dx
y6mBj3fB8zqAU6lrUTgu0XSBPdZ78l/0GwoG7pXG5tglcELa88+47/MOLL1+yA1U
8XVM3p3yJZ6l2uCWRNlf5x5vCf0ne2nL/qlgUc4aLtAWH5SLXpNAdVIXi9H4PN2W
1+yOPuO01wC7HUxd/0kxaGzLwHdhCTrMbbHfT55MU72YKayLIht4Zg+U06qQXfFy
u/hA0mm+y24i7ektdMDOfim03vy9C9w6vHHs0G/vHqJl4h7gnYqpRdcDuqkjfKGT
P6SyKENCo9v96rkQvaKl1qLeMcxVvg==
=KXjt
-----END PGP SIGNATURE-----

3
kolf-19.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b63c8aceec8a9200a44b74bf76eb4d360c41c3ed311ed0a1837002a15bb596d
size 1024888

11
kolf-19.12.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puIwACgkQ29LOiT4t
HIfAGwf/ZGEnYAzOB9hmXwoepc4Re05iChKYNbEEai7ptuUDngW7ghdGBDyKgZ0c
SosnNXCFNP5eUtkHbsSgB/zT+gO9a2XPHbXq5gPYQ8WxZhMePzSrZZArFe02sBuN
gSnQaPd2YU6tbCKC40XW6unpwy7HHPfNSDM7rd40Qgun08I58anPFd/DKoUJQb7a
F18kF71Rf+VbLz218QuuNGo6SYX5ctBA5L7LIfPVimHdL05wORngL87DZZ7EUvAX
wcNUa3wkCanxtidQLDDZ4hUsR/IKIBEmwB28p92C1onfTBP5ND5lndsIhf4Mu+5a
eeuoKETe4qD2SMl+gvc2x9//8DxsxQ==
=7sLE
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:46 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- Changes since 19.11.90:
* Remove unused function
-------------------------------------------------------------------
Sat Nov 30 09:12:06 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 13:29:39 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Don't install the kolfprivate lib (kde#413383)
* Fix kolflib_export
* It compiles fine without deprecated method
* Use https
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 7 23:13:11 UTC 2019 - Luca Beltrame <lbeltrame@kde.org> Thu Nov 7 23:13:11 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,40 +16,39 @@
# #
%define kf5_version 5.26.0 %define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kolf Name: kolf
Version: 19.08.3 Version: 19.12.0
Release: 0 Release: 0
Summary: Miniature golf game Summary: Miniature golf game
License: GPL-2.0-or-later AND LGPL-2.0-or-later License: GPL-2.0-or-later AND LGPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle Group: Amusements/Games/Board/Puzzle
URL: https://www.kde.org URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring Source2: applications.keyring
%endif %endif
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kcompletion-devel BuildRequires: cmake(KF5Completion)
BuildRequires: kconfig-devel BuildRequires: cmake(KF5Config)
BuildRequires: kconfigwidgets-devel BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: kcoreaddons-devel BuildRequires: cmake(KF5CoreAddons)
BuildRequires: kcrash-devel BuildRequires: cmake(KF5Crash)
BuildRequires: kdbusaddons-devel BuildRequires: cmake(KF5DBusAddons)
BuildRequires: kdoctools-devel BuildRequires: cmake(KF5DocTools)
BuildRequires: ki18n-devel BuildRequires: cmake(KF5I18n)
BuildRequires: kio-devel BuildRequires: cmake(KF5KIO)
BuildRequires: ktextwidgets-devel BuildRequires: cmake(KF5TextWidgets)
BuildRequires: kwidgetsaddons-devel BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: kxmlgui-devel BuildRequires: cmake(KF5XmlGui)
BuildRequires: libkdegames-devel BuildRequires: cmake(KF5KDEGames)
BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Gui) BuildRequires: cmake(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang Recommends: %{name}-lang
%endif %endif
@ -74,7 +73,6 @@ Kolf is a miniature golf game by KDE.
%find_lang %{name} --with-man --all-name %find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs} %{kf5_find_htmldocs}
%endif %endif
rm -rf %{buildroot}/%{_kf5_libdir}/libkolfprivate.so
%suse_update_desktop_file -r org.kde.kolf Game SportsGame %suse_update_desktop_file -r org.kde.kolf Game SportsGame
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -89,7 +87,6 @@ Kolf is a miniature golf game by KDE.
%{_kf5_bindir}/kolf %{_kf5_bindir}/kolf
%{_kf5_iconsdir}/hicolor/*/*/kolf.* %{_kf5_iconsdir}/hicolor/*/*/kolf.*
%{_kf5_kxmlguidir}/kolf/ %{_kf5_kxmlguidir}/kolf/
%{_kf5_libdir}/libkolfprivate.so.*
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang