Hello community,
here is the log from the commit of package guile-bytestructures for
openSUSE:Factory checked in at 2020-01-14 21:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile-bytestructures (Old)
and /work/SRC/openSUSE:Factory/.guile-bytestructures.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guile-bytestructures"
Tue Jan 14 21:11:38 2020 rev:5 rq:764387 version:1.0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/guile-bytestructures/guile-bytestructures.changes
2019-08-29 17:18:15.935359969 +0200
+++
/work/SRC/openSUSE:Factory/.guile-bytestructures.new.6675/guile-bytestructures.changes
2020-01-14 21:13:55.766946804 +0100
@@ -1,0 +2,11 @@
+Mon Jan 13 21:34:03 UTC 2020 - Jonathan Brielmaier <[email protected]>
+
+- Make files section compatible with Guile 3.0
+
+-------------------------------------------------------------------
+Tue Jan 7 13:59:45 UTC 2020 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.0.7:
+ * Fix a cross-compilation bug.
+
+-------------------------------------------------------------------
Old:
----
v1.0.6.tar.gz
New:
----
v1.0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ guile-bytestructures.spec ++++++
--- /var/tmp/diff_new_pack.rMWpPU/_old 2020-01-14 21:13:56.270947033 +0100
+++ /var/tmp/diff_new_pack.rMWpPU/_new 2020-01-14 21:13:56.274947035 +0100
@@ -1,7 +1,7 @@
#
# spec file for package guile-bytestructures
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: guile-bytestructures
-Version: 1.0.6
+Version: 1.0.7
Release: 0
Summary: Bytestructures for Guile
License: GPL-3.0-only
Group: Development/Libraries/Other
-Url: https://github.com/TaylanUB/scheme-bytestructures
+URL: https://github.com/TaylanUB/scheme-bytestructures
Source0:
https://github.com/TaylanUB/scheme-bytestructures/archive/v%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
@@ -49,9 +49,9 @@
%defattr(-,root,root)
%license COPYING
%doc README.md
-%dir %{_datadir}/guile/site/2.*
-%{_datadir}/guile/site/2.*/*
-%dir %{_libdir}/guile/2.*/site-ccache
-%{_libdir}/guile/2.*/site-ccache/bytestructures*
+%dir %{_datadir}/guile/site/*
+%{_datadir}/guile/site/*
+%dir %{_libdir}/guile/*/site-ccache
+%{_libdir}/guile/*/site-ccache/bytestructures*
%changelog
++++++ v1.0.6.tar.gz -> v1.0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/scheme-bytestructures-1.0.6/configure.ac
new/scheme-bytestructures-1.0.7/configure.ac
--- old/scheme-bytestructures-1.0.6/configure.ac 2019-06-01
23:02:13.000000000 +0200
+++ new/scheme-bytestructures-1.0.7/configure.ac 2019-12-29
18:35:56.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([bytestructures], [1.0.6], [], [],
[https://github.com/TaylanUB/scheme-bytestructures/])
+AC_INIT([bytestructures], [1.0.7], [], [],
[https://github.com/TaylanUB/scheme-bytestructures/])
AC_CONFIG_SRCDIR(bytestructures)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign color-tests])
@@ -12,4 +12,9 @@
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
+if test "$cross_compiling" != no; then
+ GUILE_TARGET="--target=$host_alias"
+ AC_SUBST([GUILE_TARGET])
+fi
+
AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/scheme-bytestructures-1.0.6/guile.am
new/scheme-bytestructures-1.0.7/guile.am
--- old/scheme-bytestructures-1.0.6/guile.am 2019-06-01 23:02:13.000000000
+0200
+++ new/scheme-bytestructures-1.0.7/guile.am 2019-12-29 18:35:56.000000000
+0100
@@ -11,4 +11,4 @@
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
SUFFIXES = .scm .go
.scm.go:
- $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile
$(GUILE_WARNINGS) -o "$@" "$<"
+ $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile
$(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<"