Browse Source

updated libboost-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2728 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
35362ccbe1
1 changed files with 10 additions and 1 deletions
  1. 10 1
      lib/libb/libboost/libboost-vl.spec

+ 10 - 1
lib/libb/libboost/libboost-vl.spec

@@ -9,9 +9,10 @@ Summary: Portable C++ source libraries
 Summary(ja): ポータブルな C++ ソースライブラリ
 Name: libboost
 Version: %{major}.%{minor}.%{teeny}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Source0: http://downloads.sourceforge.net/%{tarname}/%{tarname}_%{pkgver}.tar.bz2
 Source1: user-config.jam
+Patch0: https://svn.boost.org/trac/boost/attachment/ticket/4688/boost_filesystem.patch
 License: distributable
 Group: System Environment/Libraries
 URL: http://www.boost.org/
@@ -202,6 +203,8 @@ Set of wave libraries in %{name}
 %setup -q -n %{tarname}_%{pkgver}
 cp %SOURCE1 user-config.jam
 
+%patch0 -p1 -b .filesystem
+
 %build
 ## ./configure --prefix=/usr --libdir=%{_libdir} --with-icu
 ## make EXPAT_INCLUDE=/usr/include EXPAT_LIBPATH=/usr/lib
@@ -344,6 +347,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}_wave*.so*
 
 %changelog
+* Sun Feb 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.45.0-2
+- fixed crashing throwing exception
+  "std::runtime_error: locale::facet::_S_create_c_locale name not valid" 
+  on some systems (FreeBSD and some linuxes) when current locale 
+  (LANG,LC_ALL) is not "C"
+
 * Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 1.45.0-1
 - updated to boost_1_45_0
 - added random sub-package