Author: qboosh Date: Sat Jan 5 21:09:28 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - -call_traits-devel merged into -devel (as they R each other); O+temporary P added
---- Files affected: SPECS: boost.spec (1.97 -> 1.98) ---- Diffs: ================================================================ Index: SPECS/boost.spec diff -u SPECS/boost.spec:1.97 SPECS/boost.spec:1.98 --- SPECS/boost.spec:1.97 Wed Jan 2 01:00:46 2008 +++ SPECS/boost.spec Sat Jan 5 22:09:22 2008 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Biblioteki C++ "Boost" Name: boost Version: 1.34.1 -Release: 1 +Release: 2 License: Boost Software License and others Group: Libraries Source0: http://dl.sourceforge.net/boost/%{name}_%{_fver}.tar.bz2 @@ -51,10 +51,10 @@ Summary(pl.UTF-8): Pliki nagłówkowe bibliotek C++ Boost Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: %{name}-call_traits-devel = %{version}-%{release} Requires: %{name}-ref-devel = %{version}-%{release} Requires: libstdc++-devel # temporary Provides (until CVS HEAD stops using it)? +Provides: boost-call_traits-devel = %{version}-%{release} Provides: boost-concept_check-devel = %{version}-%{release} Provides: boost-conversion-devel = %{version}-%{release} Provides: boost-mpl-devel = %{version}-%{release} @@ -62,6 +62,7 @@ Provides: boost-static_assert-devel = %{version}-%{release} Provides: boost-type_traits-devel = %{version}-%{release} Provides: boost-utility-devel = %{version}-%{release} +Obsoletes: boost-call_traits-devel Obsoletes: boost-compose-devel Obsoletes: boost-concept_check-devel Obsoletes: boost-conversion-devel @@ -238,26 +239,6 @@ std::bind2nd. Ten pakiet zawiera także boost::mem_fn, który jest uogólnieniem standardowych funkcji std::mem_fun i std::mem_fun_ref. -%package call_traits-devel -Summary: Defines types for passing parameters -Summary(pl.UTF-8): Definiowanie typów dla przekazywania parametrów -Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} - -%description call_traits-devel -boost::call_traits<T> encapsulates the "best" method to pass a -parameter of some type T to or from a function. The purpose of -call_traits is to ensure that problems like "references to references" -never occur, and that parameters are passed in the most efficient -manner possible. - -%description call_traits-devel -l pl.UTF-8 -boost::call_traits<T> zawiera "najlepszą" metodę przekazywania -parametrów jakiegoś typu T do lub z funkcji. Celem call_traits jest -zapewnienie że problemy takie jak "referencja referencji" nigdy nie -wystąpią i że parametry są przekazywane w możliwie najbardziej -efektywny sposób. - %package compatibility-devel Summary: Help for non-conforming standard libraries Summary(pl.UTF-8): Pomoc dla nie trzymających standardu bibliotek @@ -296,7 +277,6 @@ Summary: Empty member optimization Summary(pl.UTF-8): Optymalizacja pustego elementu Group: Development/Libraries -Requires: %{name}-call_traits-devel = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release} %description compressed_pair-devel @@ -599,7 +579,6 @@ Summary: Header files for boost::test Summary(pl.UTF-8): Pliki nagłówkowe dla boost::test Group: Development/Libraries -Requires: %{name}-call_traits-devel = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-test = %{version}-%{release} #TODO: @@ -941,6 +920,7 @@ %{_includedir}/boost/assign %{_includedir}/boost/assign.hpp %{_includedir}/boost/blank_fwd.hpp +%{_includedir}/boost/call_traits.hpp %{_includedir}/boost/cast.hpp %{_includedir}/boost/checked_delete.hpp %{_includedir}/boost/concept_archetype.hpp @@ -955,6 +935,7 @@ %{_includedir}/boost/detail/atomic_count*.hpp %{_includedir}/boost/detail/bad_weak_ptr.hpp %{_includedir}/boost/detail/binary_search.hpp +%{_includedir}/boost/detail/call_traits.hpp %{_includedir}/boost/detail/catch_exceptions.hpp %{_includedir}/boost/detail/dynamic_bitset.hpp %{_includedir}/boost/detail/endian.hpp @@ -970,6 +951,7 @@ %{_includedir}/boost/detail/named_template_params.hpp %{_includedir}/boost/detail/no_exceptions_support.hpp %{_includedir}/boost/detail/numeric_traits.hpp +%{_includedir}/boost/detail/ob_call_traits.hpp %{_includedir}/boost/detail/quick_allocator.hpp %{_includedir}/boost/detail/reference_content.hpp %{_includedir}/boost/detail/select_type.hpp @@ -1126,12 +1108,6 @@ %{_includedir}/boost/get_pointer.hpp %{_includedir}/boost/mem_fn.hpp -%files call_traits-devel -%defattr(644,root,root,755) -%{_includedir}/boost/call_traits.hpp -%{_includedir}/boost/detail/call_traits.hpp -%{_includedir}/boost/detail/ob_call_traits.hpp - %files compatibility-devel %defattr(644,root,root,755) %{_includedir}/boost/compatibility @@ -1301,6 +1277,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.98 2008-01-05 21:09:22 qboosh +- -call_traits-devel merged into -devel (as they R each other); O+temporary P added + Revision 1.97 2008-01-02 00:00:46 gotar - devel R: call_traits-devel as boost/iostreams/detail/double_object.hpp requires boost/call_traits.hpp ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/boost.spec?r1=1.97&r2=1.98&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
