Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jq for openSUSE:Factory checked in 
at 2022-10-10 18:44:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jq (Old)
 and      /work/SRC/openSUSE:Factory/.jq.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jq"

Mon Oct 10 18:44:29 2022 rev:11 rq:1008375 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/jq/jq.changes    2019-08-24 18:42:10.377781775 
+0200
+++ /work/SRC/openSUSE:Factory/.jq.new.2275/jq.changes  2022-10-10 
18:45:08.218942840 +0200
@@ -1,0 +2,5 @@
+Fri Sep 23 16:16:46 UTC 2022 - Dirk M??ller <[email protected]>
+
+- build without valgrind on riscv64 - does not exist (yet)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jq.spec ++++++
--- /var/tmp/diff_new_pack.KqBQiM/_old  2022-10-10 18:45:08.610943684 +0200
+++ /var/tmp/diff_new_pack.KqBQiM/_new  2022-10-10 18:45:08.614943692 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jq
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,14 +20,16 @@
 Version:        1.6
 Release:        0
 Summary:        A lightweight and flexible command-line JSON processor
-License:        MIT AND CC-BY-3.0
+License:        CC-BY-3.0 AND MIT
 Group:          Productivity/Text/Utilities
-URL:            http://stedolan.github.io/jq/
+URL:            https://stedolan.github.io/jq/
 Source:         
https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz
 BuildRequires:  chrpath
 BuildRequires:  flex
 BuildRequires:  oniguruma-devel
+%ifnarch riscv64
 BuildRequires:  valgrind
+%endif
 Requires:       libjq1 = %{version}
 
 %description
@@ -57,6 +59,9 @@
 %build
 %configure \
   --disable-static \
+%ifarch riscv64
+  --disable-valgrind \
+%endif
   --disable-silent-rules
 make %{?_smp_mflags}
 

Reply via email to