rpms/rubygem-haml/F-11 rubygem-haml.spec,1.1,1.2 sources,1.2,1.3

Matthew Kent mkent at fedoraproject.org
Thu May 6 06:35:00 UTC 2010


Author: mkent

Update of /cvs/pkgs/rpms/rubygem-haml/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20929

Modified Files:
	rubygem-haml.spec sources 
Log Message:
* Tue May 4 2010 Matthew Kent <mkent at magoazul.com> - 2.2.24-1
- New upstream version - minor bugfixes and improvements.
- Drop unused sitelib macro.
- No backup files to cleanup now.



Index: rubygem-haml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-haml/F-11/rubygem-haml.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rubygem-haml.spec	27 Mar 2010 22:19:42 -0000	1.1
+++ rubygem-haml.spec	6 May 2010 06:35:00 -0000	1.2
@@ -1,12 +1,11 @@
 # Generated from haml-2.2.14.gem by gem2rpm -*- rpm-spec -*-
-%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname haml
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
 
 Summary: An elegant, structured XHTML/XML templating engine
 Name: rubygem-%{gemname}
-Version: 2.2.20
+Version: 2.2.24
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT and WTFPL
@@ -66,9 +65,6 @@ find %{buildroot}%{geminstdir}/bin -type
 
 rm %{buildroot}%{geminstdir}/.yardopts
 
-# Remove backup files
-find %{buildroot}/%{geminstdir} -type f -name "*~" -delete
-
 # 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
@@ -110,11 +106,17 @@ rm -rf %{buildroot}
 %doc %{geminstdir}/VERSION_NAME
 %doc %{geminstdir}/REVISION
 %doc %{geminstdir}/CONTRIBUTING
+%doc %{geminstdir}/REMEMBER
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 
 %changelog
+* Tue May 4 2010 Matthew Kent <mkent at magoazul.com> - 2.2.24-1
+- New upstream version - minor bugfixes and improvements.
+- Drop unused sitelib macro.
+- No backup files to cleanup now.
+
 * Mon Jan 04 2010 Michal Babej <mbabej at redhat.com> - 2.2.20-1
 - update to new upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-haml/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Mar 2010 22:19:42 -0000	1.2
+++ sources	6 May 2010 06:35:00 -0000	1.3
@@ -1 +1 @@
-4b695cc4b9d587baf19112c78dfc3b27  haml-2.2.20.gem
+0bab926c8b4ee30713fd65ea496cac30  haml-2.2.24.gem



More information about the scm-commits mailing list