Hello community, here is the log from the commit of package kpat for openSUSE:Factory checked in at 2020-12-17 17:02:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpat (Old) and /work/SRC/openSUSE:Factory/.kpat.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpat" Thu Dec 17 17:02:05 2020 rev:105 rq:855224 version:20.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpat/kpat.changes 2020-11-10 13:50:17.463208631 +0100 +++ /work/SRC/openSUSE:Factory/.kpat.new.5145/kpat.changes 2020-12-17 17:06:38.645812370 +0100 @@ -1,0 +2,34 @@ +Sat Dec 5 23:17:01 UTC 2020 - Luca Beltrame <lbeltr...@kde.org> + +- Update to 20.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-12-apps-update +- No code change since 20.11.90 + +------------------------------------------------------------------- +Fri Nov 27 15:17:15 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 20.11.90 + * New feature release +- No code change since 20.11.80 + +------------------------------------------------------------------- +Tue Nov 24 15:04:16 UTC 2020 - Wolfgang Bauer <wba...@tmo.at> + +- Set WITH_BH_SOLVER=OFF on Leap as libblack-hole-solver is not + available + +------------------------------------------------------------------- +Sat Nov 14 00:02:12 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 20.11.80 + * New feature release +- Changes since 20.08.3: + * If include is define in .h remove it if it's defined in .cpp too (scripted) + * Fix pressing alt+G and Enter/Return redeals current game (kde#408931) + * cmake: install knsrc files in newer ECM 5.58.0+ location + * Start new deal when double clicking after game is won (kde#422825) + * Make the default of WITH_BH_SOLVER "ON" + +------------------------------------------------------------------- Old: ---- kpat-20.08.3.tar.xz kpat-20.08.3.tar.xz.sig New: ---- kpat-20.12.0.tar.xz kpat-20.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpat.spec ++++++ --- /var/tmp/diff_new_pack.FtAbBy/_old 2020-12-17 17:06:39.189812911 +0100 +++ /var/tmp/diff_new_pack.FtAbBy/_new 2020-12-17 17:06:39.193812914 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kpat -Version: 20.08.3 +Version: 20.12.0 Release: 0 Summary: Patience card game License: GPL-2.0-or-later @@ -30,6 +30,9 @@ Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: freecell-solver-devel +%if 0%{?suse_version} > 1500 +BuildRequires: pkgconfig(libblack-hole-solver) +%endif BuildRequires: update-desktop-files BuildRequires: cmake(KF5Completion) BuildRequires: cmake(KF5Config) @@ -57,8 +60,6 @@ BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) Requires: kdegames-carddecks-default -Requires(post): shared-mime-info -Requires(postun): shared-mime-info Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} %if %{with lang} @@ -78,7 +79,11 @@ %setup -q %build +%if 0%{?suse_version} > 1500 %cmake_kf5 -d build +%else + %cmake_kf5 -d build -- -DWITH_BH_SOLVER=OFF +%endif %cmake_build %install @@ -91,8 +96,8 @@ %files %license COPYING COPYING.DOC -%config %{_kf5_configdir}/kcardtheme.knsrc -%config %{_kf5_configdir}/kpat.knsrc +%{_kf5_knsrcfilesdir}/kcardtheme.knsrc +%{_kf5_knsrcfilesdir}/kpat.knsrc %dir %{_kf5_configkcfgdir} %dir %{_kf5_iconsdir}/hicolor/24x24 %dir %{_kf5_iconsdir}/hicolor/24x24/apps ++++++ kpat-20.08.3.tar.xz -> kpat-20.12.0.tar.xz ++++++ ++++ 10053 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org