mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-11 08:44:17 +00:00
Automatic import for version 1.50.0
This commit is contained in:
parent
056e9cf098
commit
9e80c442f6
3 changed files with 11 additions and 92 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"boost_1_49_0.tar.bz2": 26a52840e9d12f829e3008589abf0a925ce88524
|
||||
"boost_1_50_0.tar.bz2": ee06f89ed472cf369573f8acf9819fbc7173344e
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
diff -up boost_1_47_0/boost/numeric/conversion/converter_policies.hpp\~ boost/numeric/conversion/converter_policies.hpp
|
||||
--- boost_1_47_0/boost/numeric/conversion/converter_policies.hpp~ 2008-10-13 11:00:03.000000000 +0200
|
||||
+++ boost_1_47_0/boost/numeric/conversion/converter_policies.hpp 2011-07-22 11:46:40.961876274 +0200
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "boost/mpl/if.hpp"
|
||||
#include "boost/mpl/integral_c.hpp"
|
||||
+#include "boost/throw_exception.hpp"
|
||||
|
||||
namespace boost { namespace numeric
|
||||
{
|
||||
@@ -159,9 +160,9 @@ struct def_overflow_handler
|
||||
void operator() ( range_check_result r ) // throw(negative_overflow,positive_overflow)
|
||||
{
|
||||
if ( r == cNegOverflow )
|
||||
- throw negative_overflow() ;
|
||||
+ boost::throw_exception( negative_overflow() ) ;
|
||||
else if ( r == cPosOverflow )
|
||||
- throw positive_overflow() ;
|
||||
+ boost::throw_exception( positive_overflow() ) ;
|
||||
}
|
||||
} ;
|
||||
|
||||
|
||||
Diff finished. Fri Jul 22 11:46:49 2011
|
76
boost.spec
76
boost.spec
|
@ -10,7 +10,7 @@
|
|||
|
||||
Summary: Portable C++ libraries
|
||||
Name: boost
|
||||
Version: 1.49.0
|
||||
Version: 1.50.0
|
||||
Release: 1
|
||||
License: Boost
|
||||
Group: Development/C++
|
||||
|
@ -25,12 +25,10 @@ BuildRequires: boost-jam
|
|||
Patch0: boost-use-cxxflags.patch
|
||||
# (fwang) this patch comes from fedora
|
||||
Patch1: boost-1.48.0-cmakeify-full.patch
|
||||
# (leonardoc) this patch comes from fedora
|
||||
Patch2: boost-1.47.0-exceptions.patch
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: icu-devel
|
||||
BuildRequires: icu-devel >= 49.0
|
||||
#BuildRequires: openmpi-devel
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: doxygen xsltproc
|
||||
|
@ -219,6 +217,14 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 02 2012 Crispin Boylan <crisb@mandriva.org> 1.50.0-1
|
||||
+ Revision: 807763
|
||||
- New release
|
||||
|
||||
* Sat Apr 07 2012 Bernhard Rosenkraenzer <bero@bero.eu> 1.49.0-2
|
||||
+ Revision: 789742
|
||||
- Rebuild for icu 49.x
|
||||
|
||||
* Sat Mar 31 2012 Bernhard Rosenkraenzer <bero@bero.eu> 1.49.0-1
|
||||
+ Revision: 788431
|
||||
- Update to 1.49.0
|
||||
|
@ -451,65 +457,3 @@ rm -rf %{buildroot}
|
|||
+ Revision: 49245
|
||||
- add patch6 (atomicity.h has moved in recent GCC)
|
||||
|
||||
|
||||
* Sat Jan 13 2007 Anssi Hannula <anssi@mandriva.org> 1.33.1-5mdv2007.0
|
||||
+ Revision: 108182
|
||||
- fix build with python2.5 (patch5, from cvs)
|
||||
|
||||
* Fri Oct 13 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1.33.1-4mdv2007.1
|
||||
+ Revision: 63856
|
||||
- Add patch
|
||||
- Add missing include
|
||||
- import boost-1.33.1-3mdv2007.0
|
||||
|
||||
* Fri Jul 28 2006 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.33.1-3
|
||||
- add BuildRequires: libz-devel
|
||||
|
||||
* Sun Apr 30 2006 David Walluck <walluck@mandriva.org> 1.33.1-2mdk
|
||||
- adding missing BuildRequires: libbzip2-devel
|
||||
- adding missing BuildRequires: libpython-devel
|
||||
- add lib64boost Provides as per rpmlint
|
||||
|
||||
* Fri Apr 21 2006 Per Øyvind Karlsen <pkarlsen@mandriva.com> 1.33.1-1mdk
|
||||
- 1.33.1
|
||||
- drop P1 & P3 (fixed upstream)
|
||||
|
||||
* Tue Jan 03 2006 Stefan van der Eijk <stefan@eijk.nu> 1.32.0-5mdk
|
||||
- rebuild
|
||||
|
||||
* Thu Jul 07 2005 Per Øyvind Karlsen <pkarlsen@mandriva.com> 1.32.0-4mdk
|
||||
- make gcc4 a known compiler (P3, fixes #16719)
|
||||
|
||||
* Wed May 04 2005 Per Øyvind Karlsen <pkarlsen@mandriva.com> 1.32.0-3mdk
|
||||
- lib64 fixes
|
||||
- %%{1}mdv2007.1
|
||||
|
||||
* Wed Mar 23 2005 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.32.0-2mdk
|
||||
- multiarch
|
||||
- fix summary-ended-with-dot
|
||||
|
||||
* Wed Dec 08 2004 Michael Scherer <misc@mandrake.org> 1.32.0-1mdk
|
||||
- 1.32.0
|
||||
|
||||
* Tue Jul 06 2004 Michael Scherer <misc@mandrake.org> 1.31.0-5mdk
|
||||
- rebuild for new gcc, reenable python support
|
||||
|
||||
* Tue Jun 08 2004 Michael Scherer <misc@mandrake.org> 1.31.0-4mdk
|
||||
- rebuild for new gcc
|
||||
- remove python support, doesn't build at the moment
|
||||
|
||||
* Sun May 30 2004 Abel Cheung <deaddog@deaddog.org> 1.31.0-3mdk
|
||||
- P1-2: Use fedora patches (thanks for Nick Brown's help
|
||||
nicbrown <AT> cisco.com), to avoid appending compiler/variant
|
||||
name into library, other softwares don't want that (#9648)
|
||||
- Only build threaded libraries, remove debug package
|
||||
|
||||
* Fri Apr 30 2004 Abel Cheung <deaddog@deaddog.org> 1.31.0-2mdk
|
||||
- Reenable patch1 (peroyvind, would you please NOT randomly disable
|
||||
patches AND without indicating it in changelog?)
|
||||
- Redo part of spec to fix f*cked up installation (#9648)
|
||||
- If one wants debug build, toggle it in ~/.rpmmacros instead of doing it here
|
||||
|
||||
* Wed Feb 04 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.31.0-1mdk
|
||||
- 1.31.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue