[gnome-software] Update to 3.11.5

Richard Hughes rhughes at fedoraproject.org
Mon Feb 3 10:32:27 UTC 2014


commit 156fb64e0a06c0982fe6eaaaa46781248f071afa
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Feb 3 10:32:53 2014 +0000

    Update to 3.11.5

 .gitignore          |    1 +
 gnome-software.spec |   26 ++++++++++++++++----------
 sources             |    6 +++---
 3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd8ffb1..272039a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /gnome-software-3.11.4.tar.xz
 /fedora-rawhide-icons.tar.gz
 /fedora-rawhide.xml.gz
+/gnome-software-3.11.5.tar.xz
diff --git a/gnome-software.spec b/gnome-software.spec
index 483a2fb..7d548c6 100644
--- a/gnome-software.spec
+++ b/gnome-software.spec
@@ -1,15 +1,19 @@
+%define distrotag                       rawhide
+
 Summary:   A software center for GNOME
 Name:      gnome-software
-Version:   3.11.4
-Release:   3%{?dist}
+Version:   3.11.5
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       https://wiki.gnome.org/Apps/Software
 Source0:   http://download.gnome.org/sources/gnome-software/3.9/%{name}-%{version}.tar.xz
-Source1:   http://people.freedesktop.org/~hughsient/temp/fedora-rawhide.xml.gz
-Source2:   http://people.freedesktop.org/~hughsient/temp/fedora-rawhide-icons.tar.gz
+Source1:   http://people.freedesktop.org/~hughsient/temp/fedora-%{?distrotag}.xml.gz
+Source2:   http://people.freedesktop.org/~hughsient/temp/fedora-%{?distrotag}-icons.tar.gz
 Source3:   http://people.freedesktop.org/~hughsient/temp/fedora-20-codecs.xml
 
+Requires:  epiphany
+Requires:  PackageKit
 Requires:  gnome-icon-theme
 Requires:  gnome-icon-theme-symbolic >= 3.10.1
 
@@ -26,7 +30,7 @@ BuildRequires: libsoup-devel
 BuildRequires: gsettings-desktop-schemas-devel
 
 # this is not a library version
-%define gs_plugin_version               2
+%define gs_plugin_version               3
 
 %description
 gnome-software is an application that makes it easy to add, remove
@@ -51,13 +55,13 @@ make %{?_smp_mflags}
 %__cp %{SOURCE3} %{buildroot}%{_datadir}/app-info/xmls
 
 # decompress and install AppStream icons
-%__mkdir_p %{buildroot}%{_datadir}/app-info/icons/fedora-rawhide
-cd %{buildroot}%{_datadir}/app-info/icons/fedora-rawhide
+%__mkdir_p %{buildroot}%{_datadir}/app-info/icons/fedora-%{?distrotag}
+cd %{buildroot}%{_datadir}/app-info/icons/fedora-%{?distrotag}
 %__tar xvzf %{SOURCE2}
 cd -
 
 # make the software center load faster
-desktop-file-edit %{buildroot}%{_datadir}/applications/*.desktop \
+desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.desktop \
     --set-key=X-AppInstall-Package --set-value=%{name}
 
 %find_lang %name --with-gnome
@@ -87,19 +91,21 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gnome-software/*.png
 %{_datadir}/appdata/*.appdata.xml
 %{_datadir}/app-info/xmls/*
-%{_datadir}/app-info/icons/fedora-rawhide/*.png
+%{_datadir}/app-info/icons/fedora-%{?distrotag}/*.png
 %{_mandir}/man1/gnome-software.1.gz
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/gnome-software/featured.ini
 %dir %{_libdir}/gs-plugins-%{gs_plugin_version}
 %{_libdir}/gs-plugins-%{gs_plugin_version}/*.so
 %{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
-%{_libexecdir}/gnome-software-service
 %{_datadir}/dbus-1/services/org.gnome.Software.service
 %{_datadir}/gnome-shell/search-providers/gnome-software-search-provider.ini
 %{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
 
 %changelog
+* Mon Feb 03 2014 Richard Hughes <rhughes at redhat.com> - 3.11.5-1
+- Update to 3.11.5
+
 * Thu Jan 30 2014 Richard Hughes <rhughes at redhat.com> - 3.11.4-3
 - Rebuild for libpackagekit-glib soname bump
 
diff --git a/sources b/sources
index e43fe37..795ba9d 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-1c999335646a188413c7e3c414b4f979  gnome-software-3.11.4.tar.xz
-d1a56bf0aa34f1df3ac1a3e24a01b0c0  fedora-rawhide-icons.tar.gz
-7925797a2462be5183a913522a9d4583  fedora-rawhide.xml.gz
+dc715cf410e583651bfe276a884f6bab  gnome-software-3.11.5.tar.xz
+1e544facb7eeda910d655c4922441a46  fedora-rawhide-icons.tar.gz
+1de5a9f183b6de6b158beaad6c11922c  fedora-rawhide.xml.gz
 482a36218032b9f69921348e011e5369  fedora-20-codecs.xml


More information about the scm-commits mailing list