Accepting request 631354 from home:jbrielmaier:branches:devel:languages:misc

- 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

OBS-URL: https://build.opensuse.org/request/show/631354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=18
This commit is contained in:
Jonathan Brielmaier 2018-08-25 09:12:21 +00:00 committed by Git OBS Bridge
parent bff3145e46
commit 45a2538c27
6 changed files with 21 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fed0b99dc9acaa0ea7b0d19de3afba3038ea6e77fa291b77bf730253345f4453
size 101043

Binary file not shown.

3
guile-json-1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89817369f8534d7044818c48c749e1769a4c7e7ac3cda921feeac2d3085af695
size 104605

BIN
guile-json-1.2.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 24 12:07:57 UTC 2018 - jbrielmaier@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
-------------------------------------------------------------------
Tue May 29 06:10:36 UTC 2018 - jbrielmaier@suse.de

View File

@ -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 @@ make install %{_smp_mflags} DESTDIR=%{buildroot}
%files
%defattr(-,root,root,-)
%license COPYING.LESSER
%license COPYING
%doc AUTHORS NEWS README
%{_datadir}/guile/site/json*
%{_datadir}/guile*
%{_libdir}/guile*
%changelog