1
0

Compare commits

...

12 Commits

Author SHA256 Message Date
Ana Guerrero
896587cafc Accepting request 1238341 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1238341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=128
2025-01-17 17:37:40 +00:00
ad08ff7760 - Update to version 47.4:
+ Fix downloads of firmware updates
  + Fix the release process

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=293
2025-01-16 22:27:47 +00:00
Ana Guerrero
f09d6f99c8 Accepting request 1235453 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1235453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=127
2025-01-09 14:04:42 +00:00
7fa4de31b3 - Update to version 47.3:
+ Fix a crash when cancelling an offline update.
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=291
2025-01-06 22:41:48 +00:00
Ana Guerrero
c799de2af9 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
2024-11-27 21:05:09 +00:00
d6fdb07773 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=289
2024-11-26 13:02:28 +00:00
Ana Guerrero
f8cc6e863b Accepting request 1206688 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1206688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=125
2024-10-11 15:00:59 +00:00
deb9ecb99b New stable release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=287
2024-10-10 12:34:44 +00:00
Ana Guerrero
bd5dc8ce33 Accepting request 1205459 from GNOME:Factory
SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=124
2024-10-08 15:17:51 +00:00
9be1f71f03 - Update to version 47.0+23:
* gs-details-page: Don't override the "page_failed" AdwStatusPage
    title
  * Add initial Indonesian translation of help
  * plugins: appstream: make refine found flag local to app loop
  * plugins: appstream: abort refine_from_id if there are no
    components
  * plugins: appstream: fix comment
  * plugins: don't make core plugins depend on non-core ones
  * Updated translations.
- Pass hardcoded_curated=true and Ddefault_featured_apps=true to
  meson configure until we decide if we should ship our own or not.
- Update to version 47.0:
  + Do not install example featured software lists by default.
  + Updated translations.
- Update to version 47.rc:
  + Update help pages and add some translations of them
  + Correct tooltips of review voting buttons
  + Lower power consumption when certain pages are not visible
  + Updated translations.
- Update to version 47.beta:
  + Shorten text in some notifications
  + Fix Orca not reading the contents in Preferences dialog
  + Enhance behavior of a review row
  + Added plugin to ease installation of DKMS and akmods key with
    enabled Secure Boot
  + Updated translations.
- Changes from version 47.alpha:
  + Fix a crash when updating apps when built with Mogwai
  + Fix a crash when installing flatpak application
  + Correct desktop/mobile hardware support detection
  + Correct state of Fedora upgrade
  + Several fixes in historical updates for rpm-ostree
  + 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
  + Show "Install All" button only for codecs
  + Prefer vendor name from os release in app origin
  + Make more jobs asynchronous
  + Port to recent Adwaita widgets
  + Updated translations.
- Add itstool BuildRequires: New dependency.
- Bump gs_plugin_api define to 21 following upstream changes.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=285
2024-09-30 07:50:52 +00:00
Ana Guerrero
3504a86b20 Accepting request 1201598 from GNOME:Factory
- Update to version 46.5:
  + Reduce power usage when the main window is closed.
  + Updated translations. (forwarded request 1201266 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1201598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=123
2024-09-18 13:26:33 +00:00
f7d647fa27 - Update to version 46.5:
+ Reduce power usage when the main window is closed.
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=283
2024-09-17 11:42:28 +00:00
6 changed files with 121 additions and 11 deletions

View File

@ -3,11 +3,11 @@
<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.4</param>
<param name="revision">47.4</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

View File

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

View File

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

View File

@ -1,3 +1,110 @@
-------------------------------------------------------------------
Tue Jan 14 17:50:47 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.4:
+ Fix downloads of firmware updates
+ Fix the release process
-------------------------------------------------------------------
Sat Jan 4 23:18:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.3:
+ Fix a crash when cancelling an offline update.
+ Updated translations.
-------------------------------------------------------------------
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>
- Update to version 47.1:
+ Fix crash in snap plugin when launching apps
+ Fix display of versions for packages being installed as part of
an update
+ Various minor improvements to the review submission dialog
+ Fix a crash in the DKMS plugin
+ Updated translations.
-------------------------------------------------------------------
Fri Sep 27 17:31:05 UTC 2024 - bjorn.lie@gmail.com
- Update to version 47.0+23:
* gs-details-page: Don't override the "page_failed" AdwStatusPage
title
* Add initial Indonesian translation of help
* plugins: appstream: make refine found flag local to app loop
* plugins: appstream: abort refine_from_id if there are no
components
* plugins: appstream: fix comment
* plugins: don't make core plugins depend on non-core ones
* Updated translations.
-------------------------------------------------------------------
Mon Sep 16 19:25:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Pass hardcoded_curated=true and Ddefault_featured_apps=true to
meson configure until we decide if we should ship our own or not.
-------------------------------------------------------------------
Sun Sep 15 14:10:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 47.0:
+ Do not install example featured software lists by default.
+ Updated translations.
-------------------------------------------------------------------
Sat Sep 14 18:04:34 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.rc:
+ Update help pages and add some translations of them
+ Correct tooltips of review voting buttons
+ Lower power consumption when certain pages are not visible
+ Updated translations.
-------------------------------------------------------------------
Fri Sep 13 16:32:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.beta:
+ Shorten text in some notifications
+ Fix Orca not reading the contents in Preferences dialog
+ Enhance behavior of a review row
+ Added plugin to ease installation of DKMS and akmods key with
enabled Secure Boot
+ Updated translations.
- Changes from version 47.alpha:
+ Fix a crash when updating apps when built with Mogwai
+ Fix a crash when installing flatpak application
+ Correct desktop/mobile hardware support detection
+ Correct state of Fedora upgrade
+ Several fixes in historical updates for rpm-ostree
+ 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
+ Show "Install All" button only for codecs
+ Prefer vendor name from os release in app origin
+ Make more jobs asynchronous
+ Port to recent Adwaita widgets
+ Updated translations.
- Add itstool BuildRequires: New dependency.
- Bump gs_plugin_api define to 21 following upstream changes.
-------------------------------------------------------------------
Thu Sep 12 12:23:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 46.5:
+ Reduce power usage when the main window is closed.
+ Updated translations.
-------------------------------------------------------------------
Sun Aug 11 13:18:08 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gnome-software
version: 46.4
mtime: 1722585340
commit: b68195fda2b4c28e64e87cc6ffbf66b117952d9c
version: 47.4
mtime: 1736876441
commit: a540463ee67d636e310a93af21eaf009009b33c9

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-software
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,11 +16,11 @@
#
%define gs_plugin_api 20
%define gs_plugin_api 21
%bcond_with profiling
Name: gnome-software
Version: 46.4
Version: 47.4
Release: 0
Summary: GNOME Software Store
License: GPL-2.0-or-later
@ -34,6 +34,7 @@ Patch0: gnome-software-launch-gpk-update-viewer-for-updates.patch
Patch1: gnome-software-disable-offline-update.patch
%endif
BuildRequires: gtk-doc
BuildRequires: itstool
BuildRequires: meson >= 0.58.0
BuildRequires: pkgconfig
BuildRequires: suse-xsl-stylesheets
@ -107,6 +108,8 @@ the GNOME software store.
-D soup2=false \
-D sysprof=%{?with_profiling:enabled}%{!?with_profiling:disabled} \
-D opensuse-distro-upgrade=true \
-D hardcoded_curated=true \
-D default_featured_apps=true \
%{nil}
%meson_build