Accepting request 254444 from KDE:Frameworks5

Update to 5.3.0

OBS-URL: https://build.opensuse.org/request/show/254444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2014-10-07 14:00:05 +00:00 committed by Git OBS Bridge
commit 931bd437da
4 changed files with 20 additions and 5 deletions

View File

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

3
kxmlgui-5.3.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 4 18:00:03 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.3.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
-------------------------------------------------------------------
Sun Sep 21 19:17:51 UTC 2014 - hrvoje.senjan@gmail.com
- Make KXMLLGui own %{_kf5_sharedir}/kxmlgui5/
-------------------------------------------------------------------
Tue Sep 9 09:49:40 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -18,12 +18,12 @@
%define lname libKF5XmlGui5
Name: kxmlgui
Version: 5.2.0
Version: 5.3.0
Release: 0
%define kf5_version %{version}
BuildRequires: attica-qt5-devel >= %{kf5_version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: fdupes
BuildRequires: kconfig-devel >= %{kf5_version}
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
@ -105,6 +105,8 @@ description for example for integrating actions from plugins. Development files.
%kf5_makeinstall -C build
%fdupes -s %{buildroot}
mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/
%find_lang %{name}5
%post -n %lname -p /sbin/ldconfig
@ -120,6 +122,7 @@ description for example for integrating actions from plugins. Development files.
%{_kf5_configdir}/ui/
%{_kf5_libexecdir}/ksendbugmail
%{_kf5_datadir}/kxmlgui/
%dir %{_kf5_sharedir}/kxmlgui5/
%files devel
%defattr(-,root,root)