Accepting request 251912 from GNOME:Next
Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251912 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=25
This commit is contained in:
parent
79c055cb73
commit
12f79718cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2fea4c5bb535ec5096cf6025b353f1a8520193e75d7f290ba712d36062b7709
|
||||
size 2118684
|
3
gnome-software-3.14.0.tar.xz
Normal file
3
gnome-software-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:646cf4ed3274c0a1f60b2ddd1a967f608e96e355a4436e6d6ad00915339e2fa8
|
||||
size 2127576
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 10:01:30 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ Bugfixes:
|
||||
- Fit better on 1024x768 screens.
|
||||
- Fix an issue that prevented closing the app folder dialog
|
||||
under certain circumstances.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 11:39:07 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.92:
|
||||
+ New Features: Use the new PackageKit 1.0.0 'Offline' interface
|
||||
to do offline updates.
|
||||
+ Bugfixes:
|
||||
- Fix a number of crashes that stemmed from us incorrectly
|
||||
using the gtk+ API from worker threads.
|
||||
- Don't use thread unsafe g_main_context_find_source_by_id.
|
||||
- Avoid crashing on kind changes on "core" apps.
|
||||
- Fix a crash when going back from Details view after having
|
||||
installed an app.
|
||||
- Improve the Installed page to not show duplicate entries
|
||||
after having refreshed updates.
|
||||
- Fix the gnome-software UI not showing up after using
|
||||
gnome-shell search.
|
||||
- Don't show core packages like kernel and glibc under Add-ons.
|
||||
- Remove unused PackageKit runtime-updates and search plugins.
|
||||
- When searching returns addons, return the application they
|
||||
extend.
|
||||
- ... and a number of other crasher and correctness fixes for
|
||||
various corner cases.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 13:09:42 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.13.91
|
||||
Version: 3.14.0
|
||||
Release: 0
|
||||
%define gs_plugin_api 6
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: https://wiki.gnome.org/Design/Apps/Software
|
||||
Source: http://download.gnome.org/sources/gnome-software/3.13/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-software/3.14/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dimstar@opensuse.org -- Switch to PackageKit Update provider instead of systemd offline updates.
|
||||
Patch0: gnome-software-PK-updates.patch
|
||||
BuildRequires: intltool >= 0.35.0
|
||||
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.1
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.12
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 1.0.0
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
# gnome-software requires ScanDesktopFiles=true in PK.conf, which openSUSE explicitly disables for performance reason. Users that want to test gnome-software (technical preview) will have to take this performance hit.
|
||||
Requires: PackageKit-branding-upstream
|
||||
|
Loading…
x
Reference in New Issue
Block a user