Hello community,

here is the log from the commit of package jq for openSUSE:Factory checked in 
at 2018-11-12 09:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jq (Old)
 and      /work/SRC/openSUSE:Factory/.jq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jq"

Mon Nov 12 09:48:36 2018 rev:9 rq:646178 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/jq/jq.changes    2017-02-06 14:35:45.528540252 
+0100
+++ /work/SRC/openSUSE:Factory/.jq.new/jq.changes       2018-11-12 
09:48:38.408535569 +0100
@@ -1,0 +2,17 @@
+Fri Nov  2 12:35:25 UTC 2018 - Avindra Goolcharan <[email protected]>
+
+- Update to version 1.6
+  * Destructuring Alternation
+  * many new builtins (see docs)
+  * Add support for ASAN and UBSAN
+  * Make it easier to use jq with shebangs
+  * Add $ENV builtin variable to access environment
+  * Add JQ_COLORS env var for configuring the output colors
+  * change: Calling jq without a program argument now always assumes
+    "." for the program, regardless of stdin/stdout
+  * fix: Make sorting stable regardless of qsort.
+- cleanup with spec-cleaner
+- drop CVE-2015-8863.patch (upstreamed in 
8eb1367ca44e772963e704a700ef72ae2e12babd)
+- drop CVE-2016-4074.patch (upstreamed in 
fd4ae8304e23007672af9a37855c7a76de7c78cf)
+
+-------------------------------------------------------------------

Old:
----
  CVE-2015-8863.patch
  CVE-2016-4074.patch
  jq-1.5.tar.gz

New:
----
  jq-1.6.tar.gz

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

Other differences:
------------------
++++++ jq.spec ++++++
--- /var/tmp/diff_new_pack.RTRntq/_old  2018-11-12 09:48:39.264534278 +0100
+++ /var/tmp/diff_new_pack.RTRntq/_new  2018-11-12 09:48:39.264534278 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jq
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,25 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           jq
-Version:        1.5
+Version:        1.6
 Release:        0
 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
-Url:            http://stedolan.github.io/jq/
+URL:            http://stedolan.github.io/jq/
 Source:         
https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz
-Patch1:         CVE-2015-8863.patch
-Patch2:         CVE-2016-4074.patch
 BuildRequires:  chrpath
 BuildRequires:  flex
 BuildRequires:  oniguruma-devel
 BuildRequires:  valgrind
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A lightweight and flexible command-line JSON processor. jq is like sed for
@@ -55,8 +52,6 @@
 
 %prep
 %setup -q
-%patch1 -p2
-%patch2 -p2
 
 %build
 %configure \
@@ -85,17 +80,15 @@
 %postun -n libjq1 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README.md
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files -n libjq1
-%defattr(-,root,root)
 %{_libdir}/libjq.so.1*
 
 %files -n libjq-devel
-%defattr(-,root,root)
 %{_includedir}/jq.h
 %{_includedir}/jv.h
 %{_libdir}/libjq.so

++++++ jq-1.5.tar.gz -> jq-1.6.tar.gz ++++++
++++ 176411 lines of diff (skipped)


Reply via email to