forked from pool/gnome-software
Accepting request 714727 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/714727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=65
This commit is contained in:
commit
f75ef50a72
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:893aed85a9f814f5410fb8af432de851469899ff9c70a8dab9bc970898c044e4
|
||||
size 4852448
|
3
gnome-software-3.32.4.tar.xz
Normal file
3
gnome-software-3.32.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4116f190cc2e7ad2b3fdf4605c05b0b291203c4bca0beaf1d425e7f73e3603c
|
||||
size 4852860
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 17:51:39 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.32.4:
|
||||
+ Fix an issue that led to some packages with multiple appdata
|
||||
files not correctly showing up on the updates page.
|
||||
+ Fix various problems with flatpak branch handling that were
|
||||
causing issues with freedesktop.org runtime updates.
|
||||
+ Fix flatpak update versions to correctly show up.
|
||||
+ Various other minor bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 09:26:03 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop pkgconfig(valgrind) BuildRequires, and pass valgrind=false
|
||||
to meson. Fixes build for arm, and we do not really need valgrind
|
||||
integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 20:17:42 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define gs_plugin_api 13
|
||||
Name: gnome-software
|
||||
Version: 3.32.3
|
||||
Version: 3.32.4
|
||||
Release: 0
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0-or-later
|
||||
@ -48,7 +48,6 @@ BuildRequires: pkgconfig(libsoup-2.4) >= 2.52.0
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(valgrind)
|
||||
BuildRequires: pkgconfig(xmlb) >= 0.1.7
|
||||
# boo#1090042
|
||||
Requires: fwupd
|
||||
@ -76,6 +75,7 @@ GNOME software store plugins.
|
||||
%build
|
||||
%meson \
|
||||
-Dtests=false \
|
||||
-Dvalgrind=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user