Accepting request 1226511 from GNOME:Factory

- Update to version 47.2:
  + Fix distro upgrade when certain version of PackageKit is used
  + Fix a crash when uninstalling a Snap app
  + Make uninstall dialog adaptive for small screens
  + Prefer Appstream data from swcatalog instead of app-info
    directories
  + Updated translations. (forwarded request 1226281 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1226511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=126
This commit is contained in:
Ana Guerrero 2024-11-27 21:05:09 +00:00 committed by Git OBS Bridge
commit c799de2af9
6 changed files with 19 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-software.git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-software.git</param>
<param name="revision">47.1</param> <param name="revision">47.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f46b7b3317b50ac8b58f3e0489a6e7bf79b203724952508bb749969da516617d
size 22057485

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1273d6e64fc4e47ba216eb3df54b53e3b9b299150ebde7741cdce40808f8411a
size 22154253

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 25 13:54:52 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.2:
+ Fix distro upgrade when certain version of PackageKit is used
+ Fix a crash when uninstalling a Snap app
+ Make uninstall dialog adaptive for small screens
+ Prefer Appstream data from swcatalog instead of app-info
directories
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 10 11:52:07 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com> Thu Oct 10 11:52:07 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gnome-software name: gnome-software
version: 47.1 version: 47.2
mtime: 1728553310 mtime: 1732540208
commit: f4141030c672f918de742bc863266f90baf273b9 commit: 036d248150863cc9ab046c173d8476a3ccdb6da3

View File

@ -20,7 +20,7 @@
%bcond_with profiling %bcond_with profiling
Name: gnome-software Name: gnome-software
Version: 47.1 Version: 47.2
Release: 0 Release: 0
Summary: GNOME Software Store Summary: GNOME Software Store
License: GPL-2.0-or-later License: GPL-2.0-or-later