[emacs-common-muse] Fix broken find usage which breaks build Fix bogus dates in spec changelog

Jonathan G. Underwood jgu at fedoraproject.org
Wed Jun 11 16:17:08 UTC 2014


commit 22ba51fba00538f2becf27ffe1f883d72812d5c6
Author: Jonathan Underwood <jonathan.underwood at gmail.com>
Date:   Wed Jun 11 13:28:57 2014 +0100

    Fix broken find usage which breaks build
    Fix bogus dates in spec changelog

 emacs-common-muse.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/emacs-common-muse.spec b/emacs-common-muse.spec
index 802e24f..62d2fa1 100644
--- a/emacs-common-muse.spec
+++ b/emacs-common-muse.spec
@@ -3,7 +3,7 @@
 
 Name: emacs-common-muse
 Version: 3.20
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Emacs Muse is an authoring and publishing environment for Emacs
 Group: Applications/Editors
 License: GPLv2+
@@ -126,7 +126,7 @@ rm -f %{buildroot}/usr/share/info/dir
 
 # Fix files we package as documentation to not be executeable
 for i in examples contrib/pyblosxom scripts ; do 
-  find $i -type f -perm +111 -exec chmod -x {} \;
+  find $i -type f -exec chmod -x {} \;
 done
 
 # Fix file encoding
@@ -186,6 +186,10 @@ fi
 %endif
 
 %changelog
+* Wed Jun 11 2014 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.20-9
+- Fix broken find usage which breaks build
+- Fix bogus dates in spec changelog 
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.20-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -201,13 +205,13 @@ fi
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.20-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.20-3
+* Fri Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.20-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Tue Feb  8 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.20-2
+* Tue Feb  9 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.20-2
 - Spec file macro fixes
 
-* Tue Feb  8 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.20-1
+* Tue Feb  9 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.20-1
 - Update to version 3.20
 - Modify spec file to use (X)Emacs packaging macros
 


More information about the scm-commits mailing list