From 3bff10eb40bc43bac9f17ef485fe8adf50e06581 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Feb 12 2020 09:46:45 +0000 Subject: F-32: fix include path for ruby 2.7 --- diff --git a/subversion.spec b/subversion.spec index e50cef1..69fbbd7 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 - 1.13.0-3 +- F-32: fix include path for ruby 2.7 (Mamoru TASAKA) + * Mon Jan 6 2020 Joe Orton - 1.13.0-2 - update for KDE 5 (Phil O, #1768693) - conditionally package bdb tools in -tools