Fixed the libboost_thread-mt.so script (which wrongly referred to Boost-1.50)

This commit is contained in:
Denis Arnaud 2013-02-10 18:27:31 +01:00
parent 50c4b88ebf
commit de6a0f31f2
2 changed files with 6 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.53.0
%define version_enc 1_53_0
Release: 1%{?dist}
Release: 2%{?dist}
License: Boost and MIT and Python
%define toplev_dirname %{name}_%{version_enc}
@ -1011,6 +1011,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/bjam.1*
%changelog
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.53.0-2
- Fixed the libboost_thread-mt.so script (which wrongly referred to Boost-1.50)
* Fri Feb 8 2013 Petr Machata <pmachata@redhat.com> - 1.53.0-1
- Upstream 1.53.0 beta1
- Drop boost-1.50.0-signals-erase.patch

View File

@ -8,5 +8,5 @@
transitive one. Hence this linker script, which brings in the
Boost.System DSO. */
INPUT(libboost_thread-mt.so.1.50.0)
INPUT(libboost_system-mt.so.1.50.0)
INPUT(libboost_thread-mt.so.1.53.0)
INPUT(libboost_system-mt.so.1.53.0)