Accepting request 93440 from home:nadvornik:branches:devel:libraries:c_c++

- dropped visit_each patch (bnc#714373)

OBS-URL: https://build.opensuse.org/request/show/93440
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=68
This commit is contained in:
Ismail Dönmez 2011-11-24 13:54:46 +00:00 committed by Git OBS Bridge
parent 2489248c32
commit c01cd0bd33
3 changed files with 5 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- boost/visit_each.hpp
+++ boost/visit_each.hpp
@@ -22,7 +22,7 @@
template<typename Visitor, typename T>
inline void visit_each(Visitor& visitor, const T& t)
{
- visit_each(visitor, t, 0);
+ visit_each(visitor, t, (long)0);
}
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 24 10:50:27 UTC 2011 - nadvornik@suse.com
- dropped visit_each patch (bnc#714373)
-------------------------------------------------------------------
Mon Oct 3 12:17:41 CEST 2011 - dmueller@suse.de

View File

@ -87,7 +87,6 @@ Source4: existing_extra_docs
Source5: NEWS
Patch1: boost-thread.patch
Patch2: boost-no_type_punning.patch
Patch4: boost-visit_each.diff
Patch8: boost-no_segfault_in_Regex_filter.patch
Patch9: boost-fix-spirit-attr-handling.patch
Patch19: boost-sane_versioning.patch
@ -411,7 +410,6 @@ This package contains the Boost:Random runtime library.
find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {} +
%patch1
%patch2
%patch4
%patch8
%patch9
%patch19