forked from pool/libkdegames
Accepting request 696336 from KDE:Applications
KDE Applications 19.04.0 (forwarded request 696164 from luca_b) OBS-URL: https://build.opensuse.org/request/show/696336 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkdegames?expand=0&rev=85
This commit is contained in:
commit
eb05101f71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c833fe476043f0492a09a52af60ee7652805cccbbb72e5f473a9d35abff9ed9
|
|
||||||
size 6381772
|
|
3
libkdegames-19.04.0.tar.xz
Normal file
3
libkdegames-19.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2965e4a313609f6408becb13e54e26bfe14b37b58e7737e051129896f6e8bcd3
|
||||||
|
size 6382296
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 06:51:58 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.04.0.php
|
||||||
|
- Changes since 19.03.90:
|
||||||
|
* No code changes since 19.03.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 09 20:54:44 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-rc.php
|
||||||
|
- Changes since 19.03.80:
|
||||||
|
* No code changes since 19.03.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 06:41:09 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-beta.php
|
||||||
|
- Changes since 18.12.3:
|
||||||
|
* Fix not existing include path
|
||||||
|
* Make it compile
|
||||||
|
* remove deprecated methods
|
||||||
|
* remove some clazy warning
|
||||||
|
* cmake: replace KIO with KCompletion
|
||||||
|
* Use isEmpty() when it's possible
|
||||||
|
* Add explicit + nullptr + override
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 09 08:03:23 UTC 2019 - lbeltrame@kde.org
|
Sat Mar 09 08:03:23 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%{!?_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: libkdegames
|
Name: libkdegames
|
||||||
Version: 18.12.3
|
Version: 19.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General Data for KDE Games
|
Summary: General Data for KDE Games
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -47,7 +47,6 @@ BuildRequires: kglobalaccel-devel
|
|||||||
BuildRequires: kguiaddons-devel
|
BuildRequires: kguiaddons-devel
|
||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
BuildRequires: kiconthemes-devel
|
BuildRequires: kiconthemes-devel
|
||||||
BuildRequires: kio-devel
|
|
||||||
BuildRequires: kitemviews-devel
|
BuildRequires: kitemviews-devel
|
||||||
BuildRequires: kjobwidgets-devel
|
BuildRequires: kjobwidgets-devel
|
||||||
BuildRequires: knewstuff-devel
|
BuildRequires: knewstuff-devel
|
||||||
@ -67,16 +66,12 @@ BuildRequires: pkgconfig(Qt5Test)
|
|||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Obsoletes: %{name}-kf5 < %{version}
|
Obsoletes: %{name}-kf5 < %{version}
|
||||||
Provides: %{name}-kf5 = %{version}
|
Provides: %{name}-kf5 = %{version}
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains data which is required by the KDE games library.
|
This package contains data which is required by the KDE games library.
|
||||||
|
|
||||||
%if %{with lang}
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user