F-32: fix include path for ruby 2.7

Rebuild for ruby 2.7
This commit is contained in:
Mamoru TASAKA 2020-01-21 15:11:37 +09:00
parent 44728be640
commit 282e2f908f
1 changed files with 9 additions and 1 deletions

View File

@ -45,7 +45,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.12.2
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 2.0
URL: https://subversion.apache.org/
@ -241,6 +241,10 @@ perl -pi -e 's|/usr/bin/env python.*|%{svn_python}|' subversion/tests/cmdline/sv
export svn_cv_ruby_link="%{__cc} -shared"
export svn_cv_ruby_sitedir_libsuffix=""
export svn_cv_ruby_sitedir_archsuffix=""
%if 0%{?fedora} >= 32
# Fix include path for ruby2.7
export svn_cv_ruby_includes="-I%{_includedir}"
%endif
#export EXTRA_CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \
# -DSVN_SQLITE_MIN_VERSION=\\\"3.7.12\\\""
@ -533,6 +537,10 @@ make check-javahl
%endif
%changelog
* Tue Jan 21 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.12.2-4
- F-32: fix include path for ruby 2.7
- Rebuild for ruby 2.7
* Mon Jan 6 2020 Joe Orton <jorton@redhat.com> - 1.12.2-3
- update for KDE 5 (Phil O, #1768693)