1
0
Dominique Leuenberger 2019-07-22 10:17:56 +00:00 committed by Git OBS Bridge
commit f75ef50a72
4 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

@ -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>

View File

@ -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