[SCM] kjs packaging branch, master, updated. debian/5.37.0-2-88-g3d86386

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:18:04 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kjs.git;a=commitdiff;h=b39efc4

The following commit has been merged in the master branch:
commit b39efc4974ce6157985a856a550e63cb114e3e0d
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Sun Aug 9 23:40:34 2015 +0200

    Update symbols files.
---
 debian/changelog         | 10 ++++++++++
 debian/libkf5js5.symbols |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 277f0f4..0fe0042 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,17 @@
 kjs (5.13.0-0ubuntu1) UNRELEASED; urgency=medium
 
+  [ Jonathan Riddell ]
   * new upstream release
 
+  [ José Manuel Santamaría Lema ]
+  * Update symbols files:
+    - Re-add a couple of optional symbols:
+      _ZNK3KJS7JSValue7toInt32EPNS_9ExecStateE
+      _ZNK3KJS7JSValue9getUInt32ERj
+      These symbols are only leaked in GCC 4 and are functions inlined with
+      ALWAYS_INLINE, a macro defined in <wtf/Platform.h> which ends up using
+      __attribute__((always_inline))
+
  -- Jonathan Riddell <jriddell at ubuntu.com>  Fri, 07 Aug 2015 15:42:41 +0200
 
 kjs (5.12.0-0ubuntu4) wily; urgency=medium
diff --git a/debian/libkf5js5.symbols b/debian/libkf5js5.symbols
index 158ccf2..4771ca1 100644
--- a/debian/libkf5js5.symbols
+++ b/debian/libkf5js5.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 5.12.0+git20150804.2230 amd64 i386
+# SymbolsHelper-Confirmed: 5.13.0 amd64
 libKF5JS.so.5 libkf5js5 #MINVER#
  _ZN3KJS10Identifier11addSlowCaseEPNS_7UString3RepE at Base 4.96.0
  _ZN3KJS10Identifier3addEPKNS_5UCharEi at Base 4.96.0
@@ -405,11 +405,13 @@ libKF5JS.so.5 libkf5js5 #MINVER#
  _ZNK3KJS7JSValue16toUInt32SlowCaseEPNS_9ExecStateERb at Base 4.96.0
  _ZNK3KJS7JSValue20toIntegerPreserveNaNEPNS_9ExecStateE at Base 4.96.0
  _ZNK3KJS7JSValue7toFloatEPNS_9ExecStateE at Base 4.96.0
+ (optional)_ZNK3KJS7JSValue7toInt32EPNS_9ExecStateE at Base 5.13.0
  _ZNK3KJS7JSValue8isStringEv at Base 4.96.0
  _ZNK3KJS7JSValue8toNumberEPNS_9ExecStateE at Base 4.96.0
  _ZNK3KJS7JSValue8toObjectEPNS_9ExecStateE at Base 4.96.0
  _ZNK3KJS7JSValue8toStringEPNS_9ExecStateE at Base 4.96.0
  _ZNK3KJS7JSValue8toUInt16EPNS_9ExecStateE at Base 4.96.0
+ (optional)_ZNK3KJS7JSValue9getUInt32ERj at Base 5.13.0
  _ZNK3KJS7JSValue9toIntegerEPNS_9ExecStateE at Base 4.96.0
  _ZNK3KJS7UString10UTF8StringEv at Base 4.96.0
  _ZNK3KJS7UString14toStrictUInt32EPb at Base 4.96.0

-- 
kjs packaging



More information about the pkg-kde-commits mailing list