forked from pool/kdelibs4support
Accepting request 386958 from KDE:Frameworks5
Update to 5.21.0 OBS-URL: https://build.opensuse.org/request/show/386958 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=27
This commit is contained in:
commit
e226d83608
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5492e549dc865d56a0da5826fcb9e6e90ed4ba9567107913da0298552172da23
|
|
||||||
size 3227608
|
|
3
kdelibs4support-5.21.0.tar.xz
Normal file
3
kdelibs4support-5.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cfbecb60accdc114894fa79842b4d5105cc80da4be500660dea7ae1b3f33ce0
|
||||||
|
size 3228212
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 08:42:28 UTC 2016 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Don't apply use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
|
||||||
|
in SLE12 since Qt 5.5.1 in SLE12 is not patched to support the new
|
||||||
|
session management API from 5.6.0 .
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 14:19:48 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.21.0 (boo#974793)
|
||||||
|
* Fix obsolete link in kdebugdialog5 docbook
|
||||||
|
* Don't leak Qt5::Network as required lib for the rest of
|
||||||
|
the ConfigureChecks
|
||||||
|
* Upgrade Qt version requirement to 5.4.0
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 6 09:56:08 UTC 2016 - hrvoje.senjan@gmail.com
|
Sun Mar 6 09:56:08 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5KDELibs4Support5
|
%define lname libKF5KDELibs4Support5
|
||||||
%define _tar_path 5.20
|
%define _tar_path 5.21
|
||||||
Name: kdelibs4support
|
Name: kdelibs4support
|
||||||
Version: 5.20.0
|
Version: 5.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
@ -52,16 +52,16 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
|||||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||||
BuildRequires: kxmlgui-devel >= %{_tar_path}
|
BuildRequires: kxmlgui-devel >= %{_tar_path}
|
||||||
BuildRequires: perl-URI
|
BuildRequires: perl-URI
|
||||||
BuildRequires: cmake(Qt5Concurrent) >= 5.3.0
|
BuildRequires: cmake(Qt5Concurrent) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5Designer) >= 5.3.0
|
BuildRequires: cmake(Qt5Designer) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5Network) >= 5.3.0
|
BuildRequires: cmake(Qt5Network) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.3.0
|
BuildRequires: cmake(Qt5PrintSupport) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5Svg) >= 5.3.0
|
BuildRequires: cmake(Qt5Svg) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5X11Extras) >= 5.3.0
|
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@ -167,10 +167,10 @@ Requires: kparts-devel >= %{_tar_path}
|
|||||||
Requires: ktextwidgets-devel >= %{_tar_path}
|
Requires: ktextwidgets-devel >= %{_tar_path}
|
||||||
Requires: kunitconversion-devel >= %{_tar_path}
|
Requires: kunitconversion-devel >= %{_tar_path}
|
||||||
Requires: kwindowsystem-devel >= %{_tar_path}
|
Requires: kwindowsystem-devel >= %{_tar_path}
|
||||||
Requires: cmake(Qt5Core) >= 5.3.0
|
Requires: cmake(Qt5Core) >= 5.4.0
|
||||||
Requires: cmake(Qt5DBus) >= 5.3.0
|
Requires: cmake(Qt5DBus) >= 5.4.0
|
||||||
Requires: cmake(Qt5PrintSupport) >= 5.3.0
|
Requires: cmake(Qt5PrintSupport) >= 5.4.0
|
||||||
Requires: cmake(Qt5Xml) >= 5.3.0
|
Requires: cmake(Qt5Xml) >= 5.4.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package includes CMake macros and C++
|
This package includes CMake macros and C++
|
||||||
@ -191,7 +191,9 @@ KDEDIRS environment variable correctly. Development files.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%if 0%{?is_opensuse} || 0%{?suse_version} > 1315
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
@ -213,6 +215,7 @@ KDEDIRS environment variable correctly. Development files.
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc %lang(ca) %{_kf5_mandir}/ca
|
%doc %lang(ca) %{_kf5_mandir}/ca
|
||||||
%doc %lang(de) %{_kf5_mandir}/de
|
%doc %lang(de) %{_kf5_mandir}/de
|
||||||
|
%doc %lang(it) %{_kf5_mandir}/it
|
||||||
%doc %lang(nl) %{_kf5_mandir}/nl
|
%doc %lang(nl) %{_kf5_mandir}/nl
|
||||||
%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
|
%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
|
||||||
%doc %lang(sv) %{_kf5_mandir}/sv
|
%doc %lang(sv) %{_kf5_mandir}/sv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user