From 67cca8ba4c0c5c2bce3f1b2b406d041e6e21a6d4 Mon Sep 17 00:00:00 2001 From: TASAKA Mamoru Date: May 31 2012 04:26:46 +0000 Subject: 0.5.0 --- diff --git a/.gitignore b/.gitignore index 39e4656..fce3d62 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ marc-0.3.3.gem /marc-0.4.2.gem /marc-0.4.3.gem /marc-0.4.4.gem +/marc-0.5.0.gem diff --git a/rubygem-marc.spec b/rubygem-marc.spec index e864509..f5d7356 100644 --- a/rubygem-marc.spec +++ b/rubygem-marc.spec @@ -8,7 +8,7 @@ %global gem_name marc Name: rubygem-%{gem_name} -Version: 0.4.4 +Version: 0.5.0 Release: 1%{?dist} Summary: Ruby library for MARC catalog Group: Development/Languages @@ -19,7 +19,7 @@ Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(abi) = %{rubyabi} BuildRequires: rubygems-devel -BuildRequires: rubygem(rake) +BuildRequires: rubygem(test-unit) Requires: ruby(abi) = %{rubyabi} Requires: ruby(rubygems) Provides: rubygem(%{gem_name}) = %{version}-%{release} @@ -138,8 +138,9 @@ create_symlink_rec %{gem_instdir}/lib %{ruby_sitelib} %check pushd .%{gem_instdir} -# test_xml in tc_record.rb sometimes fails, need investigating -rake test || echo "Investigate this later" +# specify some UTF-8 locale +LANG=en_US.utf8 +ruby -Ilib:. -r marc -r test/unit -e 'Dir.glob("test/tc_*.rb"){|f| require f }' %files %defattr(-,root,root,-) @@ -167,6 +168,9 @@ rake test || echo "Investigate this later" %changelog +* Wed May 30 2012 Mamoru Tasaka - 0.5.0-1 +- 0.5.0 + * Mon Apr 9 2012 Mamoru Tasaka - 0.4.4-1 - 0.4.4 diff --git a/sources b/sources index d294453..dfa512e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a070bccbccbdbda4f2697420138d23a6 marc-0.4.4.gem +3966e74b42200d5a9744325d30f9ead8 marc-0.5.0.gem