Accepting request 516428 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516428 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksquares?expand=0&rev=64
This commit is contained in:
commit
92a7171a15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab47b917d8221c4d766e2092c3dcbb55064839f21b7740039a39fd5e1e0da310
|
|
||||||
size 215332
|
|
3
ksquares-17.08.0.tar.xz
Normal file
3
ksquares-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c71d05a8847c18270acf0548440cd26614794a0eb0ae7c3eb1e675ce417bd3a
|
||||||
|
size 215324
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:46:02 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- 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 :
|
||||||
|
* Fix wayland support
|
||||||
|
* USe Q_DECL_OVERRIDE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 5 18:18:48 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.07.90
|
||||||
|
* KDE Applications 17.07.90
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 15 23:00:27 CEST 2017 - lbeltrame@kde.org
|
Sat Jul 15 23:00:27 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ksquares
|
# spec file for package ksquares
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,13 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: ksquares
|
Name: ksquares
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Strategic board game
|
Summary: Strategic board game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -53,7 +54,9 @@ BuildRequires: pkgconfig(Qt5Test)
|
|||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -84,14 +87,14 @@ may be controlled by the computer.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
%{_kf5_bindir}/ksquares
|
|
||||||
%{_kf5_htmldir}/en/ksquares/
|
|
||||||
%{_kf5_applicationsdir}/org.kde.ksquares.desktop
|
|
||||||
%{_kf5_iconsdir}/hicolor/*/*/ksquares.*
|
|
||||||
%dir %{_kf5_configkcfgdir}
|
%dir %{_kf5_configkcfgdir}
|
||||||
%{_kf5_configkcfgdir}/ksquares.kcfg
|
%doc %lang(en) %{_kf5_htmldir}/en/ksquares/
|
||||||
%{_datadir}/kxmlgui5/ksquares/
|
%{_kf5_applicationsdir}/org.kde.ksquares.desktop
|
||||||
%{_kf5_appstreamdir}/
|
%{_kf5_appstreamdir}/
|
||||||
|
%{_kf5_bindir}/ksquares
|
||||||
|
%{_kf5_configkcfgdir}/ksquares.kcfg
|
||||||
|
%{_kf5_iconsdir}/hicolor/*/*/ksquares.*
|
||||||
|
%{_kf5_kxmlguidir}/ksquares/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user