Accepting request 459879 from GNOME:Next
scripted push OBS-URL: https://build.opensuse.org/request/show/459879 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=106
This commit is contained in:
parent
17a6c014a5
commit
c65f56f7c2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ca04cdc0c99df34f4faa56fdd221cd70756f561398e314167a7f2b11c4fe18e
|
||||
size 3864316
|
3
gnome-software-3.23.90.tar.xz
Normal file
3
gnome-software-3.23.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9640ae4a8c5bbee7b8daa56f4c3a3c1db49570cd6b1ddf5e7b35e51f232c0038
|
||||
size 4197364
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 09:12:22 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.23.90:
|
||||
+ Handle apt and snap URLs.
|
||||
+ Show the updates panel with sections.
|
||||
+ Sort the apps in the installed panel by kind.
|
||||
+ Add a more detailed error message when AC power is required.
|
||||
+ Do not hardcode the gnome-software application name.
|
||||
+ Ensure firmware is downloaded when not cached.
|
||||
+ Fix a rather large memory leak when loading Steam data.
|
||||
+ Fix launching Flatpak apps after updating.
|
||||
+ Install needed Flatpak runtimes when updating an app.
|
||||
+ Only show the scary firmware warning for removable devices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 10:18:23 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.23.3:
|
||||
+ Add an --install and --interaction CLI options.
|
||||
+ Add the installed size of the apps in the installed view.
|
||||
+ Always set a description for each notification.
|
||||
+ Show an in-app notification when installed plugins are changed.
|
||||
+ Use a set of stars to show the different star ratings.
|
||||
+ The following bugs are also fixed:
|
||||
- Add a missing error check to fix a common crash on LiveDVD
|
||||
media.
|
||||
- Add thread locking in GsApp to fix some common crashes.
|
||||
- Allow upgrading to Fedora EOL releases.
|
||||
- Don't allow review actions when offline.
|
||||
- Ensure we actually schedule firmware updates for download.
|
||||
- Fix the getting of PackageKit and flatpak update details.
|
||||
- Hide some notifications when the new app is launched or the
|
||||
window is closed.
|
||||
- Hide the screenshot placeholder for input methods and
|
||||
langpacks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 10:18:22 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.23.2:
|
||||
+ Add a setting for downloading updates on metered connections.
|
||||
+ Add content rating interface for games.
|
||||
+ Add support for pending updates that are applied on demand.
|
||||
+ Add support for the flatpak DefaultBranch feature.
|
||||
+ Allow showing an application review without a display name.
|
||||
+ Convert the modal failure dialogs to in-app notifications.
|
||||
+ Switch to using the ODRS server hosted by GNOME.
|
||||
+ Bugs fixed:
|
||||
- Always get the newest screenshot for GNOME Shell extensions.
|
||||
- Avoid redownloading the same screenshots for different
|
||||
images.
|
||||
- Don't download updates when low on power.
|
||||
- Fix the growth in memory usage for every search request.
|
||||
- Never show a 'back' button when showing search results.
|
||||
- Show the search bar when the user does ctrl+f.
|
||||
+ Updated translations.
|
||||
- Pass --disable-external-appstream to configure: this is broken
|
||||
by design.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 10:18:21 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.22.5
|
||||
Version: 3.23.90
|
||||
Release: 0
|
||||
%define gs_plugin_api 11
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: https://wiki.gnome.org/Design/Apps/Software
|
||||
Source: http://download.gnome.org/sources/gnome-software/3.22/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-software/3.23/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch boo#897713 badshah400@gmail.com -- Adds a YaST app-folder by default, in addition to existing app-folders Sundry and Utilities
|
||||
Patch0: gnome-software-add-default-yast-appfolder.patch
|
||||
#
|
||||
BuildRequires: intltool >= 0.35.0
|
||||
BuildRequires: suse-xsl-stylesheets
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(appstream-glib) >= 0.6.5
|
||||
BuildRequires: pkgconfig(appstream-glib) >= 0.6.7
|
||||
BuildRequires: pkgconfig(flatpak) >= 0.6.12
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.31.5
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
|
||||
@ -80,7 +80,8 @@ to develop applications that require these.
|
||||
--enable-ostree \
|
||||
--enable-rpm \
|
||||
--enable-steam \
|
||||
--enable-shell-extensions
|
||||
--enable-shell-extensions \
|
||||
--disable-external-appstream
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -108,6 +109,10 @@ rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/org.gnome.Software.appdata.xml
|
||||
%{_datadir}/appdata/org.gnome.Software.Plugin.Epiphany.metainfo.xml
|
||||
%{_datadir}/appdata/org.gnome.Software.Plugin.Flatpak.metainfo.xml
|
||||
%{_datadir}/appdata/org.gnome.Software.Plugin.Odrs.metainfo.xml
|
||||
%{_datadir}/appdata/org.gnome.Software.Plugin.Steam.metainfo.xml
|
||||
# Currently not shipped, as this is not yet functional (boo#941862)
|
||||
#{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%{_datadir}/applications/org.gnome.Software.desktop
|
||||
@ -118,9 +123,11 @@ rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Software*
|
||||
%{_datadir}/icons/hicolor/scalable/apps/software-installed-symbolic.svg
|
||||
%dir %{_libdir}/gs-plugins-%{gs_plugin_api}
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_api}/*.so
|
||||
#{_libexecdir}/gnome-software-service
|
||||
%{_libexecdir}/gnome-software-cmd
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
|
||||
|
||||
@ -136,6 +143,8 @@ rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%{_includedir}/%{name}/gs-os-release.h
|
||||
%{_includedir}/%{name}/gs-plugin-vfuncs.h
|
||||
%{_includedir}/%{name}/gs-plugin.h
|
||||
%{_includedir}/%{name}/gs-plugin-event.h
|
||||
%{_includedir}/%{name}/gs-plugin-types.h
|
||||
%{_includedir}/%{name}/gs-utils.h
|
||||
%{_libdir}/pkgconfig/gnome-software.pc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user