Hello community, here is the log from the commit of package libgravatar for openSUSE:Factory checked in at 2017-05-08 18:57:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgravatar (Old) and /work/SRC/openSUSE:Factory/.libgravatar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgravatar" Mon May 8 18:57:09 2017 rev:13 rq:490497 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libgravatar/libgravatar.changes 2017-03-15 01:59:06.154448118 +0100 +++ /work/SRC/openSUSE:Factory/.libgravatar.new/libgravatar.changes 2017-05-08 18:57:10.717604635 +0200 @@ -1,0 +2,35 @@ +Sun Apr 16 10:45:15 CEST 2017 - [email protected] + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * Use QFileInfo::exists() + +------------------------------------------------------------------- +Wed Apr 12 20:26:01 CEST 2017 - [email protected] + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * None + +------------------------------------------------------------------- +Sat Mar 25 23:10:48 CET 2017 - [email protected] + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * Move to the bottom + * Clean up + * Adapt to new pimcommon + * increase version + * Port to for (... : ...) + * Add ECMCoverageOption + +------------------------------------------------------------------- Old: ---- libgravatar-16.12.3.tar.xz New: ---- libgravatar-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgravatar.spec ++++++ --- /var/tmp/diff_new_pack.axPuWu/_old 2017-05-08 18:57:11.349515369 +0200 +++ /var/tmp/diff_new_pack.axPuWu/_new 2017-05-08 18:57:11.353514805 +0200 @@ -16,15 +16,17 @@ # +%bcond_without lang + Name: libgravatar -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Base package of kdepim License: GPL-2.0 and LGPL-2.1+ -Group: Development/Libraries/KDE +Group: System/Libraries Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules @@ -39,11 +41,16 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0 # It can only build on the same platforms as Qt Webengine ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains the debug categories for the libgravatar library. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -54,11 +61,15 @@ %install %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name +%endif %package -n libKF5Gravatar5 Summary: Libgravatar library for kdepim +# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries Requires: %{name} %description -n libKF5Gravatar5 @@ -69,8 +80,9 @@ %package devel Summary: Development package for libgravatar +# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" License: LGPL-2.1+ -Group: Development/Libraries/KDE +Group: Development/Libraries Requires: libKF5Gravatar5 = %{version} %description devel @@ -94,4 +106,9 @@ %defattr(-,root,root) %{_libdir}/libKF5Gravatar.so.* +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ libgravatar-16.12.3.tar.xz -> libgravatar-17.04.0.tar.xz ++++++ ++++ 3006 lines of diff (skipped)
