[rubygem-marc] 0.6.0

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Aug 21 08:38:42 UTC 2013


commit 3ab8b8c6946a99bffe9652b56140b5bbbed972cd
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Wed Aug 21 17:38:27 2013 +0900

    0.6.0

 .gitignore        |    1 +
 rubygem-marc.spec |    8 ++++++--
 sources           |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1317219..c666ee3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ marc-0.3.3.gem
 /marc-0.4.4.gem
 /marc-0.5.0.gem
 /marc-0.5.1.gem
+/marc-0.6.0.gem
diff --git a/rubygem-marc.spec b/rubygem-marc.spec
index d375b43..a96fe49 100644
--- a/rubygem-marc.spec
+++ b/rubygem-marc.spec
@@ -10,8 +10,8 @@
 %global		gem_name	marc
 
 Name:		rubygem-%{gem_name}
-Version:	0.5.1
-Release:	2%{?dist}
+Version:	0.6.0
+Release:	1%{?dist}
 Summary:	Ruby library for MARC catalog
 Group:		Development/Languages
 
@@ -31,6 +31,7 @@ BuildRequires:	ruby
 
 BuildRequires:	rubygems-devel
 BuildRequires:	rubygem(test-unit)
+BuildRequires:	rubygem(xml-simple)
 Requires:	ruby(rubygems)
 Provides:	rubygem(%{gem_name}) = %{version}-%{release}
 %if 0%{?fedora} >= 17
@@ -171,6 +172,9 @@ ruby -Ilib:. -r marc -r test/unit -e 'Dir.glob("test/tc_*.rb"){|f| require f }'
 
 
 %changelog
+* Tue Aug 20 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.6.0-1
+- 0.6.0
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2abf57b..40dbc93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70011ace6ce4d6452c1c6eaec7552ced  marc-0.5.1.gem
+98a147f399ed884cb8796d89036a6b52  marc-0.6.0.gem


More information about the scm-commits mailing list