[rubygem-axiom-types] Update to axiom-types 0.1.0 (RHBZ #1055954)

Ken Dreyer ktdreyer at fedoraproject.org
Wed Feb 5 01:40:40 UTC 2014


commit b7f9153718ab3a26ff9134359c7bbc5e5dbc5006
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Tue Feb 4 18:41:00 2014 -0700

    Update to axiom-types 0.1.0 (RHBZ #1055954)

 .gitignore               |    2 +-
 rubygem-axiom-types.spec |   11 ++++++++---
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ae4707..74f9e00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/axiom-types-0.0.5.gem
+/axiom-types-0.1.0.gem
diff --git a/rubygem-axiom-types.spec b/rubygem-axiom-types.spec
index e780fc7..a5850cb 100644
--- a/rubygem-axiom-types.spec
+++ b/rubygem-axiom-types.spec
@@ -1,8 +1,8 @@
 %global gem_name axiom-types
 
 Name: rubygem-%{gem_name}
-Version: 0.0.5
-Release: 2%{?dist}
+Version: 0.1.0
+Release: 1%{?dist}
 Summary: Abstract types for logic programming
 Group: Development/Languages
 License: MIT
@@ -12,11 +12,13 @@ Requires: ruby(release)
 Requires: ruby(rubygems)
 Requires: rubygem(descendants_tracker)
 Requires: rubygem(ice_nine)
+Requires: rubygem(thread_safe)
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(rspec)
 BuildRequires: rubygem(ice_nine)
 BuildRequires: rubygem(descendants_tracker)
+BuildRequires: rubygem(thread_safe)
 BuildArch: noarch
 Provides: rubygem(%{gem_name}) = %{version}
 
@@ -51,7 +53,7 @@ sed -e "\|require 'devtools/spec_helper'|d" -i spec/spec_helper.rb
 find spec -type f | xargs sed -e "/it_should_behave_like/d" -i
 
 # Remove developer-only files.
-for f in .gitignore .travis.yml .rspec .yardopts .ruby-gemset \
+for f in .gitignore .travis.yml .rspec .ruby-gemset .rubocop.yml .yardopts \
 Gemfile Gemfile.devtools Guardfile Rakefile; do
   rm $f
   sed -i "s|\"$f\",||g" %{gem_name}.gemspec
@@ -94,6 +96,9 @@ popd
 %exclude %{gem_instdir}/spec
 
 %changelog
+* Wed Feb 05 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.1.0-1
+- Update to axiom-types 0.1.0 (RHBZ #1055954)
+
 * Wed Nov 20 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.0.5-2
 - Remove developer dot-files during %%prep
 
diff --git a/sources b/sources
index 317fa3b..16742a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c44c0b0a98dd34a9693ece3fb260b879  axiom-types-0.0.5.gem
+c1720cf2ef5b8d999131dcbf76637730  axiom-types-0.1.0.gem


More information about the scm-commits mailing list