1
0

Accepting request 1073157 from GNOME:Factory

- Update to version 44.0:
  + Fix missing separators in system updates dialog.
  + Updated translations.
- Update to version 44.rc:
  + Fix a crash during install of a firmware update.
  + Fix notifications of a prepared update.
  + Fix cancellation of an update.
  + Update details page on app job start/end.
  + Fix a crash after cancelling of a single package update.
  + Updated translations.
- Update to version 44.beta:
  + Add a preference for only showing freely-licensed apps
  + Improve design of Install/Uninstall buttons for app addons
  + Fix loading flatpak bundles if a runtime is missing
  + Improvements to the UI for ratings and reviews
  + Fix refreshing the details page after searching for an app
  + Improve choice of icons for apps where a themed icon is
    available
  + Improve performance of downloading remote icons significantly
  + Updated translations.
- Changes from version 44.alpha:
  + Allow automatically removing unneeded runtimes
  + Show changelogs for rpm-ostree updates
  + Limit the maximum description length in context tiles
  + Support a less-prominent UI for regular updates for image-based
    OSs
  + Improvements to error notification display
  + Reduce reloading/refreshing of view when installing apps
  + Minor usability improvements to review lists and adding a
    review
  + Stop using libdnf in rpm-ostree backend
  + UI polish on app source chooser
  + Fix distro upgrades
  + Fix system-wide external AppStream support
  + UI polish on Incompatible Software dialog
  + Fix opening web apps
  + Fix notifying about available firmware updates
  + Improve scaling of Explore page on phones
  + Add a placeholder to search entry
  + Fix repo authentication dialog
  + Periodically refresh cached app icons
  + Improve labels and tooltips on Updates page
  + Annotate firmware updates with their release urgency
  + Adapt to GTK API deprecations
  + Use the OS logo for minor update rows for image-based OSs
  + Change ‘application’ to ‘app’ in translatable strings
  + Stop notifying about unprepared critical updates
  + Show the ‘Learn More’ link for larger updates of image-based
    OSs if provided
  + Add translations for more firmware device categories
  + Updated translations.
- Bump gs_plugin_api define to 20 following upstream changes. (forwarded request 1072609 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1073157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=107
This commit is contained in:
Dominique Leuenberger 2023-03-24 14:16:53 +00:00 committed by Git OBS Bridge
commit 823941d5f5
4 changed files with 70 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Mar 16 16:51:07 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.0:
+ Fix missing separators in system updates dialog.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 3 15:25:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.rc:
+ Fix a crash during install of a firmware update.
+ Fix notifications of a prepared update.
+ Fix cancellation of an update.
+ Update details page on app job start/end.
+ Fix a crash after cancelling of a single package update.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 3 15:25:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.beta:
+ Add a preference for only showing freely-licensed apps
+ Improve design of Install/Uninstall buttons for app addons
+ Fix loading flatpak bundles if a runtime is missing
+ Improvements to the UI for ratings and reviews
+ Fix refreshing the details page after searching for an app
+ Improve choice of icons for apps where a themed icon is
available
+ Improve performance of downloading remote icons significantly
+ Updated translations.
- Changes from version 44.alpha:
+ Allow automatically removing unneeded runtimes
+ Show changelogs for rpm-ostree updates
+ Limit the maximum description length in context tiles
+ Support a less-prominent UI for regular updates for image-based
OSs
+ Improvements to error notification display
+ Reduce reloading/refreshing of view when installing apps
+ Minor usability improvements to review lists and adding a
review
+ Stop using libdnf in rpm-ostree backend
+ UI polish on app source chooser
+ Fix distro upgrades
+ Fix system-wide external AppStream support
+ UI polish on Incompatible Software dialog
+ Fix opening web apps
+ Fix notifying about available firmware updates
+ Improve scaling of Explore page on phones
+ Add a placeholder to search entry
+ Fix repo authentication dialog
+ Periodically refresh cached app icons
+ Improve labels and tooltips on Updates page
+ Annotate firmware updates with their release urgency
+ Adapt to GTK API deprecations
+ Use the OS logo for minor update rows for image-based OSs
+ Change application to app in translatable strings
+ Stop notifying about unprepared critical updates
+ Show the Learn More link for larger updates of image-based
OSs if provided
+ Add translations for more firmware device categories
+ Updated translations.
- Bump gs_plugin_api define to 20 following upstream changes.
-------------------------------------------------------------------
Fri Mar 3 11:56:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -16,16 +16,16 @@
#
%define gs_plugin_api 19
%define gs_plugin_api 20
Name: gnome-software
Version: 43.5
Version: 44.0
Release: 0
Summary: GNOME Software Store
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/Software
Source0: https://download.gnome.org/sources/gnome-software/43/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gnome-software/44/%{name}-%{version}.tar.xz
%if 0%{?sle_version}
# PATCH-FIX-OPENSUSE gnome-software-launch-gpk-update-viewer-for-updates.patch bsc#1077332 boo#1090042 sckang@suse.com -- Don't launch gnome-software when clicking the updates notification. Launch gpk-update-viewer instead.
Patch0: gnome-software-launch-gpk-update-viewer-for-updates.patch