mtasaka pushed to rubygem-unf_ext (f21). "0.0.7.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 20 05:39:14 UTC 2015


>From a5d73df95afef2e65e520175f6b3863f4f5a17ca Mon Sep 17 00:00:00 2001
From: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date: Mon, 20 Apr 2015 14:38:02 +0900
Subject: 0.0.7.1


diff --git a/.gitignore b/.gitignore
index 559d676..a455fdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /unf_ext-0.0.6.gem
+/unf_ext-0.0.7.1.gem
diff --git a/rubygem-unf_ext.spec b/rubygem-unf_ext.spec
index f5dab59..7f36839 100644
--- a/rubygem-unf_ext.spec
+++ b/rubygem-unf_ext.spec
@@ -5,8 +5,8 @@
 
 Summary:	Unicode Normalization Form support library for CRuby
 Name:		rubygem-%{gem_name}
-Version:	0.0.6
-Release:	8%{?dist}
+Version:	0.0.7.1
+Release:	1%{?dist}
 
 Group:		Development/Languages
 # LICENSE.txt
@@ -28,8 +28,7 @@ Requires:	ruby(rubygems)
 BuildRequires:	rubygems-devel 
 BuildRequires:	ruby-devel
 # %%check
-BuildRequires:	rubygem(minitest)
-BuildRequires:	rubygem(shoulda)
+BuildRequires:	rubygem(test-unit)
 Provides:	rubygem(%{gem_name}) = %{version}-%{release}
 
 %description
@@ -89,6 +88,7 @@ mv \
 # Remove the binary extension sources and build leftovers.
 rm -rf %{buildroot}%{gem_instdir}/ext
 rm -f %{buildroot}%{gem_instdir}/{.document,.gitignore}
+rm -f %{buildroot}%{gem_instdir}/.travis.yml
 
 %check
 pushd .%{gem_instdir}
@@ -97,15 +97,7 @@ sed -i.orig \
 	-e '/bundler/d' \
 	test/helper.rb
 
-%if 0%{?fedora} >= 21
-sed -i.minitest \
-	-e 's|Test::Unit::TestCase|Minitest::Test|' \
-	test/*.rb
-cat > test/unit.rb << EOF
-gem "minitest"
-require "minitest/autorun"
-EOF
-%endif
+sed -i -e '2i gem "test-unit"' test/helper.rb
 
 ruby \
 %if 0%{?fedora} >= 21
@@ -142,6 +134,9 @@ test/test_unf_ext.rb
 %exclude	%{gem_instdir}/test/
 
 %changelog
+* Mon Apr 20 2015 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.0.7.1-1
+- 0.0.7.1
+
 * Fri Jan 16 2015 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.0.6-8
 - F-22: Rebuild for ruby 2.2
 
diff --git a/sources b/sources
index a1b61ae..dc0e172 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-366f33cb273584ffa786bafd4deb46c0  unf_ext-0.0.6.gem
+39bfbb9e124410f57a97d1837f02d42a  unf_ext-0.0.7.1.gem
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rubygem-unf_ext.git/commit/?h=f21&id=a5d73df95afef2e65e520175f6b3863f4f5a17ca


More information about the scm-commits mailing list