[SCM] libzen/master: Make long double symbols replaceable with __float128b

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Fri Jan 20 13:19:41 UTC 2012


The following commit has been merged in the master branch:
commit ec1ccfab4021deaa6b41c51224d49ddceb0a00cd
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Fri Jan 20 11:31:40 2012 +0800

    Make long double symbols replaceable with __float128b
    
    This fixes build issues with powerpc, sparc and s390(x)

diff --git a/debian/libzen0.symbols b/debian/libzen0.symbols
index 2ad9991..4c89a28 100644
--- a/debian/libzen0.symbols
+++ b/debian/libzen0.symbols
@@ -155,7 +155,7 @@ libzen.so.0 libzen0 #MINVER#
  (c++)"ZenLib::int128::int128(char const*)@Base" 0.4.23
  (c++)"ZenLib::int128::int128(double const&)@Base" 0.4.23
  (c++)"ZenLib::int128::int128(float)@Base" 0.4.23
- (c++)"ZenLib::int128::int128(long double const&)@Base" 0.4.23
+ (c++|regex)"ZenLib::int128::int128\((long double|__float128) const&\)@Base" 0.4.23
  (c++)"ZenLib::int128::operator--()@Base" 0.4.23
  (c++)"ZenLib::int128::operator++()@Base" 0.4.23
  (c++)"ZenLib::int128::operator~() const at Base" 0.4.23
@@ -293,7 +293,7 @@ libzen.so.0 libzen0 #MINVER#
  (c++)"ZenLib::uint128::uint128(char const*)@Base" 0.4.23
  (c++)"ZenLib::uint128::uint128(double const&)@Base" 0.4.23
  (c++)"ZenLib::uint128::uint128(float)@Base" 0.4.23
- (c++)"ZenLib::uint128::uint128(long double const&)@Base" 0.4.23
+ (c++|regex)"ZenLib::uint128::uint128\((long double|__float128) const&\)@Base" 0.4.23
  (c++)"ZenLib::Ztring::Assign_FromFile(ZenLib::Ztring const&)@Base" 0.4.23
  (c++)"ZenLib::Ztring::Compare(ZenLib::Ztring const&, ZenLib::Ztring const&, ZenLib::ztring_t) const at Base" 0.4.23
  (c++)"ZenLib::Ztring::Count(ZenLib::Ztring const&, ZenLib::ztring_t) const at Base" 0.4.23
@@ -317,7 +317,7 @@ libzen.so.0 libzen0 #MINVER#
  (c++)"ZenLib::Ztring::From_Number(double, unsigned char, ZenLib::ztring_t)@Base" 0.4.23
  (c++)"ZenLib::Ztring::From_Number(float, unsigned char, ZenLib::ztring_t)@Base" 0.4.23
  (c++)"ZenLib::Ztring::From_Number(int, unsigned char)@Base" 0.4.23
- (c++)"ZenLib::Ztring::From_Number(long double, unsigned char, ZenLib::ztring_t)@Base" 0.4.23
+ (c++|regex)"ZenLib::Ztring::From_Number\((long double|__float128), unsigned char, ZenLib::ztring_t\)@Base" 0.4.23
  (c++)"ZenLib::Ztring::From_Number(long long, unsigned char)@Base" 0.4.23
  (c++)"ZenLib::Ztring::From_Number(short, unsigned char)@Base" 0.4.23
  (c++)"ZenLib::Ztring::From_Number(signed char, unsigned char)@Base" 0.4.23

-- 
libzen packaging



More information about the pkg-multimedia-commits mailing list