Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kweathercore for openSUSE:Factory checked in at 2024-03-11 15:31:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kweathercore (Old) and /work/SRC/openSUSE:Factory/.kweathercore.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kweathercore" Mon Mar 11 15:31:51 2024 rev:2 rq:1151225 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kweathercore/kweathercore.changes 2023-04-23 22:50:40.667801119 +0200 +++ /work/SRC/openSUSE:Factory/.kweathercore.new.1770/kweathercore.changes 2024-03-11 15:38:02.315489029 +0100 @@ -1,0 +2,6 @@ +Sat Feb 10 15:51:17 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 0.8.0 + * The library now needs Qt6 to build + +------------------------------------------------------------------- Old: ---- kweathercore-0.7.tar.xz kweathercore-0.7.tar.xz.sig New: ---- kweathercore-0.8.0.tar.xz kweathercore-0.8.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kweathercore.spec ++++++ --- /var/tmp/diff_new_pack.nmZOFG/_old 2024-03-11 15:38:02.799506854 +0100 +++ /var/tmp/diff_new_pack.nmZOFG/_new 2024-03-11 15:38:02.803507001 +0100 @@ -1,7 +1,7 @@ # # spec file for package kweathercore # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,12 @@ # -%define soversion 5 +%define kf6_version 5.246.0 +%define qt6_version 6.6.0 + %bcond_without released Name: kweathercore -Version: 0.7 +Version: 0.8.0 Release: 0 Summary: Library to facilitate retrieval of weather information License: LGPL-2.0-or-later @@ -27,16 +29,16 @@ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz %if %{with released} Source1: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig -Source2: %{name}.keyring +Source2: kweathercore.keyring %endif -BuildRequires: extra-cmake-modules +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: doxygen -BuildRequires: libqt5-qttools-qhelpgenerator -BuildRequires: cmake(KF5Holidays) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(Qt5Core) >= 5.12.0 -BuildRequires: cmake(Qt5Network) -BuildRequires: cmake(Qt5Positioning) +BuildRequires: cmake(KF6Holidays) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6Network) >= %{qt6_version} +BuildRequires: cmake(Qt6Positioning) >= %{qt6_version} +BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} %description Get weather forecast and alerts anywhere on the earth easy. KWeatherCore @@ -44,10 +46,10 @@ Get local weather forecast, get weather of a location by name or coordinate, get sunrise/set moonrise/set and many more informations about a location. -%package -n libKF5KWeatherCore%{soversion} +%package -n libKWeatherCore6 Summary: Library to facilitate retrieval of weather information -%description -n libKF5KWeatherCore%{soversion} +%description -n libKWeatherCore6 Shared objects for kweathercore. Get weather forecast and alerts anywhere on the earth easy. KWeatherCore provides you a highly abstracted library for things related to weather: @@ -56,33 +58,39 @@ %package devel Summary: Development headers for kweathercore -Requires: libKF5KWeatherCore%{soversion} = %{version} +Requires: libKWeatherCore6 = %{version} %description devel Required headers to build components based on kweathercore. +%lang_package -n libKWeatherCore6 + %prep %autosetup -p1 %build -%cmake_kf5 -d build -- -DBUILD_QCH=ON +%cmake_kf6 -DBUILD_QCH:BOOL=TRUE -%cmake_build +%kf6_build %install -%kf5_makeinstall -C build +%kf6_install -%ldconfig_scriptlets -n libKF5KWeatherCore%{soversion} +%find_lang %{name} --all-name -%files -n libKF5KWeatherCore%{soversion} +%ldconfig_scriptlets -n libKWeatherCore6 + +%files -n libKWeatherCore6 %license LICENSES/* -%{_kf5_libdir}/libKF5KWeatherCore.so.* +%{_kf6_libdir}/libKWeatherCore.so.* %files devel -%{_kf5_cmakedir}/KF5KWeatherCore/ -%{_kf5_includedir}/KWeatherCore/ -%{_kf5_includedir}/kweathercore_version.h -%{_kf5_libdir}/libKF5KWeatherCore.so -%{_kf5_mkspecsdir}/qt_KWeatherCore.pri -%{_kf5_sharedir}/doc/qch/ +%doc %{_kf6_qchdir}/KWeatherCore.* +%{_includedir}/KWeatherCore/ +%{_includedir}/kweathercore_version.h +%{_kf6_cmakedir}/KWeatherCore/ +%{_kf6_libdir}/libKWeatherCore.so +%{_kf6_mkspecsdir}/qt_KWeatherCore.pri + +%files -n libKWeatherCore6-lang -f %{name}.lang ++++++ kweathercore-0.7.tar.xz -> kweathercore-0.8.0.tar.xz ++++++ ++++ 11119 lines of diff (skipped) ++++++ kweathercore.keyring ++++++ Binary files /var/tmp/diff_new_pack.nmZOFG/_old and /var/tmp/diff_new_pack.nmZOFG/_new differ
