Hello community,

here is the log from the commit of package guile-bytestructures for 
openSUSE:Factory checked in at 2019-02-27 15:07:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile-bytestructures (Old)
 and      /work/SRC/openSUSE:Factory/.guile-bytestructures.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guile-bytestructures"

Wed Feb 27 15:07:43 2019 rev:3 rq:679502 version:1.0.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/guile-bytestructures/guile-bytestructures.changes    
    2018-06-20 15:31:37.021510085 +0200
+++ 
/work/SRC/openSUSE:Factory/.guile-bytestructures.new.28833/guile-bytestructures.changes
     2019-02-27 15:07:50.570416067 +0100
@@ -1,0 +2,6 @@
+Wed Jan 30 10:35:11 UTC 2019 - [email protected]
+
+- Update to version 1.0.5:
+  * small bug fixes 
+
+-------------------------------------------------------------------

Old:
----
  v1.0.3.tar.gz

New:
----
  v1.0.5.tar.gz

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

Other differences:
------------------
++++++ guile-bytestructures.spec ++++++
--- /var/tmp/diff_new_pack.65frpe/_old  2019-02-27 15:07:51.718415718 +0100
+++ /var/tmp/diff_new_pack.65frpe/_new  2019-02-27 15:07:51.718415718 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-bytestructures
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           guile-bytestructures
-Version:        1.0.3
+Version:        1.0.5
 Release:        0
 Summary:        Bytestructures for Guile
 License:        GPL-3.0-only

++++++ v1.0.3.tar.gz -> v1.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/scheme-bytestructures-1.0.3/Makefile.am 
new/scheme-bytestructures-1.0.5/Makefile.am
--- old/scheme-bytestructures-1.0.3/Makefile.am 2018-06-12 14:08:24.000000000 
+0200
+++ new/scheme-bytestructures-1.0.5/Makefile.am 2019-01-22 01:41:27.000000000 
+0100
@@ -43,12 +43,12 @@
        bytestructures/r7/string.exports.sld                            \
        bytestructures/r7/struct.exports.sld                            \
        bytestructures/r7/union.exports.sld                             \
-       bytestructures/r7/vector.exports.sld                            \
-       run-tests.body.scm                                              \
-       run-tests.guile.scm                                             \
-       run-tests.r7.scm
+       bytestructures/r7/vector.exports.sld
 
 EXTRA_DIST +=                                                          \
        COPYING                                                         \
        README.md                                                       \
-       pre-inst-env.in
+       pre-inst-env.in                                                 \
+       run-tests.body.scm                                              \
+       run-tests.guile.scm                                             \
+       run-tests.r7.scm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/scheme-bytestructures-1.0.3/bytestructures/body/base.scm 
new/scheme-bytestructures-1.0.5/bytestructures/body/base.scm
--- old/scheme-bytestructures-1.0.3/bytestructures/body/base.scm        
2018-06-12 14:08:24.000000000 +0200
+++ new/scheme-bytestructures-1.0.5/bytestructures/body/base.scm        
2019-01-22 01:41:27.000000000 +0100
@@ -151,7 +151,7 @@
         (if (bytevector? value)
             (bytevector-copy! bytevector offset value 0
                               (bytestructure-descriptor-size
-                               bytevector offset descriptor))
+                               descriptor bytevector offset))
             (error "Cannot write value with this bytestructure descriptor."
                    value descriptor)))))
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/scheme-bytestructures-1.0.3/configure.ac 
new/scheme-bytestructures-1.0.5/configure.ac
--- old/scheme-bytestructures-1.0.3/configure.ac        2018-06-12 
14:08:24.000000000 +0200
+++ new/scheme-bytestructures-1.0.5/configure.ac        2019-01-22 
01:41:27.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([bytestructures], [1.0.3], [], [], 
[https://github.com/TaylanUB/scheme-bytestructures/])
+AC_INIT([bytestructures], [1.0.5], [], [], 
[https://github.com/TaylanUB/scheme-bytestructures/])
 AC_CONFIG_SRCDIR(bytestructures)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign color-tests])


Reply via email to