Hello community,

here is the log from the commit of package guile-sqlite3 for openSUSE:Factory 
checked in at 2020-01-14 21:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile-sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.guile-sqlite3.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guile-sqlite3"

Tue Jan 14 21:11:56 2020 rev:5 rq:764391 version:0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/guile-sqlite3/guile-sqlite3.changes      
2019-07-29 17:32:16.382108290 +0200
+++ /work/SRC/openSUSE:Factory/.guile-sqlite3.new.6675/guile-sqlite3.changes    
2020-01-14 21:13:58.562948076 +0100
@@ -1,0 +2,6 @@
+Mon Jan 13 21:55:22 UTC 2020 - Jonathan Brielmaier <[email protected]>
+
+- Add patch:
+  * enable-guile-3.0.patch: Add build support for Guile 3.0 
+
+-------------------------------------------------------------------

New:
----
  enable-guile-3.0.patch

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

Other differences:
------------------
++++++ guile-sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.KYMM6e/_old  2020-01-14 21:13:59.234948382 +0100
+++ /var/tmp/diff_new_pack.KYMM6e/_new  2020-01-14 21:13:59.238948384 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-sqlite3
 #
-# 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
@@ -22,8 +22,10 @@
 Summary:        SQLite3 database access from Guile
 License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:          Development/Libraries/Other
-Url:            https://notabug.org/guile-sqlite3/guile-sqlite3
+URL:            https://notabug.org/guile-sqlite3/guile-sqlite3
 Source0:        
https://notabug.org/guile-sqlite3/%{name}/archive/v%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM: enable-guile-3.0.patch -- 103fa4973b
+Patch0:         enable-guile-3.0.patch
 BuildRequires:  automake
 BuildRequires:  guile-devel >= 2.0.10
 BuildRequires:  pkg-config
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 autoreconf -vfi

++++++ enable-guile-3.0.patch ++++++
>From 103fa4973b4d3033d9a69751d6164536d9893fd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <[email protected]>
Date: Sat, 1 Jun 2019 16:35:11 +0200
Subject: [PATCH] build: Allow builds with Guile 3.0.

* configure.ac: Add 3.0 to 'GUILE_PKG'.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f648fcb..7e20075 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ dnl Make sure they are available.
 m4_pattern_forbid([PKG_CHECK_MODULES])
 m4_pattern_forbid([GUILE_PKG])
 
-GUILE_PKG([2.2 2.0])
+GUILE_PKG([3.0 2.2 2.0])
 GUILE_PROGS
 
 PKG_CHECK_MODULES([SQLITE], [sqlite3])

Reply via email to