- Fix "changes meaning of special_values_parser" in boost date_time
- Resolves: #432433
This commit is contained in:
parent
c693092601
commit
eb542eb2e7
@ -150,3 +150,15 @@ diff -urp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/bo
|
||||
// determine if its necessary to handle (u)int64_t specifically
|
||||
// i.e. that its not a synonym for (unsigned) long
|
||||
// if there is no 64 bit int or if its the same as a long
|
||||
diff -urp boost_1_34_1/boost/date_time/date_facet.hpp boost_1_34_1-pm/boost/date_time/date_facet.hpp
|
||||
--- boost_1_34_1/boost/date_time/date_facet.hpp 2005-09-05 23:10:50.000000000 +0200
|
||||
+++ boost_1_34_1-pm/boost/date_time/date_facet.hpp 2008-02-13 16:07:59.000000000 +0100
|
||||
@@ -429,7 +429,7 @@ namespace boost { namespace date_time {
|
||||
typedef std::basic_string<CharT> string_type;
|
||||
typedef CharT char_type;
|
||||
typedef boost::date_time::period_parser<date_type, CharT> period_parser_type;
|
||||
- typedef special_values_parser<date_type,CharT> special_values_parser_type;
|
||||
+ typedef boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type;
|
||||
typedef std::vector<std::basic_string<CharT> > input_collection_type;
|
||||
typedef format_date_parser<date_type, CharT> format_date_parser_type;
|
||||
// date_generators stuff goes here
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: boost
|
||||
Summary: The Boost C++ Libraries
|
||||
Version: 1.34.1
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: Boost Software License (GPL-Compatible, Free Software License)
|
||||
URL: http://www.boost.org/
|
||||
Group: System Environment/Libraries
|
||||
@ -203,6 +203,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_docdir}/boost-%{version}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 13 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-11
|
||||
- Fix "changes meaning of special_values_parser" in boost date_time
|
||||
- Resolves: #432433
|
||||
|
||||
* Wed Feb 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-10
|
||||
- Fixes for GCC 4.3
|
||||
- Resolves: #431609
|
||||
|
Loading…
Reference in New Issue
Block a user