From 7d91d4e1cc07f776a35c8d366380d09d5901ac22 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 18 Oct 2022 08:20:51 -0400 Subject: [PATCH] bump spec and remove unneded conflicts --- anda/prismlauncher/prismlauncher.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/anda/prismlauncher/prismlauncher.spec b/anda/prismlauncher/prismlauncher.spec index 15b5bcf78c..549c8316a3 100644 --- a/anda/prismlauncher/prismlauncher.spec +++ b/anda/prismlauncher/prismlauncher.spec @@ -1,4 +1,4 @@ -%define commit afaef4e83bd3d680897762554a23be9c55d3f901 +%define commit 2b7b9a2abb512f48399ff91d854eb68fccdc6f37 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define libnbtplusplus_commit 2203af7eeb48c45398139b583615134efd8d407f %define libnbtplusplus_shortcommit %(c=%{libnbtplusplus_commit}; echo ${c:0:7}) @@ -81,8 +81,6 @@ BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: extra-cmake-modules -Conflicts: polymc >= 0.0.0 - # TO fix our old mistakes with the naming Provides: prism-launcher = %{version}-%{release} @@ -171,8 +169,7 @@ mv -f libraries/filesystem-%{filesystem_commit}/* libraries/filesystem %check # skip tests on systems that aren't officially supported %if ! 0%{?suse_version} -# check why broken -#%%ctest +%ctest desktop-file-validate %{buildroot}%{_datadir}/applications/org.prismlauncher.PrismLauncher.desktop %endif @@ -190,6 +187,18 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.prismlauncher.Pri %changelog +* Tue Oct 18 2022 seth - 1.4.2.git2b7b9a2-1 +- bump commit + +* Tue Oct 18 2022 seth - 1.4.2.git3773f2e-2 +- fix desktop file path + +* Tue Oct 18 2022 seth - 1.4.2.git3773f2e-1 +- add new curseforge api key + +* Tue Oct 18 2022 seth - 1.4.2.gitafaef4e-3 +- bump commit and add rebrand + * Tue Oct 18 2022 Cappy Ishihara - 1.4.2.git981e9cf-4 - Update provides and obsoletes