From 111a0b3143d176c0a768d04b00b2a577dcbd4265d90848775b3c04c831afb92b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 1 Jun 2014 18:56:20 +0000 Subject: [PATCH 1/3] 4.100.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=20 --- kcmutils-4.100.0.tar.xz | 3 +++ kcmutils-4.99.0.tar.xz | 3 --- kcmutils.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 kcmutils-4.100.0.tar.xz delete mode 100644 kcmutils-4.99.0.tar.xz diff --git a/kcmutils-4.100.0.tar.xz b/kcmutils-4.100.0.tar.xz new file mode 100644 index 0000000..fdb0a77 --- /dev/null +++ b/kcmutils-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f6bdbab8d3372406bd46e524d6d93cf7bee5189516599536410d4e7e0d9681 +size 2849832 diff --git a/kcmutils-4.99.0.tar.xz b/kcmutils-4.99.0.tar.xz deleted file mode 100644 index 6b3486c..0000000 --- a/kcmutils-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:681c057f31a4b08bc068d62889e47747a1fe765218ae15dc93535a9f1caf0911 -size 2850700 diff --git a/kcmutils.spec b/kcmutils.spec index 825a574..5701a96 100644 --- a/kcmutils.spec +++ b/kcmutils.spec @@ -18,10 +18,10 @@ %define lname libKF5KCMUtils5 Name: kcmutils -Version: 4.99.0 +Version: 4.100.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.13 +BuildRequires: extra-cmake-modules >= 0.0.14 BuildRequires: fdupes BuildRequires: kconfigwidgets-devel >= %{_kf5_version} BuildRequires: kcoreaddons-devel >= %{_kf5_version} From af93c4a29fec140073b05b087144efaa5bf982b6dd1ab59fc74027080f2c1489 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 1 Jun 2014 19:50:08 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=21 --- kcmutils.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kcmutils.spec b/kcmutils.spec index 5701a96..2810251 100644 --- a/kcmutils.spec +++ b/kcmutils.spec @@ -48,6 +48,7 @@ created with the KConfigWidgets framework. Summary: Provides various classes to work with KCModules Group: System/GUI/KDE Obsoletes: libKF5KCMUtils4 +Recommends: %lname-lang = %{version} %description -n %lname KCMUtils provides various classes to work with KCModules. KCModules can be @@ -68,6 +69,7 @@ Requires: kxmlgui-devel >= %{_kf5_version} KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. Development files. +%lang_package -n %lname %prep %setup -q @@ -79,10 +81,14 @@ created with the KConfigWidgets framework. Development files. %kf5_makeinstall -C build %fdupes -s %{buildroot} + %find_lang %{name}5 + %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig +%files -n %lname-lang -f %{name}5.lang + %files -n %lname %defattr(-,root,root) %doc COPYING* README* From b5813996dd0a9032b173a112622ad74ca294048b9730efd44a3140ee40bc1069 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 3 Jun 2014 20:11:56 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=22 --- baselibs.conf | 3 +++ kcmutils.changes | 10 ++++++++++ kcmutils.spec | 3 ++- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..ed20265 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5KCMUtils5 +kcmutils-devel + requires "libKF5KCMUtils5- = " diff --git a/kcmutils.changes b/kcmutils.changes index 45cb2ac..99e8d56 100644 --- a/kcmutils.changes +++ b/kcmutils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 1 18:02:40 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.100.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta3.php +- Add baselibs.conf + ------------------------------------------------------------------- Sun May 4 01:40:58 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kcmutils.spec b/kcmutils.spec index 2810251..fbf90ac 100644 --- a/kcmutils.spec +++ b/kcmutils.spec @@ -37,7 +37,8 @@ Summary: Provides various classes to work with KCModules License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kcmutils-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description