Accepting request 306530 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/306530 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=53
This commit is contained in:
parent
7d417e8973
commit
f74ec617e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb53fb3f38d0588cae3402bede0a006855dcde4776c64686195add4c1a55b94f
|
||||
size 2223952
|
3
gnome-software-3.16.2.tar.xz
Normal file
3
gnome-software-3.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1454566ef38f35cd23d4bce7818dffcdf76bd0138f71ec4d8b394109089dcaa0
|
||||
size 2217820
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 11:03:06 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.16.2:
|
||||
+ Remove redundant OK button from the updates installed
|
||||
notification.
|
||||
+ Display a better human readable title for printer drivers.
|
||||
+ Show a better UI for offline update failure dialog.
|
||||
+ Set default actions for the update done notifications.
|
||||
+ Allow searching for packages via the API without appdata.
|
||||
- Remove HighContrast %icon_theme_cache_post(un) calls, as Symbolic
|
||||
icons have replaced them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 07:18:43 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.16.1
|
||||
Version: 3.16.2
|
||||
Release: 0
|
||||
%define gs_plugin_api 7
|
||||
Summary: GNOME Software Store
|
||||
@ -73,13 +73,11 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%icon_theme_cache_post
|
||||
%icon_theme_cache_post HighContrast
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%icon_theme_cache_postun
|
||||
%icon_theme_cache_postun HighContrast
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
@ -97,7 +95,6 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/gnome-software-search-provider.ini
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||
%{_datadir}/icons/HighContrast/
|
||||
%dir %{_libdir}/gs-plugins-%{gs_plugin_api}
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_api}/*.so
|
||||
#{_libexecdir}/gnome-software-service
|
||||
|
Loading…
x
Reference in New Issue
Block a user