diff --git a/gnash-0.8.10-boost-1.50.patch b/gnash-0.8.10-boost-1.50.patch index 3d3e2c6..9b25c83 100644 --- a/gnash-0.8.10-boost-1.50.patch +++ b/gnash-0.8.10-boost-1.50.patch @@ -14,7 +14,7 @@ Index: gnash-0.8.10/macros/boost.m4 dnl this is a list of *required* libraries. If any of these are missing, this dnl test will return a failure, and Gnash won't build. - boost_libs="thread program_options iostreams" -+ boost_libs="thread program_options iostreams system-mt" ++ boost_libs="thread program_options iostreams system" dnl this is a list of *recommended* libraries. If any of these are missing, this dnl test will return a warning, and Gnash will build, but testing won't work. diff --git a/gnash.spec b/gnash.spec index cb70b4c..c25ba35 100644 --- a/gnash.spec +++ b/gnash.spec @@ -293,8 +293,10 @@ touch --no-create %{_datadir}/icons/hicolor %{_libdir}/gnash/plugins/mysql.so %changelog -* Sat Jul 27 2013 pmachata@redhat.com - 1:0.8.10-10 +* Sat Jul 27 2013 Petr Machata - 1:0.8.10-10 - Rebuild for boost 1.54.0 +- Boost doesn't use tagged sonames anymore, drop the -mt suffix + from gnash-0.8.10-boost-1.50.patch * Mon Jun 10 2013 Jon Ciesla - 1:0.8.10-9 - agg rebuild.