diff --git a/boost-visit_each.diff b/boost-visit_each.diff deleted file mode 100644 index 85c9d85..0000000 --- a/boost-visit_each.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/visit_each.hpp -+++ boost/visit_each.hpp -@@ -22,7 +22,7 @@ - template - inline void visit_each(Visitor& visitor, const T& t) - { -- visit_each(visitor, t, 0); -+ visit_each(visitor, t, (long)0); - } - } - diff --git a/boost.changes b/boost.changes index 25d0ca0..b7161c4 100644 --- a/boost.changes +++ b/boost.changes @@ -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 diff --git a/boost.spec b/boost.spec index 0d7c658..497a1e1 100644 --- a/boost.spec +++ b/boost.spec @@ -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