From 9742deb7ac6da86d78238febaaae41b28907cf3d Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Fri, 24 May 2024 20:24:29 +0200 Subject: [PATCH] Package: v0.6.0 --- Package/ArchLinux/PKGBUILD | 4 ++-- Package/Fedora/RMG.spec | 2 +- Package/com.github.Rosalie241.RMG.appdata.xml | 12 ++++++++++++ VERSION | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Package/ArchLinux/PKGBUILD b/Package/ArchLinux/PKGBUILD index e2f20e78..215f36fc 100644 --- a/Package/ArchLinux/PKGBUILD +++ b/Package/ArchLinux/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Rosalie Wanders pkgname=rmg -pkgver=0.5.9 +pkgver=0.6.0 pkgrel=1 pkgdesc="Rosalie's Mupen GUI" arch=('x86_64' 'aarch64') url="https://github.com/Rosalie241/$pkgname" license=('GPL3') -depends=("hidapi" "libsamplerate" "speexdsp" "minizip" "sdl2" "zlib" "freetype2" "qt6-base" "qt6-svg" "xdg-user-dirs") +depends=("hidapi" "libsamplerate" "speexdsp" "minizip" "sdl2" "zlib" "freetype2" "qt6-base" "qt6-svg") makedepends=("git" "nasm" "cmake" "ninja") source=("git+https://github.com/Rosalie241/$pkgname.git#tag=v$pkgver") diff --git a/Package/Fedora/RMG.spec b/Package/Fedora/RMG.spec index 5383f98c..e000e23c 100644 --- a/Package/Fedora/RMG.spec +++ b/Package/Fedora/RMG.spec @@ -1,5 +1,5 @@ Name: RMG -Version: 0.5.9 +Version: 0.6.0 Release: %autorelease Summary: Rosalie's Mupen GUI diff --git a/Package/com.github.Rosalie241.RMG.appdata.xml b/Package/com.github.Rosalie241.RMG.appdata.xml index 33d4907a..f2a6e766 100644 --- a/Package/com.github.Rosalie241.RMG.appdata.xml +++ b/Package/com.github.Rosalie241.RMG.appdata.xml @@ -33,6 +33,18 @@ + + +

Changes:

+
    +
  • Fix 7z not being listed in the ROM browser when there are no ROMs found
  • +
  • Fix crash in GLideN64 with certain texture packs
  • +
  • Fix GLideN64 being able to create a large log file
  • +
  • Fix possible freezing by rate limiting callback messages
  • +
  • Update mupen64plus-core, angrylion-rdp-plus, GLideN64 and SDL_GameControllerDB
  • +
+
+

Changes:

diff --git a/VERSION b/VERSION index 34ca2845..e07d136c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.5.9 \ No newline at end of file +v0.6.0 \ No newline at end of file