This commit is contained in:
Petr Machata 2009-11-16 22:51:28 +00:00
parent 78eebed0cd
commit 3ce89fee2e

View File

@ -6,7 +6,7 @@
Name: boost Name: boost
Summary: The Boost C++ Libraries Summary: The Boost C++ Libraries
Version: 1.39.0 Version: 1.39.0
Release: 10%{?dist} Release: 11%{?dist}
License: Boost License: Boost
URL: http://www.boost.org/ URL: http://www.boost.org/
Group: System Environment/Libraries Group: System Environment/Libraries
@ -60,7 +60,8 @@ Patch10: boost-python_call_operator.patch
Patch11: boost-python_enums.patch Patch11: boost-python_enums.patch
Patch12: boost-python_uint.patch Patch12: boost-python_uint.patch
Patch13: boost-python_translate_exception.patch # Not upstream # Not upstream
Patch13: boost-python_translate_exception.patch
%bcond_with tests %bcond_with tests
%bcond_with docs_generated %bcond_with docs_generated
@ -464,6 +465,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Mon Nov 16 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-11
- Move comment in Patch13 out of line
* Mon Nov 16 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-10 * Mon Nov 16 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-10
- translate_exception.hpp misses a include - translate_exception.hpp misses a include
- Related: #537612 - Related: #537612