F-32: fix include path for ruby 2.7

This commit is contained in:
Mamoru TASAKA 2020-01-21 15:11:37 +09:00 committed by Joe Orton
parent 4dacd0cc9a
commit 3bff10eb40

View File

@ -45,7 +45,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.13.0
Release: 2%{?dist}
Release: 3%{?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\\\""
@ -536,6 +540,9 @@ make check-javahl
%endif
%changelog
* Mon Jan 6 2020 Joe Orton <jorton@redhat.com> - 1.13.0-3
- F-32: fix include path for ruby 2.7 (Mamoru TASAKA)
* Mon Jan 6 2020 Joe Orton <jorton@redhat.com> - 1.13.0-2
- update for KDE 5 (Phil O, #1768693)
- conditionally package bdb tools in -tools