commit guile-json for openSUSE:Factory

2020-01-26 Thread root
Hello community,

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2020-01-27 00:22:41

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new.26092 (New)


Package is "guile-json"

Mon Jan 27 00:22:41 2020 rev:8 rq:767040 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2018-08-31 
10:44:15.235188864 +0200
+++ /work/SRC/openSUSE:Factory/.guile-json.new.26092/guile-json.changes 
2020-01-27 00:22:59.285512555 +0100
@@ -1,0 +2,30 @@
+Mon Jan 13 21:51:46 UTC 2020 - Jonathan Brielmaier 
+
+- Make guile-json-rpmlintrc compatible with Guile 3.0 
+
+---
+Mon Sep 16 08:09:32 UTC 2019 - Jonathan Brielmaier 
+
+- Update to version 3.2.0:
+  * Fix writing empty objects to JSON (e.g. (scm->json-string '())).
+  * Complex numbers, inf and nan are not allowed anymore as valid numbers
+when building JSON. 
+
+---
+Mon Jul 22 10:46:31 UTC 2019 - Jonathan Brielmaier 
+
+- Update to version 3.1.0 (changes since 1.2.0):
+  * Breaking compability to version 1.x and 2.x
+  * JSON objects are now defined as alists (instead of hash tables)
+and JSON arrays are now defined as vectors (instead of lists).
+Both of these changes are mainly to use types that have read syntax.
+This will simplify things for the user when defining JSON objects 
+which is probably the most common case. 
+  * Added unit tests.
+  * scm->json and scm->json-string now support an additional key
+argument #:unicode.
+- filter more messages in rpmlintrc
+- require guile >= 2.0.10 because it implements srfi-43
+- run test suite
+
+---

Old:

  guile-json-1.2.0.tar.gz
  guile-json-1.2.0.tar.gz.sig

New:

  guile-json-3.2.0.tar.gz
  guile-json-3.2.0.tar.gz.sig



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.SyjdxU/_old  2020-01-27 00:23:01.317513512 +0100
+++ /var/tmp/diff_new_pack.SyjdxU/_new  2020-01-27 00:23:01.317513512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-json
 #
-# 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,23 +12,23 @@
 # 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/
 #
 
 
 Name:   guile-json
-Version:1.2.0
+Version:3.2.0
 Release:0
 Summary:JSON module for Guile
 License:GPL-3.0-or-later
 Group:  Development/Libraries/Other
-Url:https://savannah.nongnu.org/projects/guile-json/
+URL:https://savannah.nongnu.org/projects/guile-json/
 Source0:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
 Source1:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.sig
 Source2:
https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring
 Source1000: guile-json-rpmlintrc
-BuildRequires:  guile-devel >= 2.0.0
-Requires:   guile >= 2.0.0
+BuildRequires:  guile-devel >= 2.0.10
+Requires:   guile >= 2.0.10
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,6 +48,9 @@
 %configure
 make %{?_smp_mflags}
 
+%check
+make %{?_smp_mflags} check
+
 %install
 make install %{_smp_mflags} DESTDIR=%{buildroot}
 

++ guile-json-1.2.0.tar.gz -> guile-json-3.2.0.tar.gz ++
 3601 lines of diff (skipped)

++ guile-json-rpmlintrc ++
--- /var/tmp/diff_new_pack.SyjdxU/_old  2020-01-27 00:23:01.425513563 +0100
+++ /var/tmp/diff_new_pack.SyjdxU/_new  2020-01-27 00:23:01.425513563 +0100
@@ -2,6 +2,7 @@
 # ignore it for now
 addFilter("E: arch-dependent-file-in-usr-share .*/usr/share/guile/site/.*")
 
-# using ELF for Guile bytecode confuse rpmlint
-addFilter("W: missing-PT_GNU_STACK-section .*/usr/share/guile/site/.*")
-addFilter("W: shared-lib-without-dependency-information 
.*/usr/share/guile/site/.*")
\ No newline at end of file
+# using ELF for Guile bytecode confuses rpmlint
+addFilter("W: missing-PT_GNU_STACK-section .*/usr/share/guile/.*")
+addFilter("W: missing-PT_GNU_STACK-section /usr/lib64/guile/*/site-ccache*")
+addFilter("W: shared-lib-without-dependency-information 
.*/usr/share/guile/site/.*")





commit guile-json for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2018-08-31 10:43:39

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new (New)


Package is "guile-json"

Fri Aug 31 10:43:39 2018 rev:7 rq:631507 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2018-05-29 
16:52:35.555117028 +0200
+++ /work/SRC/openSUSE:Factory/.guile-json.new/guile-json.changes   
2018-08-31 10:44:15.235188864 +0200
@@ -1,0 +2,11 @@
+Fri Aug 24 12:07:57 UTC 2018 - jbrielma...@suse.de
+
+- bump to 1.2.0
+  changes since 1.0.1
+  - License only GPLv3+
+  - install .go file to %(libdir)/guile 
+- add guile as runtime dependency to avoid "compiling" when using
+  (json) for the first time
+- needs guile-devel to avoid build failure
+
+---

Old:

  guile-json-1.0.1.tar.gz
  guile-json-1.0.1.tar.gz.sig

New:

  guile-json-1.2.0.tar.gz
  guile-json-1.2.0.tar.gz.sig



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.yaVdDn/_old  2018-08-31 10:44:15.747189476 +0200
+++ /var/tmp/diff_new_pack.yaVdDn/_new  2018-08-31 10:44:15.747189476 +0200
@@ -17,17 +17,18 @@
 
 
 Name:   guile-json
-Version:1.0.1
+Version:1.2.0
 Release:0
 Summary:JSON module for Guile
-License:LGPL-3.0-or-later AND GPL-3.0-or-later
+License:GPL-3.0-or-later
 Group:  Development/Libraries/Other
 Url:https://savannah.nongnu.org/projects/guile-json/
 Source0:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
 Source1:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.sig
 Source2:
https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring
 Source1000: guile-json-rpmlintrc
-BuildRequires:  guile >= 2.0.0
+BuildRequires:  guile-devel >= 2.0.0
+Requires:   guile >= 2.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,8 +53,9 @@
 
 %files
 %defattr(-,root,root,-)
-%license COPYING.LESSER
+%license COPYING
 %doc AUTHORS NEWS README
-%{_datadir}/guile/site/json*
+%{_datadir}/guile*
+%{_libdir}/guile*
 
 %changelog

++ guile-json-1.0.1.tar.gz -> guile-json-1.2.0.tar.gz ++
 2487 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/guile-json-1.0.1/AUTHORS new/guile-json-1.2.0/AUTHORS
--- old/guile-json-1.0.1/AUTHORS2018-05-23 19:45:25.0 +0200
+++ new/guile-json-1.2.0/AUTHORS2018-08-14 08:28:16.0 +0200
@@ -3,6 +3,7 @@
 
 List of contributors (in alphabetical order):
 
+Ludovic Courtès 
 Christopher Lam 
 Jan Nieuwenhuizen 
 Ian Price 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/guile-json-1.0.1/COPYING.LESSER new/guile-json-1.2.0/COPYING.LESSER
--- old/guile-json-1.0.1/COPYING.LESSER 2013-05-14 06:55:05.0 +0200
+++ new/guile-json-1.2.0/COPYING.LESSER 1970-01-01 01:00:00.0 +0100
@@ -1,165 +0,0 @@
-   GNU LESSER GENERAL PUBLIC LICENSE
-   Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. 
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
-  This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
-  0. Additional Definitions.
-
-  As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
-  "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
-  An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface 

commit guile-json for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2018-05-29 16:52:32

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new (New)


Package is "guile-json"

Tue May 29 16:52:32 2018 rev:6 rq:612792 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2018-05-11 
09:16:09.627112153 +0200
+++ /work/SRC/openSUSE:Factory/.guile-json.new/guile-json.changes   
2018-05-29 16:52:35.555117028 +0200
@@ -1,0 +2,9 @@
+Tue May 29 06:10:36 UTC 2018 - jbrielma...@suse.de
+
+- bump to 1.0.1
+  changes since 0.6.0
+  - now under GPLv3+ and LGPLv3+
+  - support 4-byte unicode characters
+  - fix smaller issues
+
+---

Old:

  guile-json-0.6.0.tar.gz
  guile-json-0.6.0.tar.gz.asc

New:

  guile-json-1.0.1.tar.gz
  guile-json-1.0.1.tar.gz.sig



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.W3A5lt/_old  2018-05-29 16:52:36.123096131 +0200
+++ /var/tmp/diff_new_pack.W3A5lt/_new  2018-05-29 16:52:36.123096131 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   guile-json
-Version:0.6.0
+Version:1.0.1
 Release:0
 Summary:JSON module for Guile
-License:LGPL-3.0-or-later
+License:LGPL-3.0-or-later AND GPL-3.0-or-later
 Group:  Development/Libraries/Other
 Url:https://savannah.nongnu.org/projects/guile-json/
 Source0:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
-Source1:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.asc
+Source1:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.sig
 Source2:
https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring
 Source1000: guile-json-rpmlintrc
 BuildRequires:  guile >= 2.0.0

++ guile-json-0.6.0.tar.gz -> guile-json-1.0.1.tar.gz ++
 1772 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/guile-json-0.6.0/AUTHORS new/guile-json-1.0.1/AUTHORS
--- old/guile-json-0.6.0/AUTHORS2017-01-17 08:49:39.0 +0100
+++ new/guile-json-1.0.1/AUTHORS2018-05-23 19:45:25.0 +0200
@@ -1,8 +1,9 @@
 Aleix Conchillo Flaque  is the author and current
-maintainer of guile-json. More details at .
+maintainer of guile-json.
 
 List of contributors (in alphabetical order):
 
+Christopher Lam 
 Jan Nieuwenhuizen 
 Ian Price 
 David Thompson 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/guile-json-0.6.0/ChangeLog new/guile-json-1.0.1/ChangeLog
--- old/guile-json-0.6.0/ChangeLog  2017-01-17 09:31:43.0 +0100
+++ new/guile-json-1.0.1/ChangeLog  2018-05-24 20:22:44.0 +0200
@@ -1,3 +1,101 @@
+commit 5fea4a2330444df81596188c0a9e5c51ca803eb1
+Author: Aleix Conchillo Flaqué 
+Date:   Thu May 24 11:20:52 2018 -0700
+
+bump version to 1.0.1
+
+ NEWS | 6 ++
+ README.org   | 2 +-
+ configure.ac | 2 +-
+ 3 files changed, 8 insertions(+), 2 deletions(-)
+
+commit 329c598048400108535ed4e04d3cc5e433a6d1e0
+Author: Aleix Conchillo Flaqué 
+Date:   Thu May 24 11:15:12 2018 -0700
+
+builder: allow #nil at the beginning of an array
+
+This fixes the following issue:
+
+  (scm->json '(#nil 123))
+
+where it would cause an error expecting a pair instead of #nil. Instead, 
this
+should return:
+
+  [null, 123]
+
+ json/builder.scm | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 697bb5217edfb00da02bc0dac0baee48b6036cf7
+Author: Aleix Conchillo Flaqué 
+Date:   Wed May 23 10:55:11 2018 -0700
+
+bump version to 1.0.0
+
+ AUTHORS  | 3 ++-
+ NEWS | 9 +
+ README.org   | 2 +-
+ configure.ac | 2 +-
+ 4 files changed, 13 insertions(+), 3 deletions(-)
+
+commit 64fa82adffcd3f04359228b5e76006e594366211
+Author: Aleix Conchillo Flaqué 
+Date:   Wed May 23 10:54:38 2018 -0700
+
+remove deprecated json syntax
+
+ json.scm |  6 ++---
+ json/Makefile.am |  2 +-
+ json/syntax.scm  | 78 

commit guile-json for openSUSE:Factory

2018-05-11 Thread root
Hello community,

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2018-05-11 09:15:52

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new (New)


Package is "guile-json"

Fri May 11 09:15:52 2018 rev:5 rq:605908 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2018-03-12 
12:11:31.771884056 +0100
+++ /work/SRC/openSUSE:Factory/.guile-json.new/guile-json.changes   
2018-05-11 09:16:09.627112153 +0200
@@ -1,0 +2,5 @@
+Mon May  7 12:06:45 UTC 2018 - sleep_wal...@opensuse.org
+
+- add guile-json-rpmlintrc file to suppress failures
+
+---

New:

  guile-json-rpmlintrc



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.Gy9Xzg/_old  2018-05-11 09:16:10.507080273 +0200
+++ /var/tmp/diff_new_pack.Gy9Xzg/_new  2018-05-11 09:16:10.511080128 +0200
@@ -26,6 +26,7 @@
 Source0:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
 Source1:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.asc
 Source2:
https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring
+Source1000: guile-json-rpmlintrc
 BuildRequires:  guile >= 2.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 


++ guile-json-rpmlintrc ++
# guile-json installs compiled guile bytecode into /usr/share
# ignore it for now
addFilter("E: arch-dependent-file-in-usr-share .*/usr/share/guile/site/.*")

# using ELF for Guile bytecode confuse rpmlint
addFilter("W: missing-PT_GNU_STACK-section .*/usr/share/guile/site/.*")
addFilter("W: shared-lib-without-dependency-information 
.*/usr/share/guile/site/.*")



commit guile-json for openSUSE:Factory

2018-03-12 Thread root
Hello community,

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2018-03-12 12:11:30

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new (New)


Package is "guile-json"

Mon Mar 12 12:11:30 2018 rev:4 rq:585132 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2018-02-23 
15:31:28.974870173 +0100
+++ /work/SRC/openSUSE:Factory/.guile-json.new/guile-json.changes   
2018-03-12 12:11:31.771884056 +0100
@@ -1,0 +2,5 @@
+Fri Mar  9 18:13:13 UTC 2018 - sleep_wal...@opensuse.org
+
+- mov license file from %doc to %license
+
+---



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.Z4QdFR/_old  2018-03-12 12:11:33.079837396 +0100
+++ /var/tmp/diff_new_pack.Z4QdFR/_new  2018-03-12 12:11:33.083837252 +0100
@@ -20,7 +20,7 @@
 Version:0.6.0
 Release:0
 Summary:JSON module for Guile
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/Other
 Url:https://savannah.nongnu.org/projects/guile-json/
 Source0:
http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
@@ -51,7 +51,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING.LESSER NEWS README
+%license COPYING.LESSER
+%doc AUTHORS NEWS README
 %{_datadir}/guile/site/json*
 
 %changelog






commit guile-json for openSUSE:Factory

2018-02-23 Thread root
Hello community,

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2018-02-23 15:31:12

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new (New)


Package is "guile-json"

Fri Feb 23 15:31:12 2018 rev:3 rq:579214 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2016-07-24 
19:53:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.guile-json.new/guile-json.changes   
2018-02-23 15:31:28.974870173 +0100
@@ -1,0 +2,12 @@
+Thu Feb 15 22:33:02 UTC 2018 - sleep_wal...@opensuse.org
+
+- bump to 0.6.0
+  changes since 0.5.0
+  - Deprecate json macro in favor of scheme data types.
+
+---
+Thu Feb 15 22:24:27 UTC 2018 - sleep_wal...@opensuse.org
+
+- make package not noarch
+
+---

Old:

  guile-json-0.5.0.tar.gz
  guile-json-0.5.0.tar.gz.asc

New:

  guile-json-0.6.0.tar.gz
  guile-json-0.6.0.tar.gz.asc



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.m0II5v/_old  2018-02-23 15:31:31.182790399 +0100
+++ /var/tmp/diff_new_pack.m0II5v/_new  2018-02-23 15:31:31.186790255 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-json
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-json
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:JSON module for Guile
 License:LGPL-3.0+
@@ -28,7 +28,6 @@
 Source2:
https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring
 BuildRequires:  guile >= 2.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 
 %description
 Guile-json is JSON module for Guile. It supports parsing and building

++ guile-json-0.5.0.tar.gz -> guile-json-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-json-0.5.0/ChangeLog 
new/guile-json-0.6.0/ChangeLog
--- old/guile-json-0.5.0/ChangeLog  2016-02-24 07:02:21.0 +0100
+++ new/guile-json-0.6.0/ChangeLog  2017-01-17 09:31:43.0 +0100
@@ -1,3 +1,71 @@
+commit 932ab41c875ffa4cb3ca1d950a06e48e36adf54c
+Author: Aleix Conchillo Flaqué 
+Date:   Tue Jan 17 00:30:27 2017 -0800
+
+README: comply with, please!
+
+ README.org | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1aa4ef600a955caab4f6a53ed7c09598c5417cd4
+Author: Aleix Conchillo Flaqué 
+Date:   Tue Jan 17 00:05:43 2017 -0800
+
+Makefile.am: make sed compatible with os x
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a077bb1d6b35b5519779ae3871878ec9a0f56798
+Author: Aleix Conchillo Flaqué 
+Date:   Mon Jan 16 23:55:47 2017 -0800
+
+bump version to 0.6.0
+
+ NEWS | 5 +
+ README.org   | 2 +-
+ configure.ac | 4 ++--
+ 3 files changed, 8 insertions(+), 3 deletions(-)
+
+commit 422f3d0743c62ad9d6215fb1e5c2269d52b54a2b
+Author: Aleix Conchillo Flaqué 
+Date:   Mon Jan 16 23:48:35 2017 -0800
+
+README: unicode hexadecimal digits are not fully supported
+
+ README.org | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 473b7a6b89f09d7e085cbedbab37dbd7bc357062
+Author: Aleix Conchillo Flaqué 
+Date:   Mon Jan 16 23:45:16 2017 -0800
+
+README: cosmetic changes
+
+ README.org | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 3fc1e41dd564810bcddd57f7d46dbf01a85c4824
+Author: Aleix Conchillo Flaqué 
+Date:   Mon Jan 16 23:42:10 2017 -0800
+
+README: remove deprecated macros from examples
+
+ README.org | 60 +---
+ 1 file changed, 33 insertions(+), 27 deletions(-)
+
+commit 23e10e33dc99b3f797eb9aebb15f07b8e0b699b1
+Author: Aleix Conchillo Flaqué 
+Date:   Mon Jan 16 23:37:16 2017 -0800
+
+syntax: deprecate json macro
+
+* json/syntax.scm (json): use issue-deprecation-warning to deprecate
+  every syntax rule.
+
+ json/syntax.scm | 35 +++
+ 1 file changed, 27 insertions(+), 8 deletions(-)
+
 commit 3078a8e1830d04e3dae4b1437c5cdb274cc026b2
 Author: Aleix Conchillo Flaqué 
 Date:   Tue Feb 23 21:59:27 2016 -0800
@@ -373,12 +441,10 @@
 
 

commit guile-json for openSUSE:Factory

2016-07-24 Thread h_root
Hello community,

here is the log from the commit of package guile-json for openSUSE:Factory 
checked in at 2016-07-24 19:53:21

Comparing /work/SRC/openSUSE:Factory/guile-json (Old)
 and  /work/SRC/openSUSE:Factory/.guile-json.new (New)


Package is "guile-json"

Changes:

--- /work/SRC/openSUSE:Factory/guile-json/guile-json.changes2015-11-10 
10:03:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.guile-json.new/guile-json.changes   
2016-07-24 19:53:45.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 22 08:45:13 UTC 2016 - sleep_wal...@opensuse.org
+
+- bump to 0.5.0
+   changes since 0.4.0:
+ * Allow converting simple alists to json
+   e.g.: (scm->json-string '((a . 1) (b . 2
+
+---

Old:

  guile-json-0.4.0.tar.gz
  guile-json-0.4.0.tar.gz.asc

New:

  guile-json-0.5.0.tar.gz
  guile-json-0.5.0.tar.gz.asc



Other differences:
--
++ guile-json.spec ++
--- /var/tmp/diff_new_pack.kPgjNL/_old  2016-07-24 19:53:46.0 +0200
+++ /var/tmp/diff_new_pack.kPgjNL/_new  2016-07-24 19:53:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-json
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-json
-Version:0.4.0
+Version:0.5.0
 Release:0
 Summary:JSON module for Guile
 License:LGPL-3.0+

++ guile-json-0.4.0.tar.gz -> guile-json-0.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-json-0.4.0/AUTHORS new/guile-json-0.5.0/AUTHORS
--- old/guile-json-0.4.0/AUTHORS2014-08-17 01:08:19.0 +0200
+++ new/guile-json-0.5.0/AUTHORS2016-02-24 06:58:15.0 +0100
@@ -3,6 +3,7 @@
 
 List of contributors (in alphabetical order):
 
+Jan Nieuwenhuizen 
 Ian Price 
 David Thompson 
 Doug Woos 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guile-json-0.4.0/ChangeLog 
new/guile-json-0.5.0/ChangeLog
--- old/guile-json-0.4.0/ChangeLog  2014-08-17 01:12:35.0 +0200
+++ new/guile-json-0.5.0/ChangeLog  2016-02-24 07:02:21.0 +0100
@@ -1,3 +1,68 @@
+commit 3078a8e1830d04e3dae4b1437c5cdb274cc026b2
+Author: Aleix Conchillo Flaqué 
+Date:   Tue Feb 23 21:59:27 2016 -0800
+
+bump configure.ac version to 0.5.0 and update README
+
+ README.org   | 2 +-
+ configure.ac | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 50f76f2324bf5813989d19510186288ea0f4eee5
+Author: Aleix Conchillo Flaqué 
+Date:   Tue Feb 23 21:58:35 2016 -0800
+
+update AUTHORS and NEWS file
+
+ AUTHORS | 1 +
+ NEWS| 7 +++
+ 2 files changed, 8 insertions(+)
+
+commit 40ae2a81a8e29fd8f0ca80efdb0ed6b7a43a3a27
+Author: Jan Nieuwenhuizen 
+Date:   Sat Feb 13 21:16:46 2016 +0100
+
+builder: build objects from alists.
+
+* json/builder.scm (atom?): New function.
+* json/builder.scm (json-alist?): New function.
+* json/builder.scm (json-build-object): SCM is an alist.
+* json/builder.scm (json-build): Use it to support building objects from 
both
+  hash-tables and alists.
+
+ json/builder.scm | 19 ---
+ 1 file changed, 16 insertions(+), 3 deletions(-)
+
+commit 0c9e15c186b995e4d164aee95b7d5dc9c01df2d3
+Author: Jan Nieuwenhuizen 
+Date:   Wed Aug 5 08:21:13 2015 +0200
+
+builder: convert symbols to string.
+
+* json/builder.scm (->string): New function.
+* json/builder.scm (json-build-string): Use it.
+
+ json/builder.scm | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit 3a566d07d63b8a2b4d547e84cb15543aed896e8d
+Author: Aleix Conchillo Flaqué 
+Date:   Mon Aug 18 11:41:54 2014 +0200
+
+copy guile.m4 from guile 2.0.11
+
+ build-aux/guile.m4 | 55 --
+ 1 file changed, 45 insertions(+), 10 deletions(-)
+
+commit 8bcfb76a7b7dc1b4df7ab89ba6a57d0848954fbe
+Author: Aleix Conchillo Flaqué 
+Date:   Sun Aug 17 10:05:23 2014 +0200
+
+update INSTALL notes
+
+ INSTALL | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 4267fba1812e61ea260157dbdaa192f02434b6e9
 Author: Aleix Conchillo Flaqué 
 Date:   Sun Aug 17 01:09:17 2014 +0200
diff -urN