[rubygem-polyglot] Update to Polyglot 0.3.4.

Vít Ondruch vondruch at fedoraproject.org
Wed May 21 14:01:18 UTC 2014


commit 53515dcc103fd1c64eb7350678439f7861f9157e
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed May 21 16:01:07 2014 +0200

    Update to Polyglot 0.3.4.

 .gitignore            |    1 +
 rubygem-polyglot.spec |   16 ++++++----------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51fddec..23fe6a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 polyglot-0.2.5.gem
 /polyglot-0.3.1.gem
 /polyglot-0.3.3.gem
+/polyglot-0.3.4.gem
diff --git a/rubygem-polyglot.spec b/rubygem-polyglot.spec
index bb85b51..052deb8 100644
--- a/rubygem-polyglot.spec
+++ b/rubygem-polyglot.spec
@@ -3,22 +3,15 @@
 
 Summary:        Allow hooking of language loaders for specified extensions into require
 Name:           rubygem-%{gem_name}
-Version:        0.3.3
-Release:        4%{?dist}
+Version:        0.3.4
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT
-URL:            http://polyglot.rubyforge.org
+URL:            http://github.com/cjheath/polyglot
 Source0:        http://rubygems.org/gems/%{gem_name}-%{version}.gem
-%if 0%{?rhel} <= 5
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%endif
-Requires:       ruby(release)
-Requires:       ruby(rubygems)
 BuildRequires:  ruby(release)
 BuildRequires: rubygems-devel
-BuildRequires:  rubygem(minitest)
 BuildArch:      noarch
-Provides:       rubygem(%{gem_name}) = %{version}
 
 %description
 This Ruby GEM allows custom language loaders for specified file extensions
@@ -65,6 +58,9 @@ cp -pa .%{gem_dir}/* \
 
 
 %changelog
+* Wed May 21 2014 Vít Ondruch <vondruch at redhat.com> - 0.3.4-1
+- Update to Polyglot 0.3.4.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f284c0d..74d137a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01e313080095caf4dc7ab71fd572a377  polyglot-0.3.3.gem
+00f35c922b75f95b953ffc75197cdd19  polyglot-0.3.4.gem


More information about the scm-commits mailing list