Hello community, here is the log from the commit of package getdata for openSUSE:Factory checked in at 2016-03-31 13:02:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/getdata (Old) and /work/SRC/openSUSE:Factory/.getdata.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "getdata" Changes: -------- --- /work/SRC/openSUSE:Factory/getdata/getdata.changes 2015-10-22 12:59:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes 2016-03-31 13:02:35.000000000 +0200 @@ -1,0 +2,36 @@ +Sun Mar 27 16:10:39 UTC 2016 - ctri...@opensuse.org + +- added patch fix_test_alter_entry_scalar3r.diff to fix the test + alter_entry_scalar3r on 32 bit + +------------------------------------------------------------------- +Thu Mar 24 01:50:54 UTC 2016 - dval...@suse.com + +- update to 0.9.2 + * BUG FIX: When using a FLAC-encoded reference field, gd_nframes() + no longer leaks file descriptors. + * BUG FIX: A segfault in gd_entry_list() introduced in 0.9.1 + has been fixed. Reported by Christian Trippe. + * BUG FIX: A descriptor leak on error has been plugged + in gd_desync(). + * BUG FIX: A segfault triggered by encountering an I/O error + while writing metadata has been fixed. + * BUG FIX: Memory leaks in the FLAC and ZZIP encodings, plus + single-byte leaks in gd_add_string() and gd_madd_string() have been plugged. + * BUG FIX: gd_alter_entry() and gd_[m]alter_spec() no longer + mangle the values of entry parameters when asked to remove scalar field codes. Reported by Dan Horák. + * PYTHON BUG FIX: Fixed a potential segfault in dirfile.get_carray() + on platforms where sizeof size_t != sizeof int. Reported by Dan Horák. + * PHP BUG FIX: Calling gd_discard or gd_close on a persistent + dirfile now does nothing, instead of closing the Dirfile and corrupting the persistent resource. + +------------------------------------------------------------------- +Fri Feb 19 20:52:18 UTC 2016 - ctri...@opensuse.org + +- update 0.9.1 + * Use perl-ExtUtils-MakeMaker instead of perl-Modul-Build at + build time. Relevant BuildRequries where therefore changed. + for all relevant changes see + https://sourceforge.net/projects/getdata/files/getdata/0.9.1/ + +------------------------------------------------------------------- Old: ---- getdata-0.9.0.tar.xz New: ---- fix_test_alter_entry_scalar3r.diff getdata-0.9.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ getdata.spec ++++++ --- /var/tmp/diff_new_pack.rEWC2a/_old 2016-03-31 13:02:36.000000000 +0200 +++ /var/tmp/diff_new_pack.rEWC2a/_new 2016-03-31 13:02:36.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package getdata # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011,2012 Christian Trippe <ctri...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -18,19 +18,25 @@ Name: getdata -Version: 0.9.0 +Version: 0.9.2 Release: 0 Summary: Library for reading and writing dirfile data License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://getdata.sourceforge.net/ Source: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM -- Fix test_alter_entry_scalar which was broker on 32bit with 0.9.2 +Patch: fix_test_alter_entry_scalar3r.diff BuildRequires: bzip2 BuildRequires: gcc-c++ BuildRequires: gcc-fortran BuildRequires: libtool BuildRequires: perl +%if 0%{?suse_version} > 1320 +BuildRequires: perl-ExtUtils-MakeMaker +%else BuildRequires: perl-Module-Build +%endif BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: python-numpy-devel @@ -138,6 +144,7 @@ %prep %setup -q +%patch %build %configure --disable-static --enable-modules --with-perl-dir=vendor @@ -196,7 +203,6 @@ %perl_vendorarch/GetData.pm %dir %perl_vendorarch/auto %dir %perl_vendorarch/auto/GetData -%perl_vendorarch/auto/GetData/GetData.bs %perl_vendorarch/auto/GetData/GetData.so %files devel ++++++ fix_test_alter_entry_scalar3r.diff ++++++ Index: test/alter_entry_scalar3r.c =================================================================== --- test/alter_entry_scalar3r.c.orig 2016-03-05 00:52:57.000000000 +0100 +++ test/alter_entry_scalar3r.c 2016-03-27 19:05:31.492361193 +0200 @@ -50,7 +50,7 @@ n = gd_entry(D, "data", &E); CHECKI(n,0); - CHECKF(E.EN(lincom,m)[0], 3.1); + CHECKF(E.EN(recip,dividend), 3.1); CHECKP(E.scalar[0]); gd_free_entry_strings(&E); ++++++ getdata-0.9.0.tar.xz -> getdata-0.9.2.tar.xz ++++++ ++++ 40455 lines of diff (skipped)