[rubygem-tilt] Update to tilt 1.4.1.

Vít Ondruch vondruch at fedoraproject.org
Thu Jun 19 11:16:04 UTC 2014


commit eb4baa66b847ae1c313b108e35df23c6e6ad57a5
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Jun 19 13:15:56 2014 +0200

    Update to tilt 1.4.1.

 .gitignore        |    1 +
 rubygem-tilt.spec |   26 ++++++++++++--------------
 sources           |    2 +-
 3 files changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b18e8aa..51a9191 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /tilt-1.3.3.gem
 /tilt-1.3.5.gem
 /tilt-1.3.7.gem
+/tilt-1.4.1.gem
diff --git a/rubygem-tilt.spec b/rubygem-tilt.spec
index c24fa40..81eaa4b 100644
--- a/rubygem-tilt.spec
+++ b/rubygem-tilt.spec
@@ -4,41 +4,39 @@
 
 Summary: Generic interface to multiple Ruby template engines
 Name: rubygem-%{gem_name}
-Version: 1.3.7
-Release: 4%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/rtomayko/%{gem_name}
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
 
-Requires: ruby(release)
-Requires: ruby(rubygems)
-Requires: ruby
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby
 %if 0%{bootstrap} < 1
-BuildRequires: rubygem(asciidoctor)
-BuildRequires: rubygem(rdoc)
-BuildRequires: rubygem(minitest)
+BuildRequires: rubygem(creole)
+BuildRequires: rubygem(minitest) < 5
 BuildRequires: rubygem(nokogiri)
 BuildRequires: rubygem(erubis)
 BuildRequires: rubygem(haml)
 BuildRequires: rubygem(builder)
 BuildRequires: rubygem(maruku)
-BuildRequires: rubygem(rdiscount)
 BuildRequires: rubygem(RedCloth)
 BuildRequires: rubygem(redcarpet)
 BuildRequires: rubygem(coffee-script)
 BuildRequires: rubygem(therubyracer)
+BuildRequires: rubygem(wikicloth)
 
+# BuildRequires: rubygem(asciidoctor)
+#BuildRequires: rubygem(kramdown)
 # Markaby test fails. It is probably due to rather old version found in Fedora.
 # https://github.com/rtomayko/tilt/issues/96
 # BuildRequires: rubygem(markaby)
+#BuildRequires: rubygem(rdiscount)
 %endif
 
 BuildArch: noarch
-Provides: rubygem(%{gem_name}) = %{version}
 
 %description
 Generic interface to multiple Ruby template engines
@@ -72,10 +70,7 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
 %check
 %if 0%{bootstrap} < 1
 pushd %{buildroot}%{gem_instdir}
-# Test suite fails due to change in libxml or nokogiri.
-# https://github.com/rtomayko/tilt/issues/185
-LANG=en_US.utf8 testrb -Ilib test/*_test.rb \
-  | grep "229 tests, 413 assertions, 18 failures, 0 errors, 0 skips"
+LANG=en_US.utf8 ruby -Ilib:test -rtest/unit -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
 popd
 %endif
 
@@ -102,6 +97,9 @@ popd
 
 
 %changelog
+* Thu Jun 19 2014 Vít Ondruch <vondruch at redhat.com> - 1.4.1-1
+- Update to tilt 1.4.1.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 317d64a..aab0fdf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31caa1269b9d2cbb208d27c16132cc8b  tilt-1.3.7.gem
+63f659f48d31c50d2565fb8b10554d8f  tilt-1.4.1.gem


More information about the scm-commits mailing list