Hello community,

here is the log from the commit of package getdata for openSUSE:Factory checked 
in at 2013-09-09 11:11:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-07-22 
16:40:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes     2013-09-09 
11:12:41.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Sep  7 08:04:10 UTC 2013 - ctri...@opensuse.org
+
+- update to 0.8.5
+  * A spurious debugging statement has been removed from the Python
+    bindings.
+  * The zzslim encoding framework, indadvertantly broken in 0.8.4,
+    should once again work.
+
+-------------------------------------------------------------------

Old:
----
  getdata-0.8.4.tar.bz2

New:
----
  getdata-0.8.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ getdata.spec ++++++
--- /var/tmp/diff_new_pack.j81i0B/_old  2013-09-09 11:12:42.000000000 +0200
+++ /var/tmp/diff_new_pack.j81i0B/_new  2013-09-09 11:12:42.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           getdata
-Version:        0.8.4
+Version:        0.8.5
 Release:        0
 Summary:        Library for reading and writing dirfile data
 License:        LGPL-2.1+

++++++ getdata-0.8.4.tar.bz2 -> getdata-0.8.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/ChangeLog new/getdata-0.8.5/ChangeLog
--- old/getdata-0.8.4/ChangeLog 2013-04-11 02:04:33.000000000 +0200
+++ new/getdata-0.8.5/ChangeLog 2013-09-06 00:00:09.000000000 +0200
@@ -1,3 +1,19 @@
+2013-09-05   D. V. Wiebe <getd...@ketiltrout.net> svn:845
+       GetData-0.8.5 released.
+
+       * src/zzslim.c: 
+
+2013-07-17   D. V. Wiebe <getd...@ketiltrout.net> svn:835
+       
+       * bindings/python/pydirfile.c: Remove spurious debug printf.
+
+       * bindings/doc/Makefile.am: Fix make clean
+
+       * bindings/bindings/perl/Makefile.am: Fix make clean
+
+2013-05-14   D. V. Wiebe <getd...@ketiltrout.net> svn:832
+       GetData-0.8.4 released.
+
 2013-04-11   D. V. Wiebe <getd...@ketiltrout.net> svn:830
        GetData-0.8.4rc2:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/NEWS new/getdata-0.8.5/NEWS
--- old/getdata-0.8.4/NEWS      2013-04-11 01:27:14.000000000 +0200
+++ new/getdata-0.8.5/NEWS      2013-09-05 23:53:52.000000000 +0200
@@ -1,4 +1,19 @@
-New in version 0.8.4rc2:
+New in verison 0.8.5:
+
+  Library Changes:
+
+  * The zzslim encoding framework, which was inadvertantly rendered
+    non-compilable in 0.8.4, should once again work.  Reported by Matthew
+    Hasselfield.
+
+  Bindings Changes:
+
+  * PYTHON BUG FIX: A spurious debugging message accidentally left in the
+    0.8.4 release has been expunged.
+
+|==============================================================================|
+
+New in version 0.8.4:
 
   Dirfile Changes:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/bindings/matlab/getdata_constants.m 
new/getdata-0.8.5/bindings/matlab/getdata_constants.m
--- old/getdata-0.8.4/bindings/matlab/getdata_constants.m       2013-05-14 
04:04:20.000000000 +0200
+++ new/getdata-0.8.5/bindings/matlab/getdata_constants.m       2013-09-06 
00:00:47.000000000 +0200
@@ -31,7 +31,7 @@
 %   See also GETDATA
 
   GD = struct(...
-    'VERSION', '0.8.4', ...
+    'VERSION', '0.8.5', ...
     'E_OK', int32(0), ...
     'E_OPEN', int32(1), ...
     'E_FORMAT', int32(2), ...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/bindings/perl/Makefile.am 
new/getdata-0.8.5/bindings/perl/Makefile.am
--- old/getdata-0.8.4/bindings/perl/Makefile.am 2013-04-06 04:43:34.000000000 
+0200
+++ new/getdata-0.8.5/bindings/perl/Makefile.am 2013-07-18 01:11:54.000000000 
+0200
@@ -84,7 +84,7 @@
 clean-local: 
        rm -rf lib blib
        if test -e Build; then \
-               $(PERL) Build clean; \
+               $(PERL) Build clean || true; \
        fi
        rm -f $(BUILT_SOURCES) make_parameters.sed MYMETA.yml MYMETA.json 
GetData.pm
        rm -rf Build _build MANIFEST build.stamp t/*~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/bindings/perl/Makefile.in 
new/getdata-0.8.5/bindings/perl/Makefile.in
--- old/getdata-0.8.4/bindings/perl/Makefile.in 2013-05-14 04:00:42.000000000 
+0200
+++ new/getdata-0.8.5/bindings/perl/Makefile.in 2013-09-05 23:54:18.000000000 
+0200
@@ -721,7 +721,7 @@
 clean-local: 
        rm -rf lib blib
        if test -e Build; then \
-               $(PERL) Build clean; \
+               $(PERL) Build clean || true; \
        fi
        rm -f $(BUILT_SOURCES) make_parameters.sed MYMETA.yml MYMETA.json 
GetData.pm
        rm -rf Build _build MANIFEST build.stamp t/*~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/bindings/python/pydirfile.c 
new/getdata-0.8.5/bindings/python/pydirfile.c
--- old/getdata-0.8.4/bindings/python/pydirfile.c       2013-03-12 
03:43:54.000000000 +0100
+++ new/getdata-0.8.5/bindings/python/pydirfile.c       2013-07-18 
02:03:34.000000000 +0200
@@ -688,7 +688,6 @@
 
     ns = gd_getdata(self->D, field_code, first_frame, first_sample, 0, 
(size_t)num_samples,
         return_type, data);
-    fprintf(stderr, "%zu/%zu\n", ns, (size_t)num_samples);
 
 #ifdef USE_NUMPY
     if (!as_list) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/bindings/python/pygetdata.c 
new/getdata-0.8.5/bindings/python/pygetdata.c
--- old/getdata-0.8.4/bindings/python/pygetdata.c       2013-02-14 
04:25:13.000000000 +0100
+++ new/getdata-0.8.5/bindings/python/pygetdata.c       2013-09-05 
23:17:14.000000000 +0200
@@ -506,19 +506,25 @@
   int i;
   PyObject *mod;
 
+  dtracevoid();
+
   if (PyType_Ready(&gdpy_dirfile) < 0)
     return;
+  dprintf("gdpy_dirfile ready");
 
   if (PyType_Ready(&gdpy_entry) < 0)
     return;
+  dprintf("gdpy_entry ready");
 
   if (PyType_Ready(&gdpy_fragment) < 0)
     return;
+  dprintf("gdpy_fragment ready");
 
 #ifdef USE_NUMPY
   /* The following macro will cause this function to return if importing numpy
    * fails */
   import_array()
+  dprintf("imported NumPy");
 #endif
 
   mod = Py_InitModule3("pygetdata", GetDataMethods,
@@ -571,28 +577,35 @@
 
   if (mod == NULL)
     return;
+  dprintf("module init");
 
   Py_INCREF(&gdpy_dirfile);
   PyModule_AddObject(mod, "dirfile", (PyObject *)&gdpy_dirfile);
+  dprintf("gdpy_dirfile added");
 
   Py_INCREF(&gdpy_entry);
   PyModule_AddObject(mod, "entry", (PyObject *)&gdpy_entry);
+  dprintf("gdpy_entry added");
 
   Py_INCREF(&gdpy_fragment);
   PyModule_AddObject(mod, "fragment", (PyObject *)&gdpy_fragment);
+  dprintf("gdpy_fragment added");
 
   /* version */
   PyModule_AddObject(mod, "__version__", Py_BuildValue("(iiis)", GETDATA_MAJOR,
         GETDATA_MINOR, GETDATA_REVISION, GETDATA_VERSION_SUFFIX));
+  dprintf(".__version__ added");
 
   /* author */
   PyModule_AddStringConstant(mod, "__author__",
       "D. V. Wiebe <getd...@ketiltrout.net>");
+  dprintf(".__author__ added");
 
   /* add constants */
   for (i = 0; gdpy_constant_list[i].name != NULL; ++i)
     PyModule_AddIntConstant(mod, gdpy_constant_list[i].name,
         gdpy_constant_list[i].value);
+  dprintf("constants added");
 
   PyModule_AddIntConstant(mod, "__numpy_supported__",
 #ifdef USE_NUMPY
@@ -601,6 +614,7 @@
       0
 #endif
       );
+  dprintf(".__numpy_supported__ added");
 
   /* add exceptions */
   GdPy_DirfileError = PyErr_NewException("pygetdata.DirfileError",
@@ -618,4 +632,7 @@
     } else
       gdpy_exceptions[i] = GdPy_DirfileError;
   }
+  dprintf("Exceptions added");
+
+  dreturnvoid();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/configure new/getdata-0.8.5/configure
--- old/getdata-0.8.4/configure 2013-05-14 04:00:41.000000000 +0200
+++ new/getdata-0.8.5/configure 2013-09-05 23:54:21.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GetData 0.8.4.
+# Generated by GNU Autoconf 2.69 for GetData 0.8.5.
 #
 # Report bugs to <getdata-de...@lists.sourceforge.net>.
 #
@@ -598,8 +598,8 @@
 # Identity of this package.
 PACKAGE_NAME='GetData'
 PACKAGE_TARNAME='getdata'
-PACKAGE_VERSION='0.8.4'
-PACKAGE_STRING='GetData 0.8.4'
+PACKAGE_VERSION='0.8.5'
+PACKAGE_STRING='GetData 0.8.5'
 PACKAGE_BUGREPORT='getdata-de...@lists.sourceforge.net'
 PACKAGE_URL='http://getdata.sourceforge.net/'
 
@@ -1521,7 +1521,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GetData 0.8.4 to adapt to many kinds of systems.
+\`configure' configures GetData 0.8.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1591,7 +1591,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GetData 0.8.4:";;
+     short | recursive ) echo "Configuration of GetData 0.8.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1788,7 +1788,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GetData configure 0.8.4
+GetData configure 0.8.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2963,7 +2963,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GetData $as_me 0.8.4, which was
+It was created by GetData $as_me 0.8.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3321,7 +3321,7 @@
 $as_echo "#define GETDATA_MINOR 8" >>confdefs.h
 
 
-$as_echo "#define GETDATA_REVISION 4" >>confdefs.h
+$as_echo "#define GETDATA_REVISION 5" >>confdefs.h
 
 
 $as_echo "#define GETDATA_VERSION_SUFFIX \"\"" >>confdefs.h
@@ -3331,7 +3331,7 @@
 
 GETDATA_MINOR=8
 
-GETDATA_REVISION=4
+GETDATA_REVISION=5
 
 GETDATA_VERSION_SUFFIX=
 
@@ -3345,7 +3345,7 @@
 
 GETDATA_IFACE_VERSION=6
 
-GETDATA_IMPL_REVISION=3
+GETDATA_IMPL_REVISION=4
 
 GETDATA_IFACE_AGE=1
 
@@ -4214,7 +4214,7 @@
 
 # Define the identity of the package.
  PACKAGE='getdata'
- VERSION='0.8.4'
+ VERSION='0.8.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -23938,7 +23938,7 @@
 Report bugs to <bug-libt...@gnu.org>."
 
 lt_cl_version="\
-GetData config.lt 0.8.4
+GetData config.lt 0.8.5
 configured by $0, generated by GNU Autoconf 2.69.
 
 Copyright (C) 2011 Free Software Foundation, Inc.
@@ -32807,7 +32807,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GetData $as_me 0.8.4, which was
+This file was extended by GetData $as_me 0.8.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -32874,7 +32874,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GetData config.status 0.8.4
+GetData config.status 0.8.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/doc/Makefile.am 
new/getdata-0.8.5/doc/Makefile.am
--- old/getdata-0.8.4/doc/Makefile.am   2013-02-15 04:13:26.000000000 +0100
+++ new/getdata-0.8.5/doc/Makefile.am   2013-07-18 02:02:14.000000000 +0200
@@ -53,4 +53,4 @@
                                                                
unclean_database_recovery.txt
 
 clean-local:
-       rm -rf *~ README.perl
+       rm -rf *~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/doc/Makefile.in 
new/getdata-0.8.5/doc/Makefile.in
--- old/getdata-0.8.4/doc/Makefile.in   2013-05-14 04:00:42.000000000 +0200
+++ new/getdata-0.8.5/doc/Makefile.in   2013-09-05 23:54:18.000000000 +0200
@@ -563,7 +563,7 @@
 
 
 clean-local:
-       rm -rf *~ README.perl
+       rm -rf *~
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/m4/version.m4 
new/getdata-0.8.5/m4/version.m4
--- old/getdata-0.8.4/m4/version.m4     2013-05-14 04:00:22.000000000 +0200
+++ new/getdata-0.8.5/m4/version.m4     2013-09-05 23:54:13.000000000 +0200
@@ -20,7 +20,7 @@
 
 m4_define(getdata_major,    0)
 m4_define(getdata_minor,    8)
-m4_define(getdata_revision, 4)
+m4_define(getdata_revision, 5)
 m4_define(getdata_extra,    [])
 m4_define(getdata_version,
           getdata_major.getdata_minor.getdata_revision[]getdata_extra)
@@ -28,7 +28,7 @@
 dnl libgetdata current interface version
 m4_define(getdata_iface_version,    6)
 dnl libgetdata current interface implementation revision
-m4_define(getdata_impl_revision,    3)
+m4_define(getdata_impl_revision,    4)
 dnl libgetdata interface age (current interface - oldest supported interface)
 m4_define(getdata_iface_age,        1)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.8.4/src/zzslim.c 
new/getdata-0.8.5/src/zzslim.c
--- old/getdata-0.8.4/src/zzslim.c      2012-05-22 22:28:24.000000000 +0200
+++ new/getdata-0.8.5/src/zzslim.c      2013-09-05 23:42:52.000000000 +0200
@@ -37,8 +37,8 @@
  * open, idata = 0 otherwise idata = -1. */
 
 int _GD_ZzslimName(DIRFILE *restrict D, const char *restrict enc_data,
-    struct _gd_raw_file *restrict file, const char *restrict base,
-    int temp __gd_unused, int resolv)
+    struct gd_raw_file_ *restrict file, const char *restrict base,
+    int temp gd_unused_, int resolv)
 {
   size_t enc_len;
 
@@ -74,8 +74,8 @@
   return 0;
 }
 
-int _GD_ZzslimOpen(int dirfd, struct _gd_raw_file* file, int swap __gd_unused,
-    unsigned int mode __gd_unused)
+int _GD_ZzslimOpen(int dirfd, struct gd_raw_file_* file, int swap gd_unused_,
+    unsigned int mode gd_unused_)
 {
   char *filepath;
 
@@ -102,8 +102,8 @@
   return 0;
 }
 
-off64_t _GD_ZzslimSeek(struct _gd_raw_file* file, off64_t count,
-    gd_type_t data_type, unsigned int mode __gd_unused)
+off64_t _GD_ZzslimSeek(struct gd_raw_file_* file, off64_t count,
+    gd_type_t data_type, unsigned int mode gd_unused_)
 {
   off64_t n;
 
@@ -121,7 +121,7 @@
   return n;
 }
 
-ssize_t _GD_ZzslimRead(struct _gd_raw_file *restrict file, void *restrict ptr,
+ssize_t _GD_ZzslimRead(struct gd_raw_file_ *restrict file, void *restrict ptr,
     gd_type_t data_type, size_t nmemb)
 {
   ssize_t n;
@@ -134,7 +134,7 @@
   return n;
 }
 
-int _GD_ZzslimClose(struct _gd_raw_file *file)
+int _GD_ZzslimClose(struct gd_raw_file_ *file)
 {
   int ret;
 
@@ -151,8 +151,8 @@
   return ret;
 }
 
-off64_t _GD_ZzslimSize(int dirfd, struct _gd_raw_file *file,
-    gd_type_t data_type, int swap __gd_unused)
+off64_t _GD_ZzslimSize(int dirfd, struct gd_raw_file_ *file,
+    gd_type_t data_type, int swap gd_unused_)
 {
   char *filepath;
   off64_t size;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to