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.0.tar.xz
|
||||||
/gnome-software-3.28.1.tar.xz
|
/gnome-software-3.28.1.tar.xz
|
||||||
/gnome-software-3.29.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
|
%global flatpak_version 0.9.4
|
||||||
|
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.29.1
|
Version: 3.29.92
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -44,7 +44,7 @@ BuildRequires: libgudev1-devel
|
|||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
BuildRequires: liboauth-devel
|
BuildRequires: liboauth-devel
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
BuildRequires: snapd-glib-devel
|
BuildRequires: snapd-glib-devel >= 1.42
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: appstream-data
|
Requires: appstream-data
|
||||||
@ -69,7 +69,7 @@ Requires: libsoup%{?_isa} >= %{libsoup_version}
|
|||||||
Requires: PackageKit%{?_isa} >= %{packagekit_version}
|
Requires: PackageKit%{?_isa} >= %{packagekit_version}
|
||||||
|
|
||||||
# this is not a library version
|
# this is not a library version
|
||||||
%define gs_plugin_version 11
|
%define gs_plugin_version 12
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-software is an application that makes it easy to add, remove
|
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
|
%package snap
|
||||||
Summary: Support for Ubuntu Snap packages
|
Summary: Support for Ubuntu Snap packages
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: snapd-login-service
|
||||||
Supplements: (gnome-software%{?_isa} and snapd%{?_isa})
|
Supplements: (gnome-software%{?_isa} and snapd%{?_isa})
|
||||||
|
|
||||||
%description snap
|
%description snap
|
||||||
@ -106,17 +107,17 @@ Adds support for Snap packages from the Snap store.
|
|||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
-Denable-snap=true \
|
-Dsnap=true \
|
||||||
%else
|
%else
|
||||||
-Denable-snap=false \
|
-Dsnap=false \
|
||||||
%endif
|
%endif
|
||||||
-Denable-gudev=true \
|
-Dgudev=true \
|
||||||
-Denable-packagekit=true \
|
-Dpackagekit=true \
|
||||||
-Denable-external-appstream=false \
|
-Dexternal_appstream=false \
|
||||||
-Denable-rpm-ostree=true \
|
-Drpm_ostree=true \
|
||||||
-Denable-tests=false \
|
-Dtests=false \
|
||||||
-Denable-ubuntuone=false \
|
-Dubuntuone=false \
|
||||||
-Denable-ubuntu-reviews=false
|
-Dubuntu_reviews=false
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -221,6 +222,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_mandir}/man1/gnome-software-editor.1*
|
%{_mandir}/man1/gnome-software-editor.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- 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