[rubygem-test-unit-notify] 1.0.1

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Apr 15 06:16:04 UTC 2013


commit 835a17d2cc3288b174f256dccf0a83efc95c7ca9
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Mon Apr 15 15:15:59 2013 +0900

    1.0.1

 .gitignore                    |    1 +
 rubygem-test-unit-notify.spec |   12 ++++++++----
 sources                       |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f7b27a..169321a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /test-unit-notify-0.3.0.gem
+/test-unit-notify-1.0.1.gem
diff --git a/rubygem-test-unit-notify.spec b/rubygem-test-unit-notify.spec
index e521372..d2fa8aa 100644
--- a/rubygem-test-unit-notify.spec
+++ b/rubygem-test-unit-notify.spec
@@ -5,8 +5,8 @@
 
 Summary:	Test::Unit::Notify - A test result notify extension for Test::Unit
 Name:		rubygem-%{gem_name}
-Version:	0.3.0
-Release:	3%{?dist}
+Version:	1.0.1
+Release:	1%{?dist}
 Group:		Development/Languages
 # https://github.com/test-unit/test-unit-notify/issues/2
 License:	LGPLv2+ and (LGPLv2+ or GFDL or CC-BY-SA)
@@ -69,7 +69,7 @@ mkdir -p %{buildroot}%{gem_dir}
 cp -a .%{gem_dir}/* \
 	%{buildroot}%{gem_dir}/
 
-rm -f %{buildroot}%{gem_instdir}/{Manifest.txt,Rakefile}
+rm -f %{buildroot}%{gem_instdir}/{Gemfile,Rakefile,.yardopts}
 
 # No test suite available currently
 
@@ -80,13 +80,17 @@ rm -f %{buildroot}%{gem_instdir}/{Manifest.txt,Rakefile}
 %exclude	%{gem_cache}
 %{gem_spec}
 
-%doc	%{gem_instdir}/[A-Z]*
+%doc	%{gem_instdir}/README.textile
+%doc	%{gem_instdir}/doc/
 
 %files doc
 %doc	%{gem_docdir}/
 %doc	%{gem_instdir}/screenshot/
 
 %changelog
+* Mon Apr 15 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.0.1-1
+- 1.0.1
+
 * Wed Feb 27 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.3.0-3
 - F-19: Rebuild for ruby 2.0.0
 
diff --git a/sources b/sources
index 0f1a601..0165c92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-358bf52f9499eda4c069c2e8da07f34e  test-unit-notify-0.3.0.gem
+4419b098ead1bf92c7b0dccb5661c5f7  test-unit-notify-1.0.1.gem


More information about the scm-commits mailing list