forked from pool/gnome-software
Accepting request 1176676 from GNOME:Factory
- Update to version 46.2: + Fix a crash when no appstream data is found. + Correct app safety calculation. + Correct Flatpak system and user apps recognition. + Slightly speed-up rpm-ostree metadata refresh. + Updated translations. (forwarded request 1176669 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1176676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=120
This commit is contained in:
commit
046ce21f75
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-software.git</param>
|
||||
<param name="revision">46.1</param>
|
||||
<param name="revision">46.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dbcd689df3e939669e25c8369a5516ce7575d318f489eb151eef1a00fa13de7
|
||||
size 20176397
|
3
gnome-software-46.2.obscpio
Normal file
3
gnome-software-46.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:170fefd3d8b24172892d328540b41b2d809a64feb7970478064a1f7d380a8803
|
||||
size 20190733
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 07:10:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.2:
|
||||
+ Fix a crash when no appstream data is found.
|
||||
+ Correct app safety calculation.
|
||||
+ Correct Flatpak system and user apps recognition.
|
||||
+ Slightly speed-up rpm-ostree metadata refresh.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 07:51:16 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-software
|
||||
version: 46.1
|
||||
mtime: 1714033076
|
||||
commit: 94c1c2163f176a0dbe5852fac1301594fb3e655c
|
||||
version: 46.2
|
||||
mtime: 1716530608
|
||||
commit: e7e46ea221edda2e53b680d99ddcd9839b2ee2eb
|
||||
|
@ -20,7 +20,7 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: gnome-software
|
||||
Version: 46.1
|
||||
Version: 46.2
|
||||
Release: 0
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user