Accepting request 322173 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322173 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=19
This commit is contained in:
commit
daf2d3b18d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddcfecfd23d88e7edbe27a7b0d2474cfab2b82a096a2e32b9b81fc39037be6a0
|
||||
size 35216
|
3
kded-5.13.0.tar.xz
Normal file
3
kded-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:291e1ab2f4dff391724e00f256ce5feaef2cb212690259bbfff274c19ae8d779
|
||||
size 36712
|
11
kded.changes
11
kded.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 19:20:20 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.13.0
|
||||
* The Qt version requirement has been bumped from 5.2 to 5.3
|
||||
* Debug output has been ported to categorized output, for less
|
||||
noise by default
|
||||
* Docbook documentation has been reviewed and updated
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 18:44:55 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
17
kded.spec
17
kded.spec
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.12
|
||||
%define _tar_path 5.13
|
||||
Name: kded
|
||||
Version: 5.12.0
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -34,12 +34,12 @@ BuildRequires: ki18n-devel >= %{_tar_path}
|
||||
BuildRequires: kinit-devel >= %{_tar_path}
|
||||
BuildRequires: kservice-devel >= %{_tar_path}
|
||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.3.0
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
@ -79,6 +79,7 @@ Development files.
|
||||
|
||||
%if %{with lang}
|
||||
echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang
|
||||
echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang
|
||||
echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang
|
||||
echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang
|
||||
echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user