From 7fc00ea280800879b1cce76260305b471b07ea1f Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Aug 27 2015 11:38:17 +0000 Subject: Modity 0001-Don-t-throw-away-Fedora-s-CXXFLAGS.patch to remove -Werror from configure.ac (Fix F23FTBFS, RHBZ#1240012). - Run doxygen -u. --- diff --git a/0001-Don-t-throw-away-Fedora-s-CXXFLAGS.patch b/0001-Don-t-throw-away-Fedora-s-CXXFLAGS.patch index 55b9a57..4484d8b 100644 --- a/0001-Don-t-throw-away-Fedora-s-CXXFLAGS.patch +++ b/0001-Don-t-throw-away-Fedora-s-CXXFLAGS.patch @@ -19,7 +19,7 @@ index 679289f..6584172 100644 -CXXFLAGS="-Werror -Wall --param inline-unit-growth=200" -+CXXFLAGS="$CXXFLAGS -Werror -Wall" ++CXXFLAGS="$CXXFLAGS -Wall" CXXFLAGS="$CXXFLAGS -D__LINUX__ -DVERSION=$VERSION" diff --git a/sockperf.spec b/sockperf.spec index cf38ec4..b58160f 100644 --- a/sockperf.spec +++ b/sockperf.spec @@ -2,7 +2,7 @@ Name: sockperf %global mainversion 2.5 %global svnversion 244 Version: %{mainversion}.%{svnversion} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Network benchmarking utility for testing latency and throughput License: BSD @@ -56,6 +56,9 @@ following: %{!?__scm_apply_git_am: %global __scm_apply_git_am(qp:m:) %%{__git} am %%{-q} %%{-p:-p%%{-p*}}} %autosetup -S git_am +# Update Doxyfile +doxygen -u doc/Doxyfile + %build # configure.ac invokes 'svnversion' to detect the exact version number. # It wouldn't work with the tarball. Let's replace it with the SVN version @@ -79,6 +82,11 @@ make %{?_smp_mflags} %changelog +* Thu Aug 27 2015 Ralf Corsepius - 2.5.244-4 +- Modity 0001-Don-t-throw-away-Fedora-s-CXXFLAGS.patch to remove -Werror + from configure.ac (Fix F23FTBFS, RHBZ#1240012). +- Run doxygen -u. + * Fri Jun 19 2015 Fedora Release Engineering - 2.5.244-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild