[gnome-calendar] Add missing colon after glib-compile-schemas

David King amigadave at fedoraproject.org
Tue Feb 17 17:06:47 UTC 2015


commit 3504475dac8ed84c5a7bca2f15a08e4814fcf870
Author: David King <amigadave at amigadave.com>
Date:   Tue Feb 17 17:06:26 2015 +0000

    Add missing colon after glib-compile-schemas

 gnome-calendar.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnome-calendar.spec b/gnome-calendar.spec
index 6e7b108..e383757 100644
--- a/gnome-calendar.spec
+++ b/gnome-calendar.spec
@@ -1,6 +1,6 @@
 Name:           gnome-calendar
 Version:        3.15.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple and beautiful calendar application designed to fit GNOME 3
 
 License:        GPLv3+
@@ -59,7 +59,7 @@ fi
 
 %posttrans
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || 
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f %{name}.lang
 %doc NEWS README ChangeLog
@@ -77,6 +77,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null ||
 %{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini
 
 %changelog
+* Tue Feb 17 2015 David King <amigadave at amigadave.com> - 3.15.90-2
+- Add missing colon after glib-compile-schemas
+
 * Tue Feb 17 2015 David King <amigadave at amigadave.com> - 3.15.90-1
 - Update to 3.15.90
 - Use license macro for COPYING


More information about the scm-commits mailing list