diff --git a/kdelibs4support-5.17.0.tar.xz b/kdelibs4support-5.17.0.tar.xz deleted file mode 100644 index 71768f2..0000000 --- a/kdelibs4support-5.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d9f2e9223c01caebd2bc2be1590b00ea9413a6874020caa622034f981c9270e -size 3219596 diff --git a/kdelibs4support-5.18.0.tar.xz b/kdelibs4support-5.18.0.tar.xz new file mode 100644 index 0000000..81e3a86 --- /dev/null +++ b/kdelibs4support-5.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a821dafa24ea74bc3bc59f4edad331005fca0b99fd219c0c32908b6aad84903a +size 3222800 diff --git a/kdelibs4support.changes b/kdelibs4support.changes index 8b05b3a..2644d93 100644 --- a/kdelibs4support.changes +++ b/kdelibs4support.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 2 17:42:38 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.18.0 + * kdelibs4support requires kded (for kdedmodule.desktop) + * Fix CMP0064 warning by setting policy CMP0054 to NEW + * Don't export symbols that also exist in KWidgetsAddons + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.18.0.php + ------------------------------------------------------------------- Thu Dec 10 23:04:13 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kdelibs4support.spec b/kdelibs4support.spec index 5fbfcb9..18ca9e9 100644 --- a/kdelibs4support.spec +++ b/kdelibs4support.spec @@ -1,7 +1,7 @@ # # spec file for package kdelibs4support # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5KDELibs4Support5 -%define _tar_path 5.17 +%define _tar_path 5.18 Name: kdelibs4support -Version: 5.17.0 +Version: 5.18.0 Release: 0 %define kf5_version %{version} BuildRequires: NetworkManager-devel @@ -33,6 +33,7 @@ BuildRequires: kconfig-devel >= %{_tar_path} BuildRequires: kconfigwidgets-devel >= %{_tar_path} BuildRequires: kcrash-devel >= %{_tar_path} BuildRequires: kdbusaddons-devel >= %{_tar_path} +BuildRequires: kded-devel >= %{_tar_path} BuildRequires: kdesignerplugin-devel >= %{_tar_path} BuildRequires: kdoctools-devel >= %{_tar_path} BuildRequires: kf5-filesystem @@ -198,18 +199,6 @@ KDEDIRS environment variable correctly. Development files. %if %{with lang} %find_lang %{name} -echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang -echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang -echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang -echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang -echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}.lang -echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}.lang -echo "%doc %lang(ca) %{_kf5_htmldir}/ca" >>%{name}.lang -echo "%doc %lang(de) %{_kf5_htmldir}/de" >>%{name}.lang -echo "%doc %lang(nl) %{_kf5_htmldir}/nl" >>%{name}.lang -echo "%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR" >>%{name}.lang -echo "%doc %lang(sv) %{_kf5_htmldir}/sv" >>%{name}.lang -echo "%doc %lang(uk) %{_kf5_htmldir}/uk" >>%{name}.lang %endif %post -n %lname -p /sbin/ldconfig @@ -218,6 +207,20 @@ echo "%doc %lang(uk) %{_kf5_htmldir}/uk" >>%{name}.lang %if %{with lang} %files lang -f %{name}.lang +%doc %lang(ca) %{_kf5_mandir}/ca +%doc %lang(de) %{_kf5_mandir}/de +%doc %lang(nl) %{_kf5_mandir}/nl +%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR +%doc %lang(sv) %{_kf5_mandir}/sv +%doc %lang(uk) %{_kf5_mandir}/uk +%doc %lang(ca) %{_kf5_htmldir}/ca +%doc %lang(de) %{_kf5_htmldir}/de +%doc %lang(nl) %{_kf5_htmldir}/nl +%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR +%doc %lang(sr) %{_kf5_htmldir}/sr +%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin +%doc %lang(sv) %{_kf5_htmldir}/sv +%doc %lang(uk) %{_kf5_htmldir}/uk %endif %files