From 45a2538c2798b4cbad1c1a70eae253678acd69b3a13b1b9a1e09d6fb50f81485 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sat, 25 Aug 2018 09:12:21 +0000 Subject: [PATCH] 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 --- guile-json-1.0.1.tar.gz | 3 --- guile-json-1.0.1.tar.gz.sig | Bin 95 -> 0 bytes guile-json-1.2.0.tar.gz | 3 +++ guile-json-1.2.0.tar.gz.sig | Bin 0 -> 95 bytes guile-json.changes | 11 +++++++++++ guile-json.spec | 12 +++++++----- 6 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 guile-json-1.0.1.tar.gz delete mode 100644 guile-json-1.0.1.tar.gz.sig create mode 100644 guile-json-1.2.0.tar.gz create mode 100644 guile-json-1.2.0.tar.gz.sig diff --git a/guile-json-1.0.1.tar.gz b/guile-json-1.0.1.tar.gz deleted file mode 100644 index 77fb5f4..0000000 --- a/guile-json-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fed0b99dc9acaa0ea7b0d19de3afba3038ea6e77fa291b77bf730253345f4453 -size 101043 diff --git a/guile-json-1.0.1.tar.gz.sig b/guile-json-1.0.1.tar.gz.sig deleted file mode 100644 index 3cae1054637a24c4ca9e778dc9ae191d54c5ffc2d74d50eca3821fc2f786a921..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WQhyZQFPXm+N53|yQ7Fp-Vd80Kl5 vvN<*_gEvl+G5*D!P5CCXK4`9Dm}l!;@OF{u(VZ!b^}A#YzrFkVvn3b+x5FgM diff --git a/guile-json-1.2.0.tar.gz b/guile-json-1.2.0.tar.gz new file mode 100644 index 0000000..46ccbfe --- /dev/null +++ b/guile-json-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89817369f8534d7044818c48c749e1769a4c7e7ac3cda921feeac2d3085af695 +size 104605 diff --git a/guile-json-1.2.0.tar.gz.sig b/guile-json-1.2.0.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..a2853522acab510144ebf9ecd2ce96ada61b41ec5fad955a2cf256689d90826f GIT binary patch literal 95 zcmeB(WnmCxVvrS6WQhyZQFP=sME}3|yQ7Fp-jl4D+*2 v@2mU}_SxI3LV0=ZcJ6hjH~MBV%wppE8*=g4e7DmdWSjIBuiE;3C0h;v00|}q literal 0 HcmV?d00001 diff --git a/guile-json.changes b/guile-json.changes index f8b0bc5..db79441 100644 --- a/guile-json.changes +++ b/guile-json.changes @@ -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 diff --git a/guile-json.spec b/guile-json.spec index 436790e..d94e16a 100644 --- a/guile-json.spec +++ b/guile-json.spec @@ -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