diff --git a/kio-extras-5.2.2.tar.xz b/kio-extras-5.2.2.tar.xz deleted file mode 100644 index 7f76cf4..0000000 --- a/kio-extras-5.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b5127239283da14a83fd21896f99767cec7f8f7818aa19ff960c57fec7fd7a3 -size 610440 diff --git a/kio-extras-5.3.0.tar.xz b/kio-extras-5.3.0.tar.xz new file mode 100644 index 0000000..086c2bc --- /dev/null +++ b/kio-extras-5.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e523e936eebc4f19a7f65ab48709055ea4ccdfda2853059a826dca61859ce58 +size 613748 diff --git a/kio-extras5.changes b/kio-extras5.changes index 9d0c69f..cf25e75 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Apr 23 13:27:22 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.3 Final: + * For more details please see: + https://www.kde.org/announcements/plasma-5.3.0.php + +------------------------------------------------------------------- +Sat Apr 11 18:53:35 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.2.95 aka 5.3 beta: + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.2.95.php +- Update required Qt version to 5.4.0 + ------------------------------------------------------------------- Thu Mar 19 17:42:33 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kio-extras5.spec b/kio-extras5.spec index 6df1087..cfb3058 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -16,8 +16,9 @@ # +%bcond_without lang Name: kio-extras5 -Version: 5.2.2 +Version: 5.3.0 Release: 0 Summary: Additional KIO-slaves for KDE applications License: GPL-2.0+ @@ -47,18 +48,20 @@ BuildRequires: openslp-devel BuildRequires: phonon4qt5-devel BuildRequires: solid-devel BuildRequires: xz -BuildRequires: pkgconfig(Qt5DBus) >= 5.3.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.3.0 -BuildRequires: pkgconfig(Qt5Svg) >= 5.3.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.3.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0 +BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0 +BuildRequires: pkgconfig(Qt5Network) >= 5.4.0 +BuildRequires: pkgconfig(Qt5Svg) >= 5.4.0 +BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(smbclient) # we want some imageformats in Recommends: libqt5-qtimageformats Recommends: kimageformats +%if %{with lang} Recommends: %{name}-lang +%endif #BuildRequires: update-desktop-files Provides: kfileaudiopreview = 4.100.0 Obsoletes: kfileaudiopreview <= 4.100.0 @@ -81,7 +84,6 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt # we don't need nor want devel symlink, and dbus interface -- kio-extras don't install any headers, # nor are meant for development rm -rf %{buildroot}%{_kf5_sharedir}/dbus-1/ - rm -rf %{buildroot}%{_kf5_libdir}/libmolletnetwork.so %post -p /sbin/ldconfig @@ -89,7 +91,7 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %files %defattr(-,root,root) -%{_kf5_libdir}/libmolletnetwork.so.* +%{_kf5_libdir}/libmolletnetwork5.so.* %{_kf5_plugindir}/ %{_kf5_configkcfgdir}/ %{_kf5_servicesdir}/ @@ -104,8 +106,10 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %{_kf5_sharedir}/solid/ %{_kf5_sharedir}/mime/packages/kf5_network.xml +%if %{with lang} %files lang %defattr(-,root,root) %{_kf5_localedir}/ +%endif %changelog