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 prever .rc4
|
||||||
|
|
||||||
%global mainrel 0.101
|
%global mainrel 0.100
|
||||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||||
|
|
||||||
%global gem_name nokogiri
|
%global gem_name nokogiri
|
||||||
@ -101,11 +101,6 @@ sed -i \
|
|||||||
# Actually not needed when using system libraries
|
# Actually not needed when using system libraries
|
||||||
sed -i -e '\@mini_portile@d' %{gem_name}-%{version}.gemspec
|
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
|
# Don't use mini_portile2, but build libgumbo.a first and
|
||||||
# tell extconf.rb the path to the archive
|
# tell extconf.rb the path to the archive
|
||||||
sed -i \
|
sed -i \
|
||||||
@ -265,6 +260,9 @@ popd
|
|||||||
%{gem_dir}/doc/%{gem_name}-%{mainver}%{?prever}/
|
%{gem_dir}/doc/%{gem_name}-%{mainver}%{?prever}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 7 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.12.1-1
|
||||||
- 1.12.1
|
- 1.12.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user