forked from pool/kdesignerplugin
Accepting request 322175 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesignerplugin?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af0d7e80fa2c0c815d9a67c3be0999c44f6f43f9fdccdd902fbed6a5b0bbc516
|
||||
size 86748
|
3
kdesignerplugin-5.13.0.tar.xz
Normal file
3
kdesignerplugin-5.13.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e3c683e46852ddbfc0a20334f3a41d733fe220dddad8b01de7e92d150552b46
|
||||
size 86772
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 19:20:21 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:57 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.12
|
||||
%define _tar_path 5.13
|
||||
Name: kdesignerplugin
|
||||
Version: 5.12.0
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@@ -43,10 +43,10 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||
BuildRequires: kxmlgui-devel >= %{_tar_path}
|
||||
%if %{with lang}
|
||||
BuildRequires: libqt5-linguist-devel >= 5.2.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.3.0
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%endif
|
||||
@@ -68,7 +68,7 @@ Summary: Integrating KDE frameworks widgets with Qt Designer
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
Requires: cmake(Qt5Core) >= 5.3.0
|
||||
|
||||
%description devel
|
||||
This framework provides plugins for Qt Designer that allow it to display
|
||||
|
Reference in New Issue
Block a user