From ff90fe9ae5d687b5590e265307ea5a9ed07606f8587227c66b95633becc5f4a1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 5 Apr 2015 11:43:49 +0000 Subject: [PATCH] 5.9.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=61 --- frameworkintegration-5.8.0.tar.xz | 3 --- frameworkintegration-5.9.0.tar.xz | 3 +++ frameworkintegration.changes | 7 +++++++ frameworkintegration.spec | 10 +++++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 frameworkintegration-5.8.0.tar.xz create mode 100644 frameworkintegration-5.9.0.tar.xz diff --git a/frameworkintegration-5.8.0.tar.xz b/frameworkintegration-5.8.0.tar.xz deleted file mode 100644 index c64cbd0..0000000 --- a/frameworkintegration-5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee0c7dbfa1e63cc470a1d32805e6c726aa9a54d5d776ec81e20787eb4b34b87 -size 1776372 diff --git a/frameworkintegration-5.9.0.tar.xz b/frameworkintegration-5.9.0.tar.xz new file mode 100644 index 0000000..17d4518 --- /dev/null +++ b/frameworkintegration-5.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b7755ed04e935a7bf6ca04cf67b8af55f37415d7756f0f8ee174a7b7e9d23a +size 1777476 diff --git a/frameworkintegration.changes b/frameworkintegration.changes index 77573b9..6b35c85 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 4 14:40:42 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.9.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.9.0.php + ------------------------------------------------------------------- Sat Mar 7 16:58:43 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/frameworkintegration.spec b/frameworkintegration.spec index f5489c7..9a4dc44 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -17,13 +17,13 @@ %define lname libKF5Style5 -%define _tar_path 5.8 +%define _tar_path 5.9 Name: frameworkintegration Version: %{_tar_path}.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.8.0 +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: fdupes BuildRequires: kconfig-devel >= %{kf5_version} BuildRequires: kconfigwidgets-devel >= %{kf5_version} @@ -109,7 +109,11 @@ Applications do not need to link to this directly. Development files %kf5_makeinstall -C build %fdupes -s %{buildroot} - %find_lang %{name}5 +if [ -e po ]; then +%find_lang %{name}5 +else +touch %{name}5.lang +fi %post -n %lname -p /sbin/ldconfig