Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kgeography for openSUSE:Factory checked in at 2021-04-25 21:26:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kgeography (Old) and /work/SRC/openSUSE:Factory/.kgeography.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgeography" Sun Apr 25 21:26:36 2021 rev:130 rq:887656 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes 2021-03-10 08:53:40.882667645 +0100 +++ /work/SRC/openSUSE:Factory/.kgeography.new.12324/kgeography.changes 2021-04-25 21:27:22.104426551 +0200 @@ -1,0 +2,36 @@ +Fri Apr 16 16:11:51 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- Changes since 21.03.90: + * Fix crash when "Wait for validation" is not enabled (kde#435555) +- Drop 0001-Fix-crash-when-Wait-for-validation-is-not-enabled.patch + +------------------------------------------------------------------- +Thu Apr 15 05:36:58 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Add patch from upstream to fix a crash when the user disables + the "Wait for validation" option (kde#435555): + * 0001-Fix-crash-when-Wait-for-validation-is-not-enabled.patch + +------------------------------------------------------------------- +Fri Apr 9 17:40:18 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +------------------------------------------------------------------- +Sun Mar 21 13:28:02 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.80 + * New feature release +- Changes since 20.12.3: + * Update zaire2006.kgm changes made on capital + city of Sankuru (formerly Lodja> now LUSAMBO) + and the Kasa?? central province name (formerly Lulua) + * Documentation updates + +------------------------------------------------------------------- Old: ---- kgeography-20.12.3.tar.xz kgeography-20.12.3.tar.xz.sig New: ---- kgeography-21.04.0.tar.xz kgeography-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kgeography.spec ++++++ --- /var/tmp/diff_new_pack.nnx7uX/_old 2021-04-25 21:27:23.348428048 +0200 +++ /var/tmp/diff_new_pack.nnx7uX/_new 2021-04-25 21:27:23.352428053 +0200 @@ -1,7 +1,7 @@ # # spec file for package kgeography # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kgeography -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: Geography Trainer License: GPL-2.0-or-later Group: Amusements/Teaching/Other -URL: https://edu.kde.org +URL: https://apps.kde.org/kgeography Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: cmake(KF5Config) @@ -45,10 +49,6 @@ BuildRequires: cmake(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif Recommends: %{name}-lang %description @@ -57,7 +57,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %ifarch ppc ppc64 @@ -75,15 +75,14 @@ %fdupes -s %{buildroot} %files -%dir %{_kf5_configkcfgdir} %doc %lang(en) %{_kf5_htmldir}/en/kgeography/ %{_kf5_applicationsdir}/org.kde.kgeography.desktop %{_kf5_appsdir}/kgeography/ +%{_kf5_appstreamdir}/org.kde.kgeography.appdata.xml %{_kf5_bindir}/kgeography %{_kf5_configkcfgdir}/kgeography.kcfg %{_kf5_iconsdir}/hicolor/*/apps/kgeography.* %{_kf5_kxmlguidir}/kgeography/ -%{_kf5_appstreamdir}/org.kde.kgeography.appdata.xml %if %{with lang} %files lang -f %{name}.lang @@ -91,15 +90,15 @@ %dir %{_kf5_sharedir}/locale/fi/LC_SCRIPTS %dir %{_kf5_sharedir}/locale/fr/LC_SCRIPTS %dir %{_kf5_sharedir}/locale/ja/LC_SCRIPTS +%dir %{_kf5_sharedir}/locale/ml/LC_SCRIPTS %dir %{_kf5_sharedir}/locale/pl/LC_SCRIPTS %dir %{_kf5_sharedir}/locale/uk/LC_SCRIPTS -%dir %{_kf5_sharedir}/locale/ml/LC_SCRIPTS %lang (fi) %{_kf5_sharedir}/locale/fi/LC_SCRIPTS/kgeography %lang (fr) %{_kf5_sharedir}/locale/fr/LC_SCRIPTS/kgeography %lang (ja) %{_kf5_sharedir}/locale/ja/LC_SCRIPTS/kgeography +%lang (ml) %{_kf5_sharedir}/locale/ml/LC_SCRIPTS/kgeography %lang (pl) %{_kf5_sharedir}/locale/pl/LC_SCRIPTS/kgeography %lang (uk) %{_kf5_sharedir}/locale/uk/LC_SCRIPTS/kgeography -%lang (ml) %{_kf5_sharedir}/locale/ml/LC_SCRIPTS/kgeography %endif %changelog ++++++ kgeography-20.12.3.tar.xz -> kgeography-21.04.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/kgeography/kgeography-20.12.3.tar.xz /work/SRC/openSUSE:Factory/.kgeography.new.12324/kgeography-21.04.0.tar.xz differ: char 25, line 1