Control: tags -1 fixed-upstream

Update: 
I pulled the new upstream version 1.3.5 and locally built a package.
With that package, dhwem3 does not crash anymore.

(Attached for your convenience the diff of the debian directory;
however, it's quick and dirty and not fit for an upload; especially mind
that there are symbols changing!)

Markus: Do you want to give it a try for wesnoth too?

--
tobi


diff -Naur libvorbis-1.3.4/debian/changelog libvorbis-1.3.5/debian/changelog
--- libvorbis-1.3.4/debian/changelog	2014-11-04 12:09:05.000000000 +0100
+++ libvorbis-1.3.5/debian/changelog	2015-06-12 14:49:59.580858274 +0200
@@ -1,3 +1,9 @@
+libvorbis (1.3.5-0.1) UNRELEASED; urgency=medium
+
+  * Local build 
+
+ -- Tobias Frost <[email protected]>  Fri, 12 Jun 2015 14:49:52 +0200
+
 libvorbis (1.3.4-2) unstable; urgency=low
 
   [ Martin Steghöfer ]
diff -Naur libvorbis-1.3.4/debian/libvorbis0a.symbols libvorbis-1.3.5/debian/libvorbis0a.symbols
--- libvorbis-1.3.4/debian/libvorbis0a.symbols	2014-10-21 14:40:25.000000000 +0200
+++ libvorbis-1.3.5/debian/libvorbis0a.symbols	2015-06-12 15:03:35.807555827 +0200
@@ -7,7 +7,7 @@
  _float32_pack@Base 1.1.2
  _float32_unpack@Base 1.1.2
  _floor_P@Base 1.1.2
- _ilog@Base 1.1.2
+#MISSING: 1.3.5-0.1# _ilog@Base 1.1.2
  _make_words@Base 1.1.2
  _mapping_P@Base 1.1.2
  _residue_P@Base 1.1.2
@@ -53,6 +53,7 @@
  mdct_clear@Base 1.1.2
  mdct_forward@Base 1.1.2
  mdct_init@Base 1.1.2
+ ov_ilog@Base 1.3.5
  res0_free_info@Base 1.1.2
  res0_free_look@Base 1.1.2
  res0_inverse@Base 1.1.2
diff -Naur libvorbis-1.3.4/debian/patches/0002-Avoid-SIGFPE-when-bytespersample-is-zero.patch libvorbis-1.3.5/debian/patches/0002-Avoid-SIGFPE-when-bytespersample-is-zero.patch
--- libvorbis-1.3.4/debian/patches/0002-Avoid-SIGFPE-when-bytespersample-is-zero.patch	2014-10-24 19:53:30.000000000 +0200
+++ libvorbis-1.3.5/debian/patches/0002-Avoid-SIGFPE-when-bytespersample-is-zero.patch	2015-06-12 14:50:55.609042139 +0200
@@ -10,11 +10,9 @@
  lib/vorbisfile.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
-diff --git a/lib/vorbisfile.c b/lib/vorbisfile.c
-index 84bf8c3..47c58e1 100644
 --- a/lib/vorbisfile.c
 +++ b/lib/vorbisfile.c
-@@ -1906,7 +1906,8 @@ long ov_read_filter(OggVorbis_File *vf,char *buffer,int length,
+@@ -1990,7 +1990,8 @@
      long channels=ov_info(vf,-1)->channels;
      long bytespersample=word * channels;
      vorbis_fpu_control fpu;
diff -Naur libvorbis-1.3.4/debian/patches/series libvorbis-1.3.5/debian/patches/series
--- libvorbis-1.3.4/debian/patches/series	2014-10-31 15:35:54.000000000 +0100
+++ libvorbis-1.3.5/debian/patches/series	2015-06-12 14:54:43.709789785 +0200
@@ -1,4 +1,4 @@
 0001-Fix-build-failure-with-DSO-link-changes.patch
 0002-Avoid-SIGFPE-when-bytespersample-is-zero.patch
-0003-Fix-hang-when-loading-Ogg-Theora-files-in-audacity.patch
-0004-Add-sampling-rate-sanity-check-to-avoid-invalid-memo.patch
+#0003-Fix-hang-when-loading-Ogg-Theora-files-in-audacity.patch
+#0004-Add-sampling-rate-sanity-check-to-avoid-invalid-memo.patch

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to