diff --git a/.gitignore b/.gitignore index 7282f14..bbf9fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rubygem-nokogiri.spec b/rubygem-nokogiri.spec index eb69123..77e3b5f 100644 --- a/rubygem-nokogiri.spec +++ b/rubygem-nokogiri.spec @@ -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 - 1.6.8.1-1 +- 1.6.8.1 + * Fri Jul 1 2016 Mamoru TASAKA - 1.6.8-3 - Kill pkg-config runtime redundant dependency (bug 1349893) diff --git a/sources b/sources index a65732a..c8f5467 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51402a536f389bfcef0ff1600b8acff5 nokogiri-1.6.8.gem +3f14846b6dd22055302acbf3d4d77c49 nokogiri-1.6.8.1.gem