#1 Update to uuidtools 2.2.0.
Merged 2 years ago by pvalena. Opened 2 years ago by pvalena.
rpms/ pvalena/rubygem-uuidtools rebase  into  rawhide

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- uuidtools-2.1.3.gem/uuidtools-2.1.5.gem

+ /uuidtools-*.gem

file modified
+14 -12
@@ -1,11 +1,10 @@ 

  # Generated from uuidtools-2.1.1.gem by gem2rpm -*- rpm-spec -*-

  %global gem_name uuidtools

  

- 

  Summary: A simple universally unique ID generation library

  Name: rubygem-%{gem_name}

- Version: 2.1.5

- Release: 14%{?dist}

+ Version: 2.2.0

+ Release: 1%{?dist}

  License: ASL 2.0

  URL: https://github.com/sporkmonger/uuidtools

  Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
@@ -16,9 +15,6 @@ 

  BuildRequires: rubygem(rspec-mocks)

  BuildRequires: rubygem(rspec-expectations)

  BuildArch: noarch

- %if 0%{?rhel} == 7

- Provides: rubygem(%{gem_name}) = %{version}

- %endif

  

  %description

  UUIDTools was designed to be a simple library for generating any of the various
@@ -26,21 +22,19 @@ 

  

  %package doc

  Summary: Documentation for %{name}

- 

  Requires: %{name} = %{version}-%{release}

  

  %description doc

  This package contains documentation for %{name}.

  

  %prep

- %setup -q -c -T

- 

- %gem_install -n %{SOURCE0}

+ %setup -q -n %{gem_name}-%{version}

  

  %build

+ gem build ../%{gem_name}-%{version}.gemspec

+ %gem_install

  

  %install

- rm -rf %{buildroot}

  mkdir -p %{buildroot}%{gem_dir}

  cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/

  
@@ -50,7 +44,7 @@ 

  popd

  

  %files

- %doc %{gem_instdir}/[A-Z]*

+ %license %{gem_instdir}/LICENSE.txt

  %dir %{gem_instdir}

  %{gem_libdir}

  %exclude %{gem_cache}
@@ -61,9 +55,17 @@ 

  %{gem_instdir}/tasks

  %{gem_instdir}/website

  %{gem_instdir}/spec

+ %{gem_instdir}/%{gem_name}.gemspec

+ %doc %{gem_instdir}/CHANGELOG

+ %doc %{gem_instdir}/README.md

+ 

  %{gem_docdir}

  

  %changelog

+ * Fri Sep 17 2021 Pavel Valena <pvalena@redhat.com> - 2.2.0-1

+ - Update to uuidtools 2.2.0.

+   Resolves: rhbz#1855146

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-14

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- 13de7689edf1f1628d4a14daa764bf5a  uuidtools-2.1.5.gem

+ SHA512 (uuidtools-2.2.0.gem) = 17f15e8816fd17d31e1296522d9c68b8da71211556c3284770197b06a6fe01f9038c1e6c6e5e8272b4290cfb23b48914a27717c4705fba17e5d9848257664360


To have latest uuidtools gem in Fedora.

Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=75840558

Copr build:
https://copr.fedorainfracloud.org/coprs/build/2825061

Checks:

  • Koji build: ok
  • Tests: ok
  • Syntax check: ok
  • Reverse dependencies: ok
  • Smoke test: ok
  • rpmlint: ok

Update log: https://git.io/JzUKX
Test log: https://git.io/JzUK1
gem2rpm diff: https://git.io/JzUKM

@vondruch thanks! Could you please add @ruby-packagers-sig to commiters of this package?

Could you please add @ruby-packagers-sig to commiters of this package?

Done

Pull-Request has been merged by pvalena

2 years ago