Update to 3.14.1
This commit is contained in:
parent
626bfe576b
commit
3402c70bf6
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/gnome-software-3.13.91.tar.xz
|
/gnome-software-3.13.91.tar.xz
|
||||||
/gnome-software-3.13.92.tar.xz
|
/gnome-software-3.13.92.tar.xz
|
||||||
/gnome-software-3.14.0.tar.xz
|
/gnome-software-3.14.0.tar.xz
|
||||||
|
/gnome-software-3.14.1.tar.xz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global glib2_version 2.39.1
|
%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 packagekit_version 1.0.0
|
||||||
%global appstream_glib_version 0.2.4
|
%global appstream_glib_version 0.2.4
|
||||||
%global gsettings_desktop_schemas_version 3.11.5
|
%global gsettings_desktop_schemas_version 3.11.5
|
||||||
|
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.14.0
|
Version: 3.14.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://wiki.gnome.org/Apps/Software
|
URL: https://wiki.gnome.org/Apps/Software
|
||||||
@ -40,7 +40,7 @@ BuildRequires: libsoup-devel
|
|||||||
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
||||||
|
|
||||||
# this is not a library version
|
# this is not a library version
|
||||||
%define gs_plugin_version 6
|
%define gs_plugin_version 7
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-software is an application that makes it easy to add, remove
|
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
|
%{_datadir}/gnome-software/modulesets.d/*.xml
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 09 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-2
|
||||||
- Depend on gnome-menus for app folder directory entries
|
- Depend on gnome-menus for app folder directory entries
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user