Hello community, here is the log from the commit of package kholidays for openSUSE:Factory checked in at 2018-02-16 21:36:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kholidays (Old) and /work/SRC/openSUSE:Factory/.kholidays.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kholidays" Fri Feb 16 21:36:48 2018 rev:32 rq:576782 version:5.43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes 2018-02-12 10:01:27.471253580 +0100 +++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2018-02-16 21:36:49.640068757 +0100 @@ -0,0 +1,9 @@ + +------------------------------------------------------------------- +Mon Feb 12 23:42:13 CET 2018 - [email protected] + + - Update to 5.43.0 + * Now part of KDE Frameworks 5 + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.43.0.php + Old: ---- kholidays-17.12.2.tar.xz New: ---- kholidays-5.43.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kholidays.spec ++++++ --- /var/tmp/diff_new_pack.XmBSiG/_old 2018-02-16 21:36:50.364042620 +0100 +++ /var/tmp/diff_new_pack.XmBSiG/_new 2018-02-16 21:36:50.368042477 +0100 @@ -18,13 +18,16 @@ %bcond_without lang +%define lname libKF5Holidays5 +%define _tar_path 5.43 Name: kholidays -Version: 17.12.2 +Version: 5.43.0 Release: 0 -%define kf5_version 5.26.0 -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} -Summary: Holiday API for KDE PIM +# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} +Summary: Holiday calculation library License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -32,7 +35,9 @@ BuildRequires: extra-cmake-modules >= 5.19.0 BuildRequires: kf5-filesystem BuildRequires: pkgconfig -BuildRequires: cmake(Qt5LinguistTools) +%if %{with lang} +BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +%endif BuildRequires: pkgconfig(Qt5Core) >= 5.4.0 BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0 %if %{with lang} @@ -41,14 +46,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This package contains the Holiday API library for KDE PIM applications. +This package contains a library which helps developers determining when holidays occur. -%package -n libKF5Holidays5 +%package -n %lname Summary: Holiday API for KDE PIM Group: System/GUI/KDE %description -n libKF5Holidays5 -This package contains the Holiday API library for KDE PIM applications. +This package contains a library which helps developers determining when holidays occur. %package devel Summary: Development files for the KDE PIM Holiday API @@ -58,7 +63,7 @@ %description devel This package contains necessary include files and libraries needed -to develop KDE PIM applications. +to develop applications depending on the kholidays library %if %{with lang} %lang_package @@ -77,19 +82,18 @@ %find_lang %{name} --with-man --all-name --with-qt %endif -%post -n libKF5Holidays5 -p /sbin/ldconfig -%postun -n libKF5Holidays5 -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %files %defattr(-,root,root) %doc DESIGN -%files -n libKF5Holidays5 +%files -n %lname %defattr(-,root,root) %doc COPYING.LIB %dir %{_kf5_qmldir}/org %dir %{_kf5_qmldir}/org/kde -%{_kf5_datadir}/libkholidays/ %{_kf5_libdir}/libKF5Holidays.so.* %{_kf5_qmldir}/org/kde/kholidays/ ++++++ kholidays-17.12.2.tar.xz -> kholidays-5.43.0.tar.xz ++++++ ++++ 63497 lines of diff (skipped)
