Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package prismlauncher-cracked for
openSUSE:Factory checked in at 2026-04-13 23:18:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prismlauncher-cracked (Old)
and /work/SRC/openSUSE:Factory/.prismlauncher-cracked.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prismlauncher-cracked"
Mon Apr 13 23:18:45 2026 rev:2 rq:1346304 version:11.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prismlauncher-cracked/prismlauncher-cracked.changes
2026-04-02 17:41:52.177099730 +0200
+++
/work/SRC/openSUSE:Factory/.prismlauncher-cracked.new.21863/prismlauncher-cracked.changes
2026-04-13 23:19:33.105770749 +0200
@@ -1,0 +2,6 @@
+Sun Apr 12 21:58:27 UTC 2026 - Илья Индиго <[email protected]>
+
+- Updated to 11.0.0
+ * https://github.com/Diegiwg/PrismLauncher-Cracked/releases/tag/11.0.0
+
+-------------------------------------------------------------------
Old:
----
PrismLauncher-Cracked-10.0.5.tar.xz
New:
----
PrismLauncher-11.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prismlauncher-cracked.spec ++++++
--- /var/tmp/diff_new_pack.ssjDOr/_old 2026-04-13 23:19:34.713837124 +0200
+++ /var/tmp/diff_new_pack.ssjDOr/_new 2026-04-13 23:19:34.721837455 +0200
@@ -16,15 +16,14 @@
#
-%define _name PrismLauncher-Cracked
+%define _name PrismLauncher
Name: prismlauncher-cracked
-Version: 10.0.5
+Version: 11.0.0
Release: 0
Summary: A custom launcher for Minecraft
License: GPL-3.0-only AND Apache-2.0 AND LGPL-3.0-only AND OFL-1.1 AND
LGPL-2.1-only AND MIT AND BSD-3-Clause
-URL: https://github.com/Diegiwg/%{_name}
-# n=PrismLauncher-Cracked && v=10.0.5 && d=$n-$v && f=$d.tar.xz && cd /tmp &&
git clone -b$v https://github.com/Diegiwg/$n.git $n && pushd $n && git
submodule && git submodule update --init --recursive libraries/libnbtplusplus
&& git submodule status && rm -rf .??* && popd && mv $n $d && tar c
--remove-files "$d" | xz -9e > "$f"
-Source0: %{_name}-%{version}.tar.xz
+URL: https://github.com/Diegiwg/%{_name}-Cracked
+Source0:
https://github.com/Diegiwg/%{_name}-Cracked/releases/download/%{version}/%{_name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
@@ -40,6 +39,7 @@
BuildRequires: cmake(Qt6Test)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(Qt6Xml)
+BuildRequires: cmake(VulkanHeaders)
BuildRequires: pkgconfig(gamemode)
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libcmark)
@@ -47,8 +47,12 @@
BuildRequires: pkgconfig(scdoc)
BuildRequires: pkgconfig(tomlplusplus)
BuildRequires: pkgconfig(zlib)
+# libQt6Svg6 needed to render SVG icons in the resource provider dialogs.
+Requires: libQt6Svg6
Requires: pciutils
-Recommends: java <= 25
+# qt6-imageformats needed to render WEBP icons in the resource provider
dialogs.
+Requires: qt6-imageformats
+Recommends: (java-25 or java-21 or java-17 or java-1.8.0 or java-1.7.0)
# xrandr needed for LWJGL on NVidia blob
https://github.com/LWJGL/lwjgl/issues/128
Recommends: xrandr
Suggests: flite
@@ -82,13 +86,13 @@
%license COPYING.md LICENSE
%doc README.md
%{_bindir}/prismlauncher
-%dir %{_datadir}/PrismLauncher
-%{_datadir}/PrismLauncher/*
-%{_datadir}/applications/org.prismlauncher.PrismLauncher.desktop
-%{_datadir}/icons/hicolor/*/apps/org.prismlauncher.PrismLauncher.{png,svg}
+%dir %{_datadir}/%{_name}
+%{_datadir}/%{_name}/*
+%{_datadir}/applications/org.prismlauncher.%{_name}.desktop
+%{_datadir}/icons/hicolor/*/apps/org.prismlauncher.%{_name}.{png,svg}
%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/org.prismlauncher.PrismLauncher.metainfo.xml
-%{_datadir}/mime/packages/modrinth-mrpack-mime.xml
+%{_datadir}/metainfo/org.prismlauncher.%{_name}.metainfo.xml
+%{_datadir}/mime/packages/org.prismlauncher.%{_name}.xml
%dir %{_datadir}/qlogging-categories6
%{_datadir}/qlogging-categories6/prismlauncher.categories
%{_mandir}/man?/prismlauncher.*