Fixed typo so that log4cplus is compiled with C++11 support (#1297906)

This commit is contained in:
Tomas Hozza 2016-01-14 17:45:03 +01:00
parent 54ea913700
commit b0722d7646

View File

@ -2,7 +2,7 @@
Name: log4cplus Name: log4cplus
Version: 1.1.3 Version: 1.1.3
Release: 0.3%{?prever:.%{prever}}%{?dist} Release: 0.4%{?prever:.%{prever}}%{?dist}
Summary: Logging Framework for C++ Summary: Logging Framework for C++
License: ASL 2.0 License: ASL 2.0
@ -29,7 +29,7 @@ using log4cplus logging framework.
%build %build
export CFLAGS=$RPM_OPT_FLAGS export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAFS="$RPM_OPT_FLAGS -std=c++11" export CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/liblog4cplus.{a,la}
%{_libdir}/pkgconfig/log4cplus.pc %{_libdir}/pkgconfig/log4cplus.pc
%changelog %changelog
* Thu Jan 14 2016 Tomas Hozza <thozza@redhat.com> - 1.1.3-0.4.rc3
- Fixed typo so that log4cplus is compiled with C++11 support (#1297906)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-0.3.rc3 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-0.3.rc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild