[edje/f21] 1.7.10

Tom Callaway spot at fedoraproject.org
Fri Oct 24 00:16:37 UTC 2014


commit d1341b1ca00d805ce956b246c547e357454d644b
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Oct 23 20:16:36 2014 -0400

    1.7.10

 edje.spec |   20 ++++++++++++++++----
 sources   |    2 +-
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/edje.spec b/edje.spec
index 98b55cf..32554c6 100644
--- a/edje.spec
+++ b/edje.spec
@@ -1,6 +1,6 @@
 Name:           edje
-Version:        1.7.9
-Release:        3%{?dist}
+Version:        1.7.10
+Release:        1%{?dist}
 License:        GPLv2+ and BSD
 Summary:        Abstract GUI layout and animation object library
 Url:            http://www.enlightenment.org
@@ -63,11 +63,17 @@ find %{buildroot}%{_libdir} -name '*.la' -exec rm -r {} +
 
 %post
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null || :
 
 %postun
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+if [ $1 -eq 0 ] ; then
+  /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+fi
+
+%posttrans
+/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
+
 
 %files
 %doc AUTHORS COPYING README ChangeLog
@@ -87,6 +93,12 @@ find %{buildroot}%{_libdir} -name '*.la' -exec rm -r {} +
 
 
 %changelog
+* Thu Oct 23 2014 Tom Callaway <spot at fedoraproject.org> - 1.7.10-1
+- update to 1.7.10
+
+* Tue Sep 09 2014 Rex Dieter <rdieter at fedoraproject.org> 1.7.9-4
+- update mime scriptlet
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index b8cc392..12a7bfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4486344a8c0cd7518148ee635db45820  edje-1.7.9.tar.bz2
+edcefc433cb238fa4a5cb5a1bb52bc6e  edje-1.7.10.tar.bz2


More information about the scm-commits mailing list