Update to 1.0.4

epel9
Ewoud Kohl van Wijngaarden 4 years ago
parent 5eed60dcd8
commit 3248c302ab
No known key found for this signature in database
GPG Key ID: C6EC8F04A934BAB1

4
.gitignore vendored

@ -1 +1,3 @@
/semantic_puppet-1.0.3.gem
/results_rubygem-semantic_puppet/
/semantic_puppet-*.gem
*.rpm

@ -3,15 +3,12 @@
%global with_test 1
Name: rubygem-%{gem_name}
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: Useful tools for working with Semantic Versions
License: ASL 2.0
URL: https://github.com/puppetlabs/semantic_puppet
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# https://tickets.puppetlabs.com/browse/PUP-11069
# https://github.com/puppetlabs/semantic_puppet/pull/38
Patch0001: remove-sorted_set-usage.patch
BuildRequires: rubygems-devel
%if 0%{?with_test}
@ -37,7 +34,6 @@ Documentation for %{name}.
gem unpack %{SOURCE0}
%setup -q -D -T -n %{gem_name}-%{version}
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%patch1 -p1
%build
gem build %{gem_name}.gemspec
@ -74,5 +70,8 @@ popd
%{gem_instdir}/spec
%changelog
* Tue Jun 08 2021 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1.0.4-1
- Update to 1.0.4
* Tue Jun 01 2021 Joel Capitao <jcapitao@redhat.com> - 1.0.3-1
- First build for rawhide

@ -1 +1 @@
SHA512 (semantic_puppet-1.0.3.gem) = bdca6793a064d37d15010551c579f61837b1095025d84469ed8893d4bbed4372cde005ed452460a8d771c8e4bf842283628f2c613295bab0af3834cdc163f7ba
SHA512 (semantic_puppet-1.0.4.gem) = 8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a

Loading…
Cancel
Save