From b819dc73caf7f233e3843c743834f42d063b3ad409a04ce0ef2033348040512f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 21 Aug 2015 08:59:18 +0000 Subject: [PATCH] Accepting request 324294 from home:namtrac:branches:utilities - Update to version 1.5 * Regexp support * A proper module system * Destructuring syntax * Math functions * An online streaming parser * Minimal I/O builtins (inputs, debug) * try/catch for catching and handling errors * Tail call optimization * Datetime functions * Performance enhancements - Add oniguruma-devel BuildRequires for regexp support OBS-URL: https://build.opensuse.org/request/show/324294 OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=9 --- jq-1.4.tar.gz | 3 --- jq-1.5.tar.gz | 3 +++ jq.changes | 16 ++++++++++++++++ jq.spec | 9 +++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 jq-1.4.tar.gz create mode 100644 jq-1.5.tar.gz diff --git a/jq-1.4.tar.gz b/jq-1.4.tar.gz deleted file mode 100644 index e1e16f8..0000000 --- a/jq-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d -size 578317 diff --git a/jq-1.5.tar.gz b/jq-1.5.tar.gz new file mode 100644 index 0000000..6d76638 --- /dev/null +++ b/jq-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c +size 739309 diff --git a/jq.changes b/jq.changes index f337ae1..e9c9aa6 100644 --- a/jq.changes +++ b/jq.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 18 09:12:21 UTC 2015 - idonmez@suse.com + +- Update to version 1.5 + * Regexp support + * A proper module system + * Destructuring syntax + * Math functions + * An online streaming parser + * Minimal I/O builtins (inputs, debug) + * try/catch for catching and handling errors + * Tail call optimization + * Datetime functions + * Performance enhancements +- Add oniguruma-devel BuildRequires for regexp support + ------------------------------------------------------------------- Fri Jun 27 09:55:52 UTC 2014 - idonmez@suse.com diff --git a/jq.spec b/jq.spec index 804fe04..c605f8f 100644 --- a/jq.spec +++ b/jq.spec @@ -1,7 +1,7 @@ # # spec file for package jq # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,17 +17,18 @@ Name: jq -Version: 1.4 +Version: 1.5 Release: 0 Summary: A lightweight and flexible command-line JSON processor License: MIT and CC-BY-3.0 Group: Productivity/Text/Utilities Url: http://stedolan.github.io/jq/ -Source: http://stedolan.github.io/jq/download/source/%{name}-%{version}.tar.gz +Source: https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz BuildRequires: autoconf BuildRequires: chrpath BuildRequires: coreutils BuildRequires: make +BuildRequires: oniguruma-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -76,7 +77,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %files %defattr(-,root,root) -%doc README README.md COPYING AUTHORS +%doc AUTHORS ChangeLog COPYING NEWS README README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.gz