[rubygem-loofah] Update to loofah 2.0.1 (RHBZ #1132898)

Ken Dreyer ktdreyer at fedoraproject.org
Thu Sep 11 16:28:53 UTC 2014


commit d0533b72510d0e8ff1fa9891208ed9dcccb9b776
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Thu Sep 11 10:12:45 2014 -0600

    Update to loofah 2.0.1 (RHBZ #1132898)
    
    - Drop upstreamed RR patch

 .gitignore                          |    1 +
 rubygem-loofah-2.0.0-tests-rr.patch |   37 -----------------------------------
 rubygem-loofah.spec                 |   14 +++++-------
 sources                             |    2 +-
 4 files changed, 8 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f6c351..ab8a497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /loofah-1.2.1.gem
 /loofah-2.0.0.gem
+/loofah-2.0.1.gem
diff --git a/rubygem-loofah.spec b/rubygem-loofah.spec
index 5a0f5ff..7aa0750 100644
--- a/rubygem-loofah.spec
+++ b/rubygem-loofah.spec
@@ -1,8 +1,8 @@
 %global gem_name loofah
 
 Name: rubygem-%{gem_name}
-Version: 2.0.0
-Release: 2%{?dist}
+Version: 2.0.1
+Release: 1%{?dist}
 Summary: Manipulate and transform HTML/XML documents and fragments
 Group: Development/Languages
 License: MIT
@@ -11,9 +11,6 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # Tests fail with newer libxml.
 # https://github.com/flavorjones/loofah/issues/60
 Patch0: rubygem-loofah-1.2.1-skip-test.patch
-# Tests fail when run outside Rake/Hoe.
-# https://github.com/flavorjones/loofah/pull/74
-Patch1: rubygem-loofah-2.0.0-tests-rr.patch
 %if 0%{?fc19} || 0%{?fc20} || 0%{?el7}
 Requires: ruby(release)
 Requires: ruby(rubygems)
@@ -62,9 +59,6 @@ done
 # Tests fail with newer libxml.
 # https://github.com/flavorjones/loofah/issues/60
 %patch0 -p 1
-# Tests fail when run outside Rake/Hoe.
-# https://github.com/flavorjones/loofah/pull/74
-%patch1 -p 1
 
 %build
 # Create the gem as gem install only works on a gem file
@@ -100,6 +94,10 @@ popd
 %exclude %{gem_instdir}/test
 
 %changelog
+* Thu Sep 11 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 2.0.1-1
+- Update to loofah 2.0.1 (RHBZ #1132898)
+- Drop upstreamed RR patch
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b293088..114f0f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f46e7d75b2d6038a69a14c1dca97dfc  loofah-2.0.0.gem
+73b240863742ebe1d7f785e192e9b231  loofah-2.0.1.gem


More information about the scm-commits mailing list