Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package guile-bytestructures for
openSUSE:Factory checked in at 2023-06-26 18:15:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile-bytestructures (Old)
and /work/SRC/openSUSE:Factory/.guile-bytestructures.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guile-bytestructures"
Mon Jun 26 18:15:38 2023 rev:7 rq:1095208 version:1.0.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/guile-bytestructures/guile-bytestructures.changes
2020-11-26 23:15:51.109058922 +0100
+++
/work/SRC/openSUSE:Factory/.guile-bytestructures.new.15902/guile-bytestructures.changes
2023-06-26 18:15:40.762359876 +0200
@@ -1,0 +2,6 @@
+Sun Jun 18 09:41:47 UTC 2023 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.0.10:
+ * small bug fix for Guile 2.x
+
+-------------------------------------------------------------------
Old:
----
1.0.9.tar.gz
New:
----
1.0.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ guile-bytestructures.spec ++++++
--- /var/tmp/diff_new_pack.endGKo/_old 2023-06-26 18:15:41.426362826 +0200
+++ /var/tmp/diff_new_pack.endGKo/_new 2023-06-26 18:15:41.430362843 +0200
@@ -1,7 +1,7 @@
#
# spec file for package guile-bytestructures
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# 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.9
+Version: 1.0.10
Release: 0
Summary: Bytestructures for Guile
License: GPL-3.0-only
++++++ 1.0.9.tar.gz -> 1.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/scheme-bytestructures-1.0.9/bytestructures/body/numeric.scm
new/scheme-bytestructures-1.0.10/bytestructures/body/numeric.scm
--- old/scheme-bytestructures-1.0.9/bytestructures/body/numeric.scm
2020-10-22 20:37:17.000000000 +0200
+++ new/scheme-bytestructures-1.0.10/bytestructures/body/numeric.scm
2021-03-03 15:35:14.000000000 +0100
@@ -31,8 +31,7 @@
(define base-environment
(cond-expand
(guile-2
- (environment '(guile)
- '(bytestructures guile numeric-data-model)))
+ (current-module))
(else
(environment '(scheme base)))))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/scheme-bytestructures-1.0.9/bytestructures/guile/numeric-all.scm
new/scheme-bytestructures-1.0.10/bytestructures/guile/numeric-all.scm
--- old/scheme-bytestructures-1.0.9/bytestructures/guile/numeric-all.scm
2020-10-22 20:37:17.000000000 +0200
+++ new/scheme-bytestructures-1.0.10/bytestructures/guile/numeric-all.scm
2021-03-03 15:35:14.000000000 +0100
@@ -1,6 +1,5 @@
(define-module (bytestructures guile numeric-all))
(import
- (scheme eval)
(bytestructures guile bytevectors)
(bytestructures guile utils)
(bytestructures guile base)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/scheme-bytestructures-1.0.9/configure.ac
new/scheme-bytestructures-1.0.10/configure.ac
--- old/scheme-bytestructures-1.0.9/configure.ac 2020-10-22
20:37:17.000000000 +0200
+++ new/scheme-bytestructures-1.0.10/configure.ac 2021-03-03
15:35:14.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([bytestructures], [1.0.9], [], [],
[https://github.com/TaylanUB/scheme-bytestructures/])
+AC_INIT([bytestructures], [1.0.10], [], [],
[https://github.com/TaylanUB/scheme-bytestructures/])
AC_CONFIG_SRCDIR(bytestructures)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign color-tests])