Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2020-09-17 15:03:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/varnish (Old)
 and      /work/SRC/openSUSE:Factory/.varnish.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "varnish"

Thu Sep 17 15:03:42 2020 rev:32 rq:835135 version:6.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2020-06-23 
21:06:54.598291071 +0200
+++ /work/SRC/openSUSE:Factory/.varnish.new.4249/varnish.changes        
2020-09-17 15:08:48.452936004 +0200
@@ -1,0 +2,10 @@
+Thu Sep 17 08:34:30 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 6.5.0
+  * `PRIV_TOP` is now thread-safe to support parallel ESI
+    implementations.
+  * varnishstat's JSON output format (-j option) has been changed.
+  * Behavior for 304-type responses was changed not to update the
+    Content-Encoding response header of the stored object.
+
+-------------------------------------------------------------------

Old:
----
  varnish-6.4.0.tgz

New:
----
  varnish-6.5.0.tgz

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

Other differences:
------------------
++++++ varnish.spec ++++++
--- /var/tmp/diff_new_pack.LqoW0m/_old  2020-09-17 15:08:49.424936928 +0200
+++ /var/tmp/diff_new_pack.LqoW0m/_new  2020-09-17 15:08:49.428936931 +0200
@@ -26,7 +26,7 @@
 %define pkg_logdir   %_localstatedir/log/%name
 %define pkg_cachedir %_localstatedir/cache/%name
 Name:           varnish
-Version:        6.4.0
+Version:        6.5.0
 Release:        0
 Summary:        Accelerator for HTTP services
 License:        BSD-2-Clause
@@ -45,7 +45,7 @@
 BuildRequires:  libxslt
 BuildRequires:  ncurses-devel
 BuildRequires:  pcre-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  xz
@@ -102,9 +102,8 @@
 %endif
 %configure --disable-static --docdir="%_docdir/%name" \
            --localstatedir="%_localstatedir/cache/" \
-           --disable-silent-rules \
            --enable-developer-warnings
-make %{?_smp_mflags}
+%make_build
 
 %install
 b="%buildroot"
@@ -137,7 +136,7 @@
        "$b/usr/share/varnish/vmodtool.py" "$b/usr/share/varnish/vsctool.py"
 
 %check
-if ! make %{?_smp_mflags} check; then
+if ! %make_build check; then
        x="$?"
        cat bin/varnishtest/test-suite.log
        exit "$x"

++++++ varnish-6.4.0.tgz -> varnish-6.5.0.tgz ++++++
++++ 113046 lines of diff (skipped)


Reply via email to