Accepting request 324777 from utilities

1

OBS-URL: https://build.opensuse.org/request/show/324777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2015-08-23 13:43:54 +00:00 committed by Git OBS Bridge
commit 4da10d4e52
4 changed files with 24 additions and 7 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -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