Hello community, here is the log from the commit of package syndication for openSUSE:Factory checked in at 2018-10-01 08:11:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syndication (Old) and /work/SRC/openSUSE:Factory/.syndication.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syndication" Mon Oct 1 08:11:10 2018 rev:38 rq:636540 version:5.50.0 Changes: -------- --- /work/SRC/openSUSE:Factory/syndication/syndication.changes 2018-09-14 00:00:18.726003188 +0200 +++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 2018-10-01 08:11:13.670198514 +0200 @@ -1,0 +2,23 @@ +Mon Sep 17 07:58:55 UTC 2018 - Jan Engelhardt <[email protected]> + +- Fix RPM groups. + +------------------------------------------------------------------- +Thu Sep 13 22:00:30 UTC 2018 - [email protected] + +- Update to 5.50.0 (now part of KDE Frameworks 5) + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.50.0.php +- Changes since 18.08.1: + * Upgrade dependency + * Enable release of syndication + * Adapt to KF5 versioning + * Normalize line breaks to fix unit tests on Windows + * Sync maintainer field with Mainpage.dox + * Widgets are only needed for tests + * Update metainfo.yaml for the KF5 move + * Cleanup test dependencies + * Adjust file layout to be KF5-compliant + +------------------------------------------------------------------- Old: ---- syndication-18.08.1.tar.xz New: ---- syndication-5.50.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syndication.spec ++++++ --- /var/tmp/diff_new_pack.1DpOMl/_old 2018-10-01 08:11:14.178198243 +0200 +++ /var/tmp/diff_new_pack.1DpOMl/_new 2018-10-01 08:11:14.182198241 +0200 @@ -12,49 +12,56 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define kf5_version 5.47.0 +%define lname libKF5Syndication5 +%define _tar_path 5.50 +# 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: syndication -Version: 18.08.1 +Version: 5.50.0 Release: 0 -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} -Summary: KDE PIM Libraries: Syndication +Summary: RSS/Atom parsing library License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: syndication-%{version}.tar.xz +Group: Development/Libraries/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 1.0.0 -BuildRequires: kcodecs-devel >= %{kf5_version} +BuildRequires: kcodecs-devel >= %{kf5_bugfix_version} BuildRequires: kf5-filesystem BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Test) >= 5.8.0 BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This package contains additional libraries for KDE PIM applications. +KF5Syndication is an RSS/Atom parsing library by KDE, which +also provides an API to fetch feeds from the network. -%package -n libKF5Syndication5 -Summary: KDE PIM Libraries: Syndication -Group: Development/Libraries/KDE +%package -n %{lname} +Summary: RSS/Atom parsing library +Group: System/Libraries %description -n libKF5Syndication5 -This package provides the syndication APIs for KDE PIM applications +KF5Syndication is an RSS/Atom parsing library, which +also provides an API to fetch feeds from the network. +This package contains the base library. %package devel -Summary: KDE PIM Libraries: Build Environment +Summary: RSS/Atom parsing library - development headers Group: Development/Libraries/KDE Requires: libKF5Syndication5 = %{version} %description devel -This package contains necessary include files and libraries needed -to develop KDE PIM applications. +KF5Syndication is an RSS/Atom parsing library, which +also provides an API to fetch feeds from the network. This +package contains development headers. %prep %setup -q -n syndication-%{version} @@ -66,17 +73,15 @@ %install %kf5_makeinstall -C build -%post -n libKF5Syndication5 -p /sbin/ldconfig -%postun -n libKF5Syndication5 -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files -n libKF5Syndication5 -%defattr(-,root,root) -%doc COPYING* +%files -n %{lname} +%license COPYING* %{_kf5_libdir}/libKF5Syndication.so.* %files devel -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_cmakedir}/KF5Syndication/ %{_kf5_includedir}/Syndication/ %{_kf5_includedir}/syndication_version.h ++++++ syndication-18.08.1.tar.xz -> syndication-5.50.0.tar.xz ++++++ ++++ 42394 lines of diff (skipped)
