[rubygem-tilt] Update to version 1.3.3

Bohuslav Kabrda bkabrda at fedoraproject.org
Mon Jan 16 08:53:37 UTC 2012


commit 2398e7a8a0bf73a811563dd8552e06e4545a02cd
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Jan 16 09:53:29 2012 +0100

    Update to version 1.3.3

 .gitignore                                      |    1 +
 Fix-compilesite-test-for-multiple-threads.patch |   25 -----------------------
 rubygem-tilt.spec                               |   19 +++++++++--------
 sources                                         |    2 +-
 4 files changed, 12 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac644bc..cf0dba8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /tilt-1.2.2.gem
 /tilt-1.3.2.gem
+/tilt-1.3.3.gem
diff --git a/rubygem-tilt.spec b/rubygem-tilt.spec
index d99afb9..1dc37f1 100644
--- a/rubygem-tilt.spec
+++ b/rubygem-tilt.spec
@@ -7,15 +7,12 @@
 
 Summary: Generic interface to multiple Ruby template engines
 Name: rubygem-%{gemname}
-Version: 1.3.2
-Release: 2%{?dist}
+Version: 1.3.3
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/rtomayko/%{gemname}
 Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
-# Fixes rhbz#715713
-# https://github.com/rtomayko/tilt/issues/93
-Patch0: Fix-compilesite-test-for-multiple-threads.patch
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems)
 Requires: ruby
@@ -57,10 +54,6 @@ gem install --local --install-dir .%{gemdir} \
             --bindir .%{_bindir} \
             --force %{SOURCE0}
 
-pushd .%{geminstdir}
-%patch0 -p1
-popd
-
 %build
 
 %install
@@ -82,6 +75,9 @@ popd
 %files
 %{_bindir}/%{gemname}
 %exclude %{geminstdir}/%{gemname}.gemspec
+%exclude %{geminstdir}/.sass-cache
+%exclude %{geminstdir}/.yardoc
+%exclude %{geminstdir}/Gemfile
 %{geminstdir}/bin
 %{geminstdir}/lib
 %doc %{geminstdir}/COPYING
@@ -97,6 +93,11 @@ popd
 
 
 %changelog
+* Mon Jan 16 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1.3.3-1
+- Updated to tilt 1.3.3.
+- Removed patch that fixed BZ #715713, as it is a part of this version.
+- Excluded unnecessary files.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 00cfb05..4f7744f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-051ac16af939e4fcc67ef28a4393635a  tilt-1.3.2.gem
+499458da7755dddaee177922f1641659  tilt-1.3.3.gem


More information about the scm-commits mailing list