Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package minigalaxy for openSUSE:Factory checked in at 2023-08-12 15:06:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minigalaxy (Old) and /work/SRC/openSUSE:Factory/.minigalaxy.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minigalaxy" Sat Aug 12 15:06:42 2023 rev:12 rq:1103505 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/minigalaxy/minigalaxy.changes 2023-08-11 15:56:29.548105629 +0200 +++ /work/SRC/openSUSE:Factory/.minigalaxy.new.11712/minigalaxy.changes 2023-08-12 15:06:59.486813428 +0200 @@ -1,0 +2,20 @@ +Fri Aug 11 14:18:53 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 1.2.5: + * Fix short freeze on startup + * Fix game information not showing in list view + * Hide A Plague Tale Digital Goodies Pack + * Remove round corners from top of the "play" button + * Move the Gametile menu button alongside the Play button + * Update Spanish translation + * Capitalize first letter of the "play/download/..." button + * Update Traditional Chinese translation + * Added additional tooltips to buttons, labels, menu items and radio buttons + * Hide CDPR Goodie Pack Content + * Add notifications on successful download and installation of games + * Add category filtering dialog for game library + * Parallelize api.can_connect function with threads, futures + * Fix available disk space being checked in parent directory + * Create new config if reading it fails + +------------------------------------------------------------------- Old: ---- 1.2.3.tar.gz New: ---- 1.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minigalaxy.spec ++++++ --- /var/tmp/diff_new_pack.qJSc7u/_old 2023-08-12 15:07:00.134817614 +0200 +++ /var/tmp/diff_new_pack.qJSc7u/_new 2023-08-12 15:07:00.138817641 +0200 @@ -17,7 +17,7 @@ Name: minigalaxy -Version: 1.2.3 +Version: 1.2.5 Release: 0 Summary: A GOG client for Linux that lets you download and play your GOG Linux games License: GPL-3.0-only ++++++ 1.2.3.tar.gz -> 1.2.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minigalaxy-1.2.3/CHANGELOG.md new/minigalaxy-1.2.5/CHANGELOG.md --- old/minigalaxy-1.2.3/CHANGELOG.md 2023-08-11 11:26:38.000000000 +0200 +++ new/minigalaxy-1.2.5/CHANGELOG.md 2023-08-11 16:08:43.000000000 +0200 @@ -1,3 +1,9 @@ +**1.2.5** +- Fix filtering for installed games + +**1.2.4** +- Fix packages missing a script + **1.2.3** - Fix short freeze on startup (thanks to LeXofLeviafan) - Fix game information not showing in list view (thanks to TotalCaesar659) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minigalaxy-1.2.3/data/io.github.sharkwouter.Minigalaxy.metainfo.xml new/minigalaxy-1.2.5/data/io.github.sharkwouter.Minigalaxy.metainfo.xml --- old/minigalaxy-1.2.3/data/io.github.sharkwouter.Minigalaxy.metainfo.xml 2023-08-11 11:26:38.000000000 +0200 +++ new/minigalaxy-1.2.5/data/io.github.sharkwouter.Minigalaxy.metainfo.xml 2023-08-11 16:08:43.000000000 +0200 @@ -33,7 +33,21 @@ <provides> <binary>minigalaxy</binary> </provides> - <releases><release version="1.2.3" date="2023-08-11"> + <releases><release version="1.2.5" date="2023-08-11"> + <description> + <p>Implements the following changes:</p> + <ul> + <li>Fix filtering for installed games</li> + </ul> + </description> + </release><release version="1.2.4" date="2023-08-11"> + <description> + <p>Implements the following changes:</p> + <ul> + <li>Fix packages missing a script</li> + </ul> + </description> + </release><release version="1.2.3" date="2023-08-11"> <description> <p>Implements the following changes:</p> <ul> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minigalaxy-1.2.3/debian/changelog new/minigalaxy-1.2.5/debian/changelog --- old/minigalaxy-1.2.3/debian/changelog 2023-08-11 11:26:38.000000000 +0200 +++ new/minigalaxy-1.2.5/debian/changelog 2023-08-11 16:08:43.000000000 +0200 @@ -1,3 +1,15 @@ +minigalaxy (1.2.5) jammy; urgency=medium + + * Fix filtering for installed games + + -- Wouter Wijsman <wwijs...@live.nl> Fri, 11 Aug 2023 14:06:56 +0000 + +minigalaxy (1.2.4) jammy; urgency=medium + + * Fix packages missing a script + + -- Wouter Wijsman <wwijs...@live.nl> Fri, 11 Aug 2023 11:42:09 +0000 + minigalaxy (1.2.3) jammy; urgency=medium * Fix short freeze on startup (thanks to LeXofLeviafan) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minigalaxy-1.2.3/minigalaxy/ui/library.py new/minigalaxy-1.2.5/minigalaxy/ui/library.py --- old/minigalaxy-1.2.3/minigalaxy/ui/library.py 2023-08-11 11:26:38.000000000 +0200 +++ new/minigalaxy-1.2.5/minigalaxy/ui/library.py 2023-08-11 16:08:43.000000000 +0200 @@ -5,6 +5,7 @@ from typing import List from minigalaxy.download_manager import DownloadManager +from minigalaxy.entity.state import State from minigalaxy.logger import logger from minigalaxy.paths import UI_DIR, CATEGORIES_FILE_PATH from minigalaxy.api import Api @@ -92,7 +93,7 @@ return False if self.show_installed_only: - if tile.current_state in [tile.state.DOWNLOADABLE, tile.state.INSTALLABLE]: + if tile.current_state in [State.DOWNLOADABLE, State.INSTALLABLE]: return False if not self.config.show_hidden_games and tile.game.get_info("hide_game"): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minigalaxy-1.2.3/minigalaxy/version.py new/minigalaxy-1.2.5/minigalaxy/version.py --- old/minigalaxy-1.2.3/minigalaxy/version.py 2023-08-11 11:26:38.000000000 +0200 +++ new/minigalaxy-1.2.5/minigalaxy/version.py 2023-08-11 16:08:43.000000000 +0200 @@ -1 +1 @@ -VERSION = "1.2.3" +VERSION = "1.2.5" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minigalaxy-1.2.3/pyproject.toml new/minigalaxy-1.2.5/pyproject.toml --- old/minigalaxy-1.2.3/pyproject.toml 2023-08-11 11:26:38.000000000 +0200 +++ new/minigalaxy-1.2.5/pyproject.toml 2023-08-11 16:08:43.000000000 +0200 @@ -1,7 +1,7 @@ [project] name = "minigalaxy" description = "A simple GOG Linux client" -version = "1.2.3" +version = "1.2.5" authors = [ { name = "Wouter Wijsman", email = "wwijs...@live.nl" } ]