Update to 3.14.1

This commit is contained in:
Kalev Lember 2014-10-13 23:24:29 +02:00
parent 626bfe576b
commit 3402c70bf6
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/gnome-software-3.13.91.tar.xz
/gnome-software-3.13.92.tar.xz
/gnome-software-3.14.0.tar.xz
/gnome-software-3.14.1.tar.xz

View File

@ -1,13 +1,13 @@
%global glib2_version 2.39.1
%global gtk3_version 3.13.1
%global gtk3_version 3.14.1
%global packagekit_version 1.0.0
%global appstream_glib_version 0.2.4
%global gsettings_desktop_schemas_version 3.11.5
Summary: A software center for GNOME
Name: gnome-software
Version: 3.14.0
Release: 2%{?dist}
Version: 3.14.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://wiki.gnome.org/Apps/Software
@ -40,7 +40,7 @@ BuildRequires: libsoup-devel
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
# this is not a library version
%define gs_plugin_version 6
%define gs_plugin_version 7
%description
gnome-software is an application that makes it easy to add, remove
@ -107,6 +107,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gnome-software/modulesets.d/*.xml
%changelog
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
- Update to 3.14.1
* Thu Oct 09 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
- Depend on gnome-menus for app folder directory entries

View File

@ -1 +1 @@
86d47e1f668252c1c0dd2029382ebcae gnome-software-3.14.0.tar.xz
f5fa8298265298e29e0815a60e8010d8 gnome-software-3.14.1.tar.xz