[rubygem-tilt] Updated to Tilt 1.3.5.

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu Mar 7 12:22:03 UTC 2013


commit ebf7bde561766b19c5ef0ac7ec2876c0e98506f9
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Thu Mar 7 13:21:59 2013 +0100

    Updated to Tilt 1.3.5.
    
    - Remove patches merged upstream.

 .gitignore        |    1 +
 rubygem-tilt.spec |   32 +++++++++-----------------------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf0dba8..41dc262 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /tilt-1.2.2.gem
 /tilt-1.3.2.gem
 /tilt-1.3.3.gem
+/tilt-1.3.5.gem
diff --git a/rubygem-tilt.spec b/rubygem-tilt.spec
index a437d26..1d19f36 100644
--- a/rubygem-tilt.spec
+++ b/rubygem-tilt.spec
@@ -4,25 +4,12 @@
 
 Summary: Generic interface to multiple Ruby template engines
 Name: rubygem-%{gem_name}
-Version: 1.3.3
-Release: 7%{?dist}
+Version: 1.3.5
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/rtomayko/%{gem_name}
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-# Fixes RDoc >= 3.10 compatibility.
-# https://github.com/rtomayko/tilt/commit/ecdf14893b40cc1bc21aaedca9578d36d264f89e
-Patch0: tilt-1.3.3-rdoc-3.10-autoloads-everything-so-you-_have_-to-requ.patch
-# https://github.com/rtomayko/tilt/commit/ff097e8722056dfef6ac4523d406bdbca6eae87d
-Patch1: tilt-1.3.3-adjusted-specs-to-RDoc-3.10-which-outputs-header-ids.patch
-
-# Fix for redcarpet test failures.
-# https://github.com/rtomayko/tilt/commit/87f0358d7e9968c55a28356e2a221d938fc51775
-Patch2: tilt-1.3.3-Redcarpet2-as-default.patch
-
-# coffee-script test fixes.
-# https://github.com/rtomayko/tilt/commit/173ade03fb72ade7f3aed948e104e26de043f6cf
-Patch3: tilt-1.3.3-ensure-coffee-script-test-examples-force-a-closure.patch
 
 Requires: ruby(release)
 Requires: ruby(rubygems)
@@ -69,13 +56,6 @@ Documentation for %{name}
 %setup -q -c -T
 %gem_install -n %{SOURCE0}
 
-pushd .%{gem_instdir}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-popd
-
 %build
 
 %install
@@ -113,12 +93,18 @@ popd
 %{gem_spec}
 
 %files doc
-%{gem_instdir}/Rakefile
 %doc %{gem_docdir}
+%doc %{gem_instdir}/CHANGELOG.md
+%doc %{gem_instdir}/HACKING
+%{gem_instdir}/Rakefile
 %{gem_instdir}/test
 
 
 %changelog
+* Thu Mar 07 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 1.3.5-1
+- Updated to Tilt 1.3.5.
+- Remove patches merged upstream.
+
 * Thu Feb 28 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 1.3.3-7
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index 4f7744f..f9174da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-499458da7755dddaee177922f1641659  tilt-1.3.3.gem
+5b72b19fda8a1ec385c89a21eaf5a082  tilt-1.3.5.gem


More information about the scm-commits mailing list