Hello community,

here is the log from the commit of package jq for openSUSE:Factory checked in 
at 2016-07-20 09:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-04-30 23:29:39.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.jq.new/jq.changes       2016-07-20 
09:18:10.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jul 16 10:14:33 UTC 2016 - [email protected]
+
+- Make building more verbose
+- Run tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jq.spec ++++++
--- /var/tmp/diff_new_pack.sbLIKF/_old  2016-07-20 09:18:11.000000000 +0200
+++ /var/tmp/diff_new_pack.sbLIKF/_new  2016-07-20 09:18:11.000000000 +0200
@@ -25,10 +25,7 @@
 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
-BuildRequires:  autoconf
 BuildRequires:  chrpath
-BuildRequires:  coreutils
-BuildRequires:  make
 BuildRequires:  oniguruma-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -58,7 +55,9 @@
 %patch1 -p2
 
 %build
-%configure --disable-static
+%configure \
+  --disable-static \
+  --disable-silent-rules 
 make %{?_smp_mflags}
 
 %install
@@ -73,15 +72,17 @@
 # we install the documentation in a separate location using the doc macro
 rm -rf %{buildroot}%{_datadir}/doc/%{name}
 
-%post -n libjq1 -p /sbin/ldconfig
+%check
+make check
 
+%post -n libjq1 -p /sbin/ldconfig
 %postun -n libjq1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README README.md
+%doc AUTHORS ChangeLog COPYING NEWS README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %files -n libjq1
 %defattr(-,root,root)


Reply via email to