forked from pool/gnome-software
Accepting request 544415 from home:badshah400:branches:GNOME:Factory
- Update to version 3.26.3: + Fix a common crash in the fwupd plugin. + Make category translations on the details page show up. + Updated translations. - Changes from version 3.26.2: + Various fixes to cancellable handling, making it more robust to cancel install/remove operations. + Fix a common crash in Fedora distro upgrades plugin. + Fix showing N+2 Fedora upgrades. + Fix flatpak updates inadvertently triggering a reboot. + Revert plugin GType registering changes that broke app "adopting". + Various flatpak plugin fixes. + Various snap plugin fixes. + Bump fwupd required dep to 0.9.7 and support building with new 1.0.0 API. + Avoid erroring out for operations that return more than 500 results (distro upgrades, getting gnome-shell extensions list). + Fix a few memory leaks. + Updated translations. - Enable fwupd; introduces BuildRequires on pkgconfig(fwupd) >= 0.9.7. - Remove the enable-firmware switch from the meson build options; this option has been dropped by upstream. OBS-URL: https://build.opensuse.org/request/show/544415 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=124
This commit is contained in:
parent
1f38bd440f
commit
ce90647d6a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:185d5dabe23788905dcd3c2b0c6dd7a8d5d5b753eab0adce194b5e82dbf3d3e5
|
||||
size 5103908
|
3
gnome-software-3.26.3.tar.xz
Normal file
3
gnome-software-3.26.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f74fd5fb222c99d4fcb91500cea0c62a0eb8022700bdea51acecb41c63f8e48
|
||||
size 5113344
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 10:03:45 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
- Update to version 3.26.3:
|
||||
+ Fix a common crash in the fwupd plugin.
|
||||
+ Make category translations on the details page show up.
|
||||
+ Updated translations.
|
||||
- Changes from version 3.26.2:
|
||||
+ Various fixes to cancellable handling, making it more robust
|
||||
to cancel install/remove operations.
|
||||
+ Fix a common crash in Fedora distro upgrades plugin.
|
||||
+ Fix showing N+2 Fedora upgrades.
|
||||
+ Fix flatpak updates inadvertently triggering a reboot.
|
||||
+ Revert plugin GType registering changes that broke app
|
||||
"adopting".
|
||||
+ Various flatpak plugin fixes.
|
||||
+ Various snap plugin fixes.
|
||||
+ Bump fwupd required dep to 0.9.7 and support building with new
|
||||
1.0.0 API.
|
||||
+ Avoid erroring out for operations that return more than 500
|
||||
results (distro upgrades, getting gnome-shell extensions
|
||||
list).
|
||||
+ Fix a few memory leaks.
|
||||
+ Updated translations.
|
||||
- Enable fwupd; introduces BuildRequires on pkgconfig(fwupd) >=
|
||||
0.9.7.
|
||||
- Remove the enable-firmware switch from the meson build options;
|
||||
this option has been dropped by upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 18:48:51 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define gs_plugin_api 11
|
||||
Name: gnome-software
|
||||
Version: 3.26.1
|
||||
Version: 3.26.3
|
||||
Release: 0
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0+
|
||||
@ -33,6 +33,7 @@ BuildRequires: suse-xsl-stylesheets
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(appstream-glib) >= 0.7.0
|
||||
BuildRequires: pkgconfig(flatpak) >= 0.8.0
|
||||
BuildRequires: pkgconfig(fwupd) >= 0.9.7
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.31.5
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.92
|
||||
@ -72,10 +73,9 @@ GNOME software store plugins.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-D enable-firmware=false \
|
||||
-D enable-ubuntu-reviews=false \
|
||||
-D enable-tests=false \
|
||||
-D enable-fwupd=false \
|
||||
-D enable-fwupd=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -101,6 +101,7 @@ rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%{_datadir}/metainfo/org.gnome.Software.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Epiphany.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Flatpak.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Odrs.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Steam.metainfo.xml
|
||||
# Test shipping gnome-software-local-file in GN
|
||||
|
Loading…
x
Reference in New Issue
Block a user