1.6.8.1
This commit is contained in:
parent
8b397da361
commit
d1e7caeedb
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ nokogiri-1.4.3.1.gem
|
||||
/nokogiri-1.6.7.rc3.gem
|
||||
/nokogiri-1.6.7.2.gem
|
||||
/nokogiri-1.6.8.gem
|
||||
/nokogiri-1.6.8.1.gem
|
||||
|
@ -3,10 +3,10 @@
|
||||
%global ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
|
||||
%endif
|
||||
|
||||
%global mainver 1.6.8
|
||||
%global mainver 1.6.8.1
|
||||
#%%global prever .rc3
|
||||
|
||||
%global mainrel 3
|
||||
%global mainrel 1
|
||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||
|
||||
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
|
||||
@ -131,7 +131,6 @@ sed -i \
|
||||
%{gem_name}.gemspec
|
||||
# Actually not needed when using system libraries
|
||||
sed -i -e '\@mini_portile@d' %{gem_name}.gemspec
|
||||
sed -i -e '\@pkg-config@d' %{gem_name}.gemspec
|
||||
|
||||
# Ummm...
|
||||
env LANG=ja_JP.UTF-8 gem build %{gem_name}.gemspec
|
||||
@ -266,6 +265,9 @@ popd
|
||||
%{gemdir}/doc/%{gemname}-%{mainver}%{?prever}/
|
||||
|
||||
%changelog
|
||||
* Mon Oct 10 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.8.1-1
|
||||
- 1.6.8.1
|
||||
|
||||
* Fri Jul 1 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.8-3
|
||||
- Kill pkg-config runtime redundant dependency (bug 1349893)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user