diff --git a/kdelibs4support-5.48.0.tar.xz b/kdelibs4support-5.48.0.tar.xz deleted file mode 100644 index ac1e7ce..0000000 --- a/kdelibs4support-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e7f654bacd1e70aefb216998cd67d3280f6bbbf1ca6a2ee882142a70d2c1a15 -size 3353784 diff --git a/kdelibs4support-5.49.0.tar.xz b/kdelibs4support-5.49.0.tar.xz new file mode 100644 index 0000000..3e359b2 --- /dev/null +++ b/kdelibs4support-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112a8e541e173f1d737a57781575c7cb37ea025eaebee5085fd4187a0e03e7b3 +size 3354620 diff --git a/kdelibs4support.changes b/kdelibs4support.changes index 9bb1424..8880309 100644 --- a/kdelibs4support.changes +++ b/kdelibs4support.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 19 09:52:35 UTC 2018 - christophe@krop.fr + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * Fix qtplugins in KStandardDirs + ------------------------------------------------------------------- Mon Jul 16 04:37:38 UTC 2018 - lbeltrame@kde.org diff --git a/kdelibs4support.spec b/kdelibs4support.spec index 18a35b1..0910e76 100644 --- a/kdelibs4support.spec +++ b/kdelibs4support.spec @@ -16,16 +16,22 @@ # -%bcond_without lang %define lname libKF5KDELibs4Support5 -%define _tar_path 5.48 +%define _tar_path 5.49 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} +%bcond_without lang Name: kdelibs4support -Version: 5.48.0 +Version: 5.49.0 Release: 0 +Summary: Code and utilities to ease the transition to KDE Frameworks 5 +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRequires: NetworkManager-devel BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} @@ -56,6 +62,7 @@ BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version} BuildRequires: perl-URI +BuildRequires: pkgconfig BuildRequires: cmake(Qt5Concurrent) >= 5.6.0 BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5DBus) >= 5.6.0 @@ -72,13 +79,6 @@ BuildRequires: pkgconfig(x11) Recommends: %{name}-lang = %{version} Provides: kde4support = %{version} Obsoletes: kde4support < %{version} -Summary: Code and utilities to ease the transition to KDE Frameworks 5 -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz -Source1: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package includes CMake macros and C++ @@ -117,13 +117,13 @@ software using the KDE4 Support framework are installed to the same location as KDELibs4Support, although it may be sufficient to set the KDEDIRS environment variable correctly. -%package -n %lname +%package -n %{lname} Summary: Code and utilities to ease the transition to KDE Frameworks 5 License: LGPL-2.1-or-later Group: System/GUI/KDE Requires: kded >= %{_kf5_bugfix_version} -%description -n %lname +%description -n %{lname} This package includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. @@ -143,10 +143,8 @@ KDEDIRS environment variable correctly. Summary: Code and utilities to ease the transition to KDE Frameworks 5 License: LGPL-2.1-or-later Group: Development/Libraries/KDE -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: %{name} = %{version} -Provides: kde4support-devel = %{version} -Obsoletes: kde4support-devel < %{version} Requires: extra-cmake-modules Requires: karchive-devel >= %{_kf5_bugfix_version} Requires: kauth-devel >= %{_kf5_bugfix_version} @@ -170,6 +168,8 @@ Requires: cmake(Qt5Core) >= 5.6.0 Requires: cmake(Qt5DBus) >= 5.6.0 Requires: cmake(Qt5PrintSupport) >= 5.6.0 Requires: cmake(Qt5Xml) >= 5.6.0 +Provides: kde4support-devel = %{version} +Obsoletes: kde4support-devel < %{version} %description devel This package includes CMake macros and C++ @@ -188,6 +188,7 @@ location as KDELibs4Support, although it may be sufficient to set the KDEDIRS environment variable correctly. Development files. %lang_package + %prep %setup -q @@ -201,20 +202,19 @@ KDEDIRS environment variable correctly. Development files. %if %{with lang} %find_lang %{name} --with-man --all-name -%kf5_find_htmldocs +%{kf5_find_htmldocs} %endif -%post -n %lname -p /sbin/ldconfig - -%postun -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig %if %{with lang} %files lang -f %{name}.lang %endif %files -%defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %{_kf5_bindir}/kdebugdialog5 %{_kf5_bindir}/kf5-config %{_kf5_configdir}/colors/ @@ -238,20 +238,19 @@ KDEDIRS environment variable correctly. Development files. %doc %lang(en) %{_kf5_htmldir}/en/*/ %files -n kssl -%defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %{_kf5_configdir}/ksslcalist %{_kf5_plugindir}/kcm_ssl.so %{_kf5_servicesdir}/kcm_ssl.desktop %{_kf5_datadir}/kssl/ -%files -n %lname -%defattr(-,root,root) -%doc COPYING* README* +%files -n %{lname} +%license COPYING* +%doc README* %{_kf5_libdir}/libKF5KDELibs4Support.so.* %files devel -%defattr(-,root,root) %{_kf5_libdir}/libKF5KDELibs4Support.so %{_kf5_libdir}/cmake/KF5KDELibs4Support/ %{_kf5_libdir}/cmake/KF5KDE4Support/