1.1.2
This commit is contained in:
parent
e864933d48
commit
d0eb32cbb9
1 changed files with 9 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
%global gem_name parseconfig
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 1.1.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Config File Parser for Standard Unix/Linux Type Config Files
|
||||
License: MIT
|
||||
|
|
@ -33,6 +33,10 @@ Documentation for %{name}.
|
|||
%setup -q -n %{gem_name}-%{version} -a 1
|
||||
mv ../%{gem_name}-%{version}.gemspec .
|
||||
|
||||
# 1.1.2 only
|
||||
# https://github.com/datafolklabs/ruby-parseconfig/issues/39
|
||||
sed -i lib/version.rb -e "\@VERSION@s|'.*'|'%{version}'|"
|
||||
|
||||
%build
|
||||
gem build %{gem_name}-%{version}.gemspec
|
||||
%gem_install
|
||||
|
|
@ -67,6 +71,9 @@ cd ..
|
|||
%doc %{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Fri Oct 1 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.2-1
|
||||
- 1.1.2
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue