forked from pool/gnome-software
Accepting request 229796 from home:Zaitor:branches:GNOME:Factory
- Update to version 3.12.1: + Bug fixes: - Always return valid results when using the shell search provider. - Always show the featured background gradient. - Disable the GTK pixel cache due to rendering artifacts. - Do not show 'Installed' on the app tile when actually installing. - Don't crash the search provider for apps with missing icons. - Drop unused libnotify dep. - GsApp: Notify property changes in an idle callback. - Hide the last checked label if we haven't yet checked for updates. - Improve thread safety in the plugin loader. - Only show installed update notification once. - Show the repo name in the sources dialog. - Sort the results by kudo for the shell sort provider. - Use a valid icon size for symbolic icons. - Use context to translate subcategory titles. + Updated translations. - Drop pkgconfig(libnotify) BuildRequires: No longer needed. OBS-URL: https://build.opensuse.org/request/show/229796 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=19
This commit is contained in:
parent
fdce39377d
commit
1f6751b891
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1451e63c317a9e2a096ad8a3b50b15378610ccae2bacdb3802631e15ca7d0c5f
|
||||
size 2069784
|
3
gnome-software-3.12.1.tar.xz
Normal file
3
gnome-software-3.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae89719a788d2c5a4e814136670677bad2015e0e39a2feb0c24cbcf9e9948147
|
||||
size 2083568
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 06:12:13 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.1:
|
||||
+ Bug fixes:
|
||||
- Always return valid results when using the shell search
|
||||
provider.
|
||||
- Always show the featured background gradient.
|
||||
- Disable the GTK pixel cache due to rendering artifacts.
|
||||
- Do not show 'Installed' on the app tile when actually
|
||||
installing.
|
||||
- Don't crash the search provider for apps with missing icons.
|
||||
- Drop unused libnotify dep.
|
||||
- GsApp: Notify property changes in an idle callback.
|
||||
- Hide the last checked label if we haven't yet checked for
|
||||
updates.
|
||||
- Improve thread safety in the plugin loader.
|
||||
- Only show installed update notification once.
|
||||
- Show the repo name in the sources dialog.
|
||||
- Sort the results by kudo for the shell sort provider.
|
||||
- Use a valid icon size for symbolic icons.
|
||||
- Use context to translate subcategory titles.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(libnotify) BuildRequires: No longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 12:43:36 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.12.0
|
||||
Version: 3.12.1
|
||||
Release: 0
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0+
|
||||
@ -33,7 +33,6 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.5
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.12
|
||||
|
Loading…
x
Reference in New Issue
Block a user