From b2f86e14df7abeb245f236ea263a2b22a10486e4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 11 May 2015 17:48:45 +0200 Subject: [PATCH] Update to 3.16.2 --- .gitignore | 1 + gnome-software.spec | 10 ++++------ sources | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 20af7cf..b1305f2 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /gnome-software-3.15.92.tar.xz /gnome-software-3.16.0.tar.xz /gnome-software-3.16.1.tar.xz +/gnome-software-3.16.2.tar.xz diff --git a/gnome-software.spec b/gnome-software.spec index 8474c44..d504a9c 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -6,7 +6,7 @@ Summary: A software center for GNOME Name: gnome-software -Version: 3.16.1 +Version: 3.16.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -75,20 +75,16 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || : %postun if [ $1 -eq 0 ]; then touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : - touch --no-create %{_datadir}/icons/HighContrast &> /dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : - gtk-update-icon-cache %{_datadir}/icons/HighContrast &> /dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : -gtk-update-icon-cache %{_datadir}/icons/HighContrast &> /dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f %{name}.lang @@ -101,7 +97,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/appdata/*.appdata.xml %{_mandir}/man1/gnome-software.1.gz %{_datadir}/icons/hicolor/*/apps/* -%{_datadir}/icons/HighContrast/*/apps/*.png %{_datadir}/gnome-software/featured.ini %dir %{_libdir}/gs-plugins-%{gs_plugin_version} %{_libdir}/gs-plugins-%{gs_plugin_version}/*.so @@ -113,6 +108,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gnome-software/modulesets.d/*.xml %changelog +* Mon May 11 2015 Kalev Lember - 3.16.2-1 +- Update to 3.16.2 + * Tue Apr 14 2015 Kalev Lember - 3.16.1-1 - Update to 3.16.1 diff --git a/sources b/sources index 70124aa..3639c38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f71646cd5f49b8b4ddd1b2936740c561 gnome-software-3.16.1.tar.xz +1f3762d123ea088d65e99542cc5bbe12 gnome-software-3.16.2.tar.xz