Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kstars for openSUSE:Factory checked in at 2022-09-30 17:58:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kstars (Old) and /work/SRC/openSUSE:Factory/.kstars.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kstars" Fri Sep 30 17:58:25 2022 rev:130 rq:1007177 version:3.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kstars/kstars.changes 2022-08-01 21:34:03.490286349 +0200 +++ /work/SRC/openSUSE:Factory/.kstars.new.2275/kstars.changes 2022-09-30 17:58:44.961371087 +0200 @@ -1,0 +2,13 @@ +Fri Sep 30 07:33:29 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update constraints. Newer kstar versions need more disk space + and memory + +------------------------------------------------------------------- +Thu Sep 29 14:29:00 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 3.6.1: + * See https://invent.kde.org/education/kstars/-/blob/stable-3.6.1/ChangeLog +- Add lower_qt_version.patch + +------------------------------------------------------------------- Old: ---- kstars-3.6.0.tar.xz kstars-3.6.0.tar.xz.sig New: ---- kstars-3.6.1.tar.xz kstars-3.6.1.tar.xz.sig lower_qt_version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kstars.spec ++++++ --- /var/tmp/diff_new_pack.K9s7Gk/_old 2022-09-30 17:58:46.665374730 +0200 +++ /var/tmp/diff_new_pack.K9s7Gk/_new 2022-09-30 17:58:46.669374739 +0200 @@ -20,7 +20,7 @@ %global __requires_exclude qmlimport\\((KStarsLiteEnums|TelescopeLiteEnums).* %bcond_without lang Name: kstars -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Desktop Planetarium # Note for legal: the Apache licensed files in the tarball are for the @@ -33,6 +33,8 @@ Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig Source2: %{name}.keyring +# PATCH-FIX-UPSTREAM https://invent.kde.org/education/kstars/-/merge_requests/758 +Patch0: lower_qt_version.patch BuildRequires: Mesa-devel BuildRequires: extra-cmake-modules BuildRequires: fdupes @@ -84,8 +86,13 @@ %prep %autosetup -p1 -# remove Catalan translations due to https://invent.kde.org/education/kstars/-/issues/186 -rm -r po/ca po/ca@valencia +# remove Catalan docs due to https://invent.kde.org/education/kstars/-/issues/186 +%if %{pkg_vcmp cmake(KF5DocTools) < 5.92} +rm -r po/ca/docs po/ca@valencia/docs +%endif + +# remove FR docs due to https://bugs.kde.org/show_bug.cgi?id=459821 +rm -r po/fr/docs %build %ifarch ppc ppc64 ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.K9s7Gk/_old 2022-09-30 17:58:46.701374807 +0200 +++ /var/tmp/diff_new_pack.K9s7Gk/_new 2022-09-30 17:58:46.705374816 +0200 @@ -1,18 +1,11 @@ <constraints> - <overwrite> - <conditions> - <arch>ppc64</arch> - <arch>ppc64le</arch> - </conditions> - <hardware> - <physicalmemory> - <size unit="M">3000</size> - </physicalmemory> - <disk> - <size unit="G">4</size> - </disk> - </hardware> - </overwrite> + <hardware> + <disk> + <size unit="G">5</size> + </disk> + <memory> + <size unit="G">5</size> + </memory> + </hardware> </constraints> - ++++++ kstars-3.6.0.tar.xz -> kstars-3.6.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/kstars/kstars-3.6.0.tar.xz /work/SRC/openSUSE:Factory/.kstars.new.2275/kstars-3.6.1.tar.xz differ: char 27, line 1 ++++++ lower_qt_version.patch ++++++ Index: kstars-git-3.6.1~git.20220929/CMakeLists.txt =================================================================== --- kstars-git-3.6.1~git.20220929.orig/CMakeLists.txt +++ kstars-git-3.6.1~git.20220929/CMakeLists.txt @@ -5,7 +5,7 @@ set (KStars_VERSION_REVISION 1) set (KSTARS_BUILD_RELEASE "Stable") set (CMAKE_CXX_STANDARD 17) -set(QT_MIN_VERSION 5.12.8) +set(QT_MIN_VERSION 5.12.7) set(KF5_MIN_VERSION 5.68.0) # Build KStars Lite with -DBUILD_KSTARS_LITE=ON