1
0
Luciano Santos 2018-09-20 03:44:49 +00:00 committed by Git OBS Bridge
parent e649af6607
commit 7fbd3dbc33
4 changed files with 51 additions and 17 deletions

View File

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

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sat Sep 8 08:29:45 UTC 2018 - antoine.belvire@opensuse.org
- Update to version 3.30.0:
+ New stable release.
- Changes from version 3.39.2:
+ Do not go 'back' to a previous application details panel.
+ Don't crash if when getting the fwupd locked status.
+ Download updates automatically when required.
+ Fix dark theme support.
+ Hide screenshot and support widgets when no screenshots.
+ Ignore non-interactive generic errors.
+ Implement distro upgrade downloading when using rpm-ostree.
+ Only update the update check timestamp when it succeeds.
+ Open the WiFi panel when clicking the Network Settings button.
+ Rotate featured apps on the overview page.
+ Simplify the updates panel.
+ Use FlatpakTransaction to install, remove and update.
+ Use new display name for the Snap publisher.
+ Use the full name for the ESRB ratings descripion.
- Update spec file:
+ Use new option names in meson call.
+ Remove lang package from recommended packages as it already
supplements main package (same effect, it's redundant).
-------------------------------------------------------------------
Thu May 10 00:12:26 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.29.1:
+ Show a better notification when a local file or URI is not
supported.
+ snap: Use ODRS for reviews.
+ Updated translations.
-------------------------------------------------------------------
Wed May 9 10:12:57 UTC 2018 - bjorn.lie@gmail.com

View File

@ -16,15 +16,15 @@
#
%define gs_plugin_api 11
%define gs_plugin_api 12
Name: gnome-software
Version: 3.28.2
Version: 3.30.0
Release: 0
Summary: GNOME Software Store
License: GPL-2.0-or-later
Group: System/GUI/GNOME
Url: https://wiki.gnome.org/Apps/Software
Source0: http://download.gnome.org/sources/gnome-software/3.28/%{name}-%{version}.tar.xz
URL: https://wiki.gnome.org/Apps/Software
Source0: http://download.gnome.org/sources/gnome-software/3.30/%{name}-%{version}.tar.xz
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig
@ -47,11 +47,10 @@ BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(valgrind)
Requires: iso-codes
Requires: libzypp-plugin-appdata
# boo#1090042
Requires: fwupd
Recommends: %{name}-lang
Requires: iso-codes
Requires: libzypp-plugin-appdata
%description
AppStore like management of Applications for your GNOME Desktop.
@ -72,11 +71,9 @@ GNOME software store plugins.
%build
%meson \
-D enable-ubuntu-reviews=false \
-D enable-ubuntuone=false \
-D enable-tests=false \
-D enable-fwupd=true \
-D enable-gspell=true \
-D ubuntu_reviews=false \
-D ubuntuone=false \
-D tests=false \
%{nil}
%meson_build
@ -88,10 +85,12 @@ GNOME software store plugins.
#rm %%{buildroot}%%{_datadir}/applications/gnome-software-local-file.desktop
%find_lang %{name}
# Remove any piece of doc that ends up in non-standard locations and use the doc macro instead
rm %{buildroot}%{_datadir}/doc/%{name}/README.md
%files
%license COPYING
%docdir %{_datadir}/doc/%{name}
%{_datadir}/doc/%{name}/README.md
%doc NEWS README.md
%{_bindir}/%{name}
%{_bindir}/%{name}-editor
%{_datadir}/%{name}/
@ -128,6 +127,7 @@ GNOME software store plugins.
%{_datadir}/applications/org.gnome.Software.Editor.desktop
%files devel
%doc AUTHORS MAINTAINERS
%dir %{_includedir}/%{name}
%{_datadir}/gtk-doc/html/%{name}/
%dir %{_datadir}/doc/gnome-software