rpms/rubygem-activesupport/devel .cvsignore, 1.7, 1.8 import.log, 1.1, 1.2 rubygem-activesupport.spec, 1.8, 1.9 sources, 1.7, 1.8

Jeroen van Meeuwen kanarip at fedoraproject.org
Mon Mar 16 10:50:57 UTC 2009


Author: kanarip

Update of /cvs/pkgs/rpms/rubygem-activesupport/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18998/devel

Modified Files:
	.cvsignore import.log rubygem-activesupport.spec sources 
Log Message:
2.3.2-1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activesupport/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	24 Nov 2008 14:45:32 -0000	1.7
+++ .cvsignore	16 Mar 2009 10:50:26 -0000	1.8
@@ -1 +1 @@
-activesupport-2.2.2.gem
+activesupport-2.3.2.gem


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activesupport/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	24 Nov 2008 14:45:32 -0000	1.1
+++ import.log	16 Mar 2009 10:50:26 -0000	1.2
@@ -1 +1,2 @@
 rubygem-activesupport-2_2_2-1_fc10:HEAD:rubygem-activesupport-2.2.2-1.fc10.src.rpm:1227537912
+rubygem-activesupport-2_3_2-1_fc10:HEAD:rubygem-activesupport-2.3.2-1.fc10.src.rpm:1237200610


Index: rubygem-activesupport.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activesupport/devel/rubygem-activesupport.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rubygem-activesupport.spec	25 Feb 2009 21:38:33 -0000	1.8
+++ rubygem-activesupport.spec	16 Mar 2009 10:50:26 -0000	1.9
@@ -7,8 +7,8 @@
 Summary: Support and utility classes used by the Rails framework
 Name: rubygem-%{gemname}
 
-Version: 2.2.2
-Release: 2%{?dist}
+Version: 2.3.2
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -34,14 +34,21 @@
             --force --rdoc %{SOURCE0}
 
 # Remove bad shebangs
-for f in %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/builder.rb \
+for file in %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/builder.rb \
          %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/blankslate.rb \
          %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/builder/* ; do
-    sed -i -e '1s/^\#!.*$//' $f
+    sed -i -e '1s/^\#!.*$//' $file
 done
 
-# Script without shebang
-chmod 644 %{buildroot}%{geminstdir}/lib/active_support/vendor/i18n-0.0.1/i18n.rb
+# Fix anything executable that does not have a shebang
+for file in `find %{buildroot}/%{geminstdir} -type f -perm /a+x`; do
+    [ -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 644 $file
+done
+
+# Find files with a shebang that do not have executable permissions
+for file in `find %{buildroot}/%{geminstdir} -type f ! -perm /a+x -name "*.rb"`; do
+    [ ! -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 755 $file
+done
 
 %clean
 rm -rf %{buildroot}
@@ -58,6 +65,9 @@
 
 
 %changelog
+* Mon Mar 16 2009 Jeroen van Meeuwen <kanarip at fedoraproject.org> - 2.3.2-1
+- New upstream version
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activesupport/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	24 Nov 2008 14:45:32 -0000	1.7
+++ sources	16 Mar 2009 10:50:26 -0000	1.8
@@ -1 +1 @@
-2251cb08f36e40bb48ea3bb805323cc7  activesupport-2.2.2.gem
+d2a80181483530cc68683b1b36310ba2  activesupport-2.3.2.gem




More information about the fedora-extras-commits mailing list