update to 2.35.3
authorAnas Nashif <anas.nashif@intel.com>
Tue, 18 Dec 2012 20:46:15 +0000 (12:46 -0800)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 26 Nov 2014 11:02:35 +0000 (12:02 +0100)
packaging/glib2.changes
packaging/glib2.spec
packaging/macros.glib2

index fff0257..860ecfa 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Dec 18 2012 Anas Nashif <anas.nashif@intel.com> 2.35.3@28d76f3
+- update to 2.35.3
+
 * Sun Dec 09 2012 Anas Nashif <anas.nashif@intel.com> submit/devel/20121210.025910@9a11327
 - package license file
 - update to 2.35.2
index b27ba94..95fa896 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:           glib2
 %define _name glib
-Version:        2.35.2
+Version:        2.35.3
 Release:        0
 # FIXME: find out if tapsets should really be in devel package or in main package
 Summary:        General-Purpose Utility Library
index 16b1a83..f682995 100644 (file)
@@ -31,12 +31,12 @@ Requires(post): glib2-tools                                     \
 Requires(postun): glib2-tools
 
 %glib2_gsettings_schema_post                                    \
-%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas
+%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 # Note: we ignore upgrades (already handled in %post of the new package).
 %glib2_gsettings_schema_postun                                  \
 if [ $1 -eq 0 ]; then                                           \
-  %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas  \
+  %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : \
 fi
 
 %glib2_gio_module_requires                                      \