[rubygem-uuidtools] Update to UUIDTools 2.1.5.

Vít Ondruch vondruch at fedoraproject.org
Tue Sep 16 12:40:16 UTC 2014


commit f91a3c841c2432d8c1ada02f825adfc166568d01
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Sep 16 14:40:10 2014 +0200

    Update to UUIDTools 2.1.5.

 .gitignore             |    2 +-
 rubygem-uuidtools.spec |   20 +++++++++-----------
 sources                |    2 +-
 3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e52787..9da9ef9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-uuidtools-2.1.3.gem
\ No newline at end of file
+uuidtools-2.1.3.gem/uuidtools-2.1.5.gem
diff --git a/rubygem-uuidtools.spec b/rubygem-uuidtools.spec
index de5aed2..2a96ce7 100644
--- a/rubygem-uuidtools.spec
+++ b/rubygem-uuidtools.spec
@@ -4,22 +4,19 @@
 
 Summary: A simple universally unique ID generation library
 Name: rubygem-%{gem_name}
-Version: 2.1.3
-Release: 5%{?dist}
+Version: 2.1.5
+Release: 1%{?dist}
 Group: Development/Languages
-License: MIT
-URL: http://uuidtools.rubyforge.org/
-Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
-Requires: ruby(rubygems)
-Requires: ruby(release)
+License: ASL 2.0
+URL: https://github.com/sporkmonger/uuidtools
+Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 BuildRequires: rubygems-devel
 BuildRequires: ruby(release)
-# Use rspec-core until rspec are not migrated to RSpec 2.x
+BuildRequires: %{_sbindir}/ip
 BuildRequires: rubygem(rspec-core)
 BuildRequires: rubygem(rspec-mocks)
 BuildRequires: rubygem(rspec-expectations)
 BuildArch: noarch
-Provides: rubygem(%{gem_name}) = %{version}
 
 %description
 UUIDTools was designed to be a simple library for generating any of the various
@@ -51,8 +48,6 @@ rm -rf %{buildroot}
 
 %check
 pushd .%{gem_instdir}
-# Can't run during check as it calls ifconfig
-echo 'UUIDTools::UUID.mac_address = "00:1f:c6:62:3d:15"' >> spec/spec_helper.rb
 rspec spec
 popd
 
@@ -71,6 +66,9 @@ popd
 %{gem_docdir}
 
 %changelog
+* Tue Sep 16 2014 Vít Ondruch <vondruch at redhat.com> - 2.1.5-1
+- Update to UUIDTools 2.1.5.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 8b5acac..786181b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efa4d7c2130538289d797dd4b6c6007b  uuidtools-2.1.3.gem
+13de7689edf1f1628d4a14daa764bf5a  uuidtools-2.1.5.gem


More information about the scm-commits mailing list