Update to 3.29.92
This commit is contained in:
parent
fdffaaabc9
commit
e122f806ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@
|
||||
/gnome-software-3.28.0.tar.xz
|
||||
/gnome-software-3.28.1.tar.xz
|
||||
/gnome-software-3.29.1.tar.xz
|
||||
/gnome-software-3.29.92.tar.xz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%global flatpak_version 0.9.4
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.29.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.29.92
|
||||
Release: 1%{?dist}
|
||||
Summary: A software center for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
@ -44,7 +44,7 @@ BuildRequires: libgudev1-devel
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: liboauth-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: snapd-glib-devel
|
||||
BuildRequires: snapd-glib-devel >= 1.42
|
||||
%endif
|
||||
|
||||
Requires: appstream-data
|
||||
@ -69,7 +69,7 @@ Requires: libsoup%{?_isa} >= %{libsoup_version}
|
||||
Requires: PackageKit%{?_isa} >= %{packagekit_version}
|
||||
|
||||
# this is not a library version
|
||||
%define gs_plugin_version 11
|
||||
%define gs_plugin_version 12
|
||||
|
||||
%description
|
||||
gnome-software is an application that makes it easy to add, remove
|
||||
@ -94,6 +94,7 @@ Editor for designing banners for GNOME Software.
|
||||
%package snap
|
||||
Summary: Support for Ubuntu Snap packages
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: snapd-login-service
|
||||
Supplements: (gnome-software%{?_isa} and snapd%{?_isa})
|
||||
|
||||
%description snap
|
||||
@ -106,17 +107,17 @@ Adds support for Snap packages from the Snap store.
|
||||
%build
|
||||
%meson \
|
||||
%if 0%{?fedora}
|
||||
-Denable-snap=true \
|
||||
-Dsnap=true \
|
||||
%else
|
||||
-Denable-snap=false \
|
||||
-Dsnap=false \
|
||||
%endif
|
||||
-Denable-gudev=true \
|
||||
-Denable-packagekit=true \
|
||||
-Denable-external-appstream=false \
|
||||
-Denable-rpm-ostree=true \
|
||||
-Denable-tests=false \
|
||||
-Denable-ubuntuone=false \
|
||||
-Denable-ubuntu-reviews=false
|
||||
-Dgudev=true \
|
||||
-Dpackagekit=true \
|
||||
-Dexternal_appstream=false \
|
||||
-Drpm_ostree=true \
|
||||
-Dtests=false \
|
||||
-Dubuntuone=false \
|
||||
-Dubuntu_reviews=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -221,6 +222,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_mandir}/man1/gnome-software-editor.1*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 28 2018 Richard Hughes <rhughes@redhat.com> - 3.29.92-1
|
||||
- Update to 3.29.92
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-software-3.29.1.tar.xz) = 505582ee5c1d20a9e75ee3a57288643b6ce5fa6bceb68d81d4306faeb0fefe32f5ce450f7f24a4189b4680c56f8a0eb7456191df8c3826113a6fa11934240225
|
||||
SHA512 (gnome-software-3.29.92.tar.xz) = 8754371563462ec5437a498babedb59888fffbb203aba388fbfb604b75c9f0a375259742ce0e27f8a35287ee476837bc6a756b169ea47ced42634d7be65a1728
|
||||
|
Loading…
Reference in New Issue
Block a user