[seahorse-nautilus] Update to 3.5.92

Kalev Lember kalev at fedoraproject.org
Wed Sep 19 18:20:38 UTC 2012


commit 2f0fd2ee550fc05168b84c818cec4afd46f6fd95
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Sep 19 20:14:13 2012 +0200

    Update to 3.5.92
    
    - Install the gsettings schema files

 .gitignore             |    1 +
 seahorse-nautilus.spec |   19 +++++++++++++++++--
 sources                |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3619671..cd784ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /seahorse-nautilus-3.4.0.tar.xz
+/seahorse-nautilus-3.5.92.tar.xz
diff --git a/seahorse-nautilus.spec b/seahorse-nautilus.spec
index 8a05ace..8ca3597 100644
--- a/seahorse-nautilus.spec
+++ b/seahorse-nautilus.spec
@@ -1,7 +1,7 @@
 Name:           seahorse-nautilus
-Version:        3.4.0
+Version:        3.5.92
 %global         release_version %(echo %{version} | awk -F. '{print $1"."$2}')
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        PGP encryption and signing for nautilus
 License:        GPLv2+
 URL:            https://live.gnome.org/Seahorse
@@ -48,16 +48,31 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
 %find_lang %{name} --with-gnome
 
 
+%postun
+if [ $1 -eq 0 ] ; then
+    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
+
 %files -f %{name}.lang
 %doc AUTHORS COPYING NEWS README THANKS
 %{_bindir}/seahorse-tool
 %{_libdir}/nautilus/extensions-3.0/libnautilus-seahorse.so
 %{_datadir}/applications/*.desktop
+%{_datadir}/GConf/gsettings/org.gnome.seahorse.nautilus.convert
+%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.nautilus.*gschema.xml
 %{_datadir}/seahorse-nautilus/
 %{_mandir}/man1/seahorse-tool.1*
 
 
 %changelog
+* Wed Sep 19 2012 Kalev Lember <kalevlember at gmail.com> - 3.5.92-1
+- Update to 3.5.92
+- Install the gsettings schema files
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 26613a9..37a62c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a5d023d7a8275c9603fa11c703dbfab  seahorse-nautilus-3.4.0.tar.xz
+164659880866c1cdf66de5f8235ffe4a  seahorse-nautilus-3.5.92.tar.xz


More information about the scm-commits mailing list