From a0608384d9bd95fc3571957d5171598a74ffa660 Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Tue, 23 Jan 2024 18:58:16 +0100 Subject: [PATCH] Package: v0.5.6 --- Package/ArchLinux/PKGBUILD | 2 +- Package/Fedora/RMG.spec | 8 ++++---- Package/com.github.Rosalie241.RMG.appdata.xml | 18 ++++++++++++++++++ VERSION | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Package/ArchLinux/PKGBUILD b/Package/ArchLinux/PKGBUILD index 05828a85..c7ba7b7b 100644 --- a/Package/ArchLinux/PKGBUILD +++ b/Package/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Rosalie Wanders pkgname=rmg -pkgver=0.5.5 +pkgver=0.5.6 pkgrel=1 pkgdesc="Rosalie's Mupen GUI" arch=('x86_64' 'aarch64') diff --git a/Package/Fedora/RMG.spec b/Package/Fedora/RMG.spec index c21f4528..e0218487 100644 --- a/Package/Fedora/RMG.spec +++ b/Package/Fedora/RMG.spec @@ -1,5 +1,5 @@ Name: RMG -Version: 0.5.5 +Version: 0.5.6 Release: %autorelease Summary: Rosalie's Mupen GUI @@ -40,7 +40,7 @@ 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 @@ -48,8 +48,8 @@ Rosalie's Mupen GUI is a free and open-source mupen64plus front-end written in C %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 diff --git a/Package/com.github.Rosalie241.RMG.appdata.xml b/Package/com.github.Rosalie241.RMG.appdata.xml index 8f006615..130212c1 100644 --- a/Package/com.github.Rosalie241.RMG.appdata.xml +++ b/Package/com.github.Rosalie241.RMG.appdata.xml @@ -33,6 +33,24 @@ + + +

Changes:

+
    +
  • Fix updater for portable installs on windows failing to extract the zip file
  • +
  • Fix Load State and View Log having the same default shortcut
  • +
  • Fix not being GPL compliant by disabling the building of angrylion-rdp-plus by default (thank you orbea and carmiker)
  • +
  • Fix installation not respecting CMAKE_INSTALL_LIBDIR
  • +
  • Fix third party projects not respecting CMAKE_C_FLAGS and CMAKE_CXX_FLAGS
  • +
  • Fix not all third party projects respecting the RelWithDebInfo configuration properly
  • +
  • Fix GLideN64 not installing correctly with the RelWithDebInfo configuration
  • +
  • Fix mupen64plus callbacks during initialization not showing up in the log window
  • +
  • Add a few GUI logging messages
  • +
  • Improve view log dialog behavior with clearing the log
  • +
  • Update copyright year in the about dialog (thank you JakobDev)
  • +
+
+

Changes:

diff --git a/VERSION b/VERSION index 4d5708f6..c70db8fe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.5.5 \ No newline at end of file +v0.5.6 \ No newline at end of file