Hello community,

here is the log from the commit of package guile-charting for openSUSE:Factory 
checked in at 2020-01-27 20:19:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile-charting (Old)
 and      /work/SRC/openSUSE:Factory/.guile-charting.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guile-charting"

Mon Jan 27 20:19:18 2020 rev:3 rq:767823 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/guile-charting/guile-charting.changes    
2018-05-29 10:33:06.638650662 +0200
+++ /work/SRC/openSUSE:Factory/.guile-charting.new.26092/guile-charting.changes 
2020-01-27 20:19:28.492597152 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 15:28:16 UTC 2020 - Jonathan Brielmaier <jbrielma...@suse.de>
+
+- Add patch:
+  * add-guile-3.0-support.patch: Allow build with Guile 3.0. To
+    regenerate aclocal.m4 and configure we need autoconf and automake. 
+
+-------------------------------------------------------------------

New:
----
  add-guile-3.0-support.patch

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

Other differences:
------------------
++++++ guile-charting.spec ++++++
--- /var/tmp/diff_new_pack.dPRAny/_old  2020-01-27 20:19:29.264597624 +0100
+++ /var/tmp/diff_new_pack.dPRAny/_new  2020-01-27 20:19:29.272597629 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-charting
 #
-# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,8 +24,13 @@
 Group:          Development/Libraries/Other
 URL:            https://wingolog.org/projects/guile-charting/
 Source0:        
https://wingolog.org/pub/guile-charting/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE: allow build with Guile 3.0
+Patch0:         add-guile-3.0-support.patch
 BuildRequires:  guile-cairo-devel
 BuildRequires:  guile-devel
+# Required for Patch0
+BuildRequires:  autoconf
+BuildRequires:  automake
 
 %description
 Guile-Charting is a library to create charts and graphs in Guile. It
@@ -33,8 +38,11 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
+aclocal
+autoconf
 %configure
 make
 

++++++ add-guile-3.0-support.patch ++++++
--- configure.ac.orig   2020-01-20 16:16:14.113994591 +0100
+++ configure.ac        2020-01-20 16:16:23.418176060 +0100
@@ -25,7 +25,7 @@
 AM_INIT_AUTOMAKE([-Wall -Wno-portability])
 AM_SILENT_RULES([yes])
 
-GUILE_PKG([2.2 2.0])
+GUILE_PKG([3.0 2.2 2.0])
 GUILE_PROGS
 PKG_CHECK_MODULES(GUILE_CAIRO, guile-cairo)
 

Reply via email to