Hello community,

here is the log from the commit of package jq for openSUSE:Factory checked in 
at 2015-08-23 15:43:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jq (Old)
 and      /work/SRC/openSUSE:Factory/.jq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jq/jq.changes    2014-06-30 21:50:27.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.jq.new/jq.changes       2015-08-23 
17:41:07.000000000 +0200
@@ -1,0 +2,16 @@
+Tue Aug 18 09:12:21 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  jq-1.4.tar.gz

New:
----
  jq-1.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jq.spec ++++++
--- /var/tmp/diff_new_pack.lyBaiz/_old  2015-08-23 17:41:08.000000000 +0200
+++ /var/tmp/diff_new_pack.lyBaiz/_new  2015-08-23 17:41:08.000000000 +0200
@@ -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 @@
 
 %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
 

++++++ jq-1.4.tar.gz -> jq-1.5.tar.gz ++++++
++++ 36082 lines of diff (skipped)


Reply via email to