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
This commit is contained in:
parent
0ddfe36c96
commit
b819dc73ca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d
|
|
||||||
size 578317
|
|
3
jq-1.5.tar.gz
Normal file
3
jq-1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c
|
||||||
|
size 739309
|
16
jq.changes
16
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
|
Fri Jun 27 09:55:52 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
9
jq.spec
9
jq.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jq
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,17 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jq
|
Name: jq
|
||||||
Version: 1.4
|
Version: 1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lightweight and flexible command-line JSON processor
|
Summary: A lightweight and flexible command-line JSON processor
|
||||||
License: MIT and CC-BY-3.0
|
License: MIT and CC-BY-3.0
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Url: http://stedolan.github.io/jq/
|
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: autoconf
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: oniguruma-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -76,7 +77,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README README.md COPYING AUTHORS
|
%doc AUTHORS ChangeLog COPYING NEWS README README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1.gz
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user