update to 1.12.1
This commit is contained in:
parent
4d4f491c08
commit
314c62f1a4
@ -1,7 +1,7 @@
|
||||
%global mainver 1.12.1
|
||||
%global mainver 1.12.2
|
||||
#%%global prever .rc4
|
||||
|
||||
%global mainrel 0.101
|
||||
%global mainrel 0.100
|
||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||
|
||||
%global gem_name nokogiri
|
||||
@ -101,11 +101,6 @@ sed -i \
|
||||
# Actually not needed when using system libraries
|
||||
sed -i -e '\@mini_portile@d' %{gem_name}-%{version}.gemspec
|
||||
|
||||
# We install C extension module into different path
|
||||
sed -i \
|
||||
lib/nokogiri/extension.rb \
|
||||
-e 's@require_relative "@require "nokogiri/@'
|
||||
|
||||
# Don't use mini_portile2, but build libgumbo.a first and
|
||||
# tell extconf.rb the path to the archive
|
||||
sed -i \
|
||||
@ -265,6 +260,9 @@ popd
|
||||
%{gem_dir}/doc/%{gem_name}-%{mainver}%{?prever}/
|
||||
|
||||
%changelog
|
||||
* Sat Aug 7 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.12.2-1
|
||||
- 1.12.2
|
||||
|
||||
* Sat Aug 7 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.12.1-1
|
||||
- 1.12.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user