[gnome-calendar] Update to 3.15.90

David King amigadave at fedoraproject.org
Tue Feb 17 11:40:38 UTC 2015


commit 018201fa49c71cd327b5bb5efdaaf76d2f86c841
Author: David King <amigadave at amigadave.com>
Date:   Tue Feb 17 11:23:18 2015 +0000

    Update to 3.15.90

 .gitignore          |    1 +
 gnome-calendar.spec |   15 +++++++++++++--
 sources             |    2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08959cd..a13384f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gnome-calendar-3.15.4.1.tar.xz
+/gnome-calendar-3.15.90.tar.xz
diff --git a/gnome-calendar.spec b/gnome-calendar.spec
index ea040f5..14d6d76 100644
--- a/gnome-calendar.spec
+++ b/gnome-calendar.spec
@@ -1,6 +1,6 @@
 Name:           gnome-calendar
-Version:        3.15.4.1
-Release:        2%{?dist}
+Version:        3.15.90
+Release:        1%{?dist}
 Summary:        Simple and beautiful calendar application designed to fit GNOME 3
 
 License:        GPLv3+
@@ -52,12 +52,14 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.gnome.
 %postun
 if [ $1 -eq 0 ] ; then
     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
     /usr/bin/update-desktop-database &> /dev/null || :
 fi
 
 %posttrans
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || 
 
 %files -f %{name}.lang
 %doc COPYING NEWS README ChangeLog
@@ -66,8 +68,17 @@ fi
 %{_datadir}/dbus-1/services/org.gnome.Calendar.service
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/appdata/org.gnome.Calendar.appdata.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
+# co-own these directories
+%dir %{_datadir}/gnome-shell
+%dir %{_datadir}/gnome-shell/search-providers
+%{_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-1
+- Update to 3.15.90
+
 * Sun Jan 25 2015 Igor Gnatenko <ignatenko at src.gnome.org> - 3.15.4.1-2
 - Add check section
 - Add hook for mime entry
diff --git a/sources b/sources
index f7de9f3..da1e262 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b2496b9f5f7f47997fde98ea7fbdbe5  gnome-calendar-3.15.4.1.tar.xz
+cb3002f92a3cac064650e58ec920a6a3  gnome-calendar-3.15.90.tar.xz


More information about the scm-commits mailing list