From d27e8fde95b0b0c30af59394875f7fc5c5de05cf89d4908e7b309ac4ea0837a0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 20 Aug 2018 12:58:34 +0000 Subject: [PATCH] Update to 5.49.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=149 --- kbookmarks-5.48.0.tar.xz | 3 --- kbookmarks-5.49.0.tar.xz | 3 +++ kbookmarks.changes | 10 ++++++++ kbookmarks.spec | 50 +++++++++++++++++++--------------------- 4 files changed, 37 insertions(+), 29 deletions(-) delete mode 100644 kbookmarks-5.48.0.tar.xz create mode 100644 kbookmarks-5.49.0.tar.xz diff --git a/kbookmarks-5.48.0.tar.xz b/kbookmarks-5.48.0.tar.xz deleted file mode 100644 index 93dd475..0000000 --- a/kbookmarks-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59e1f79eafefd450abff91fd379481d83b8225efc2f9dc2f70a1cfb6ded12c86 -size 118592 diff --git a/kbookmarks-5.49.0.tar.xz b/kbookmarks-5.49.0.tar.xz new file mode 100644 index 0000000..324ae24 --- /dev/null +++ b/kbookmarks-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37c5632e361df36bcade0c31e1172cd284042474ebab5074689b9c058739532 +size 118636 diff --git a/kbookmarks.changes b/kbookmarks.changes index b674073..b3f0326 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 19 09:18:49 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: + * Honor BUILD_TESTING + ------------------------------------------------------------------- Mon Jul 16 04:37:35 UTC 2018 - lbeltrame@kde.org diff --git a/kbookmarks.spec b/kbookmarks.spec index bcbdf9c..1583d7e 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -16,16 +16,22 @@ # -%bcond_without lang %define lname libKF5Bookmarks5 -%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: kbookmarks -Version: 5.48.0 +Version: 5.49.0 Release: 0 +Summary: Lets you access and manipulate bookmarks stored using XBEL format +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes @@ -37,37 +43,30 @@ BuildRequires: kf5-filesystem BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version} BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version} -%if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 -%endif Requires: cmake(Qt5DBus) >= 5.6.0 Requires: cmake(Qt5Widgets) >= 5.6.0 Requires: cmake(Qt5Xml) >= 5.6.0 -Summary: Lets you access and manipulate bookmarks stored using XBEL format -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz -Source1: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{with lang} +BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +%endif %description Framework which lets you access and manipulate bookmarks stored using XBEL format -%package -n %lname +%package -n %{lname} Summary: Lets you access and manipulate bookmarks stored using XBEL format Group: System/GUI/KDE %if %{with lang} -Recommends: %lname-lang = %{version} +Recommends: %{lname}-lang = %{version} %endif -%description -n %lname +%description -n %{lname} Framework which lets you access and manipulate bookmarks stored using XBEL format %package devel Summary: Lets you access and manipulate bookmarks stored using XBEL format: Build Environment Group: Development/Libraries/KDE -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} Requires: cmake(Qt5Widgets) >= 5.6.0 @@ -77,7 +76,8 @@ Requires: cmake(Qt5Xml) >= 5.6.0 Framework which lets you access and manipulate bookmarks stored using XBEL format. Development files -%lang_package -n %lname +%lang_package -n %{lname} + %prep %setup -q @@ -93,22 +93,20 @@ Development files %find_lang %{name}5 --with-qt --without-mo %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 -n %lname-lang -f %{name}5.lang +%files -n %{lname}-lang -f %{name}5.lang %endif -%files -n %lname -%defattr(-,root,root) -%doc COPYING* README* +%files -n %{lname} +%license COPYING* +%doc README* %{_kf5_libdir}/libKF5Bookmarks.so.* %{_kf5_debugdir}/*.categories %files devel -%defattr(-,root,root) %{_kf5_libdir}/libKF5Bookmarks.so %{_kf5_libdir}/cmake/KF5Bookmarks/ %dir %{_kf5_includedir}/*/