Skip to content

Commit

Permalink
Package: v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 23, 2024
1 parent d94d6ce commit a060838
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package/ArchLinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Rosalie Wanders <[email protected]>
pkgname=rmg
pkgver=0.5.5
pkgver=0.5.6
pkgrel=1
pkgdesc="Rosalie's Mupen GUI"
arch=('x86_64' 'aarch64')
Expand Down
8 changes: 4 additions & 4 deletions Package/Fedora/RMG.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: RMG
Version: 0.5.5
Version: 0.5.6
Release: %autorelease
Summary: Rosalie's Mupen GUI

Expand Down Expand Up @@ -40,16 +40,16 @@ Rosalie's Mupen GUI is a free and open-source mupen64plus front-end written in C
%autosetup

%build
%cmake -DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=OFF -DDISCORD_RPC=OFF
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPORTABLE_INSTALL=OFF -DDISCORD_RPC=OFF
%cmake_build

%install
%cmake_install

%files
/usr/bin/RMG
/usr/lib/libRMG-Core.so
/usr/lib/RMG/
/usr/lib64/libRMG-Core.so
/usr/lib64/RMG/
/usr/share/RMG/
/usr/share/applications/com.github.Rosalie241.RMG.desktop
/usr/share/icons/hicolor/scalable/apps/com.github.Rosalie241.RMG.svg
Expand Down
18 changes: 18 additions & 0 deletions Package/com.github.Rosalie241.RMG.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,24 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.5.6" date="2024-01-23" type="stable">
<description>
<p>Changes:</p>
<ul>
<li>Fix updater for portable installs on windows failing to extract the zip file</li>
<li>Fix Load State and View Log having the same default shortcut</li>
<li>Fix not being GPL compliant by disabling the building of angrylion-rdp-plus by default (thank you orbea and carmiker)</li>
<li>Fix installation not respecting CMAKE_INSTALL_LIBDIR</li>
<li>Fix third party projects not respecting CMAKE_C_FLAGS and CMAKE_CXX_FLAGS</li>
<li>Fix not all third party projects respecting the RelWithDebInfo configuration properly</li>
<li>Fix GLideN64 not installing correctly with the RelWithDebInfo configuration</li>
<li>Fix mupen64plus callbacks during initialization not showing up in the log window</li>
<li>Add a few GUI logging messages</li>
<li>Improve view log dialog behavior with clearing the log</li>
<li>Update copyright year in the about dialog (thank you JakobDev)</li>
</ul>
</description>
</release>
<release version="v0.5.5" date="2024-01-14" type="stable">
<description>
<p>Changes:</p>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.5
v0.5.6

0 comments on commit a060838

Please sign in to comment.