[rubygem-hashery] Upstream release 2.0.0

Marek Goldmann goldmann at fedoraproject.org
Tue Jun 26 10:18:28 UTC 2012


commit 55d8bf551083e412043c6d2a470eb0b7d8be83ae
Author: Marek Goldmann <goldmann at fedoraproject.org>
Date:   Tue Jun 26 12:14:35 2012 +0200

    Upstream release 2.0.0

 .gitignore           |    1 +
 rubygem-hashery.spec |   25 ++++++++++++++++---------
 sources              |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e77d59..190b09a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /hashery-1.3.0.gem
 /hashery-1.4.0.gem
+/hashery-2.0.0.gem
diff --git a/rubygem-hashery.spec b/rubygem-hashery.spec
index 3c698eb..fcef43b 100644
--- a/rubygem-hashery.spec
+++ b/rubygem-hashery.spec
@@ -3,10 +3,11 @@
 
 Summary: Facets bread collection of Hash-like classes
 Name: rubygem-%{gem_name}
-Version: 1.4.0
-Release: 5%{?dist}
+Version: 2.0.0
+Release: 1%{?dist}
 Group: Development/Languages
-License: ASL 2.0 and GPL+ and (GPLv2 or Ruby)
+# https://github.com/rubyworks/hashery/issues/11
+License: MIT
 URL: http://rubyworks.github.com/hashery
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
 
@@ -35,30 +36,36 @@ Documentation for %{name}
 %build
 
 %install
-rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gem_dir}
 gem install --local --install-dir %{buildroot}%{gem_dir} \
             --force --rdoc %{SOURCE0}
 
 %files
-%defattr(-, root, root, -)
 %dir %{gem_instdir}
 %{gem_libdir}
 %doc %{gem_instdir}/HISTORY.rdoc
-%doc %{gem_instdir}/LICENSE
-%doc %{gem_instdir}/NOTICE
+%doc %{gem_instdir}/LICENSE.txt
+%doc %{gem_instdir}/NOTICE.txt
 %doc %{gem_instdir}/README.rdoc
 %{gem_cache}
 %{gem_spec}
 
 %files doc
-%defattr(-, root, root, -)
 %{gem_instdir}/test
-%{gem_instdir}/qed
 %{gem_instdir}/.ruby
+%{gem_instdir}/.yardopts
+%{gem_instdir}/Config.rb
 %{gem_docdir}
+%doc %{gem_instdir}/DEMO.rdoc
+%doc %{gem_instdir}/LICENSE.txt
+%doc %{gem_instdir}/NOTICE.txt
 
 %changelog
+* Tue Jun 26 2012 Marek Goldmann <mgoldman at redhat.com> - 2.0.0-1
+- Upstream release 2.0.0
+- License clarification, RHBZ#787167
+- Spec cleanup
+
 * Thu Feb 02 2012 Vít Ondruch <vondruch at redhat.com> - 1.4.0-5
 - Rebuilt for Ruby 1.9.3.
 
diff --git a/sources b/sources
index 1025e81..825de9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f7b95f906d2491e253ad8a9a1db28ee  hashery-1.4.0.gem
+667e9e10b472591e52001c22311637f4  hashery-2.0.0.gem


More information about the scm-commits mailing list