diff --git a/subversion.spec b/subversion.spec index c29eeff..54b3a34 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 - 1.12.2-4 +- F-32: fix include path for ruby 2.7 +- Rebuild for ruby 2.7 + * Mon Jan 6 2020 Joe Orton - 1.12.2-3 - update for KDE 5 (Phil O, #1768693)