Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wrk for openSUSE:Factory checked in at 2023-01-11 17:14:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wrk (Old) and /work/SRC/openSUSE:Factory/.wrk.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wrk" Wed Jan 11 17:14:29 2023 rev:6 rq:1057776 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wrk/wrk.changes 2020-08-17 12:11:20.898893813 +0200 +++ /work/SRC/openSUSE:Factory/.wrk.new.32243/wrk.changes 2023-01-11 17:14:37.675677962 +0100 @@ -1,0 +2,9 @@ +Tue Jan 10 16:06:46 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- removed wrk-3.1.2_distrofixes.patch +- added wrk-4.2.0_distrofixes.patch +- update to 4.2.0: + * upgrade openssl to 1.1.1i + + +------------------------------------------------------------------- Old: ---- wrk-3.1.2_distrofixes.patch wrk-4.1.0.tar.gz New: ---- wrk-4.2.0.tar.gz wrk-4.2.0_distrofixes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wrk.spec ++++++ --- /var/tmp/diff_new_pack.Wre2b4/_old 2023-01-11 17:14:38.087680359 +0100 +++ /var/tmp/diff_new_pack.Wre2b4/_new 2023-01-11 17:14:38.091680382 +0100 @@ -1,7 +1,7 @@ # # spec file for package wrk # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,16 @@ Name: wrk -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: Modern HTTP benchmarking tool License: Apache-2.0 Group: Productivity/Networking/Web/Utilities URL: https://github.com/wg/wrk Source: https://github.com/wg/wrk/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: wrk-3.1.2_distrofixes.patch +Patch0: wrk-4.2.0_distrofixes.patch BuildRequires: pkgconfig +BuildRequires: unzip BuildRequires: pkgconfig(openssl) ExcludeArch: aarch64 ppc ppc64 ppc64le @@ -39,8 +40,7 @@ scripts. %prep -%setup -q -%patch0 +%autosetup -p1 %build %make_build OPTFLAGS="%{optflags}" WITH_OPENSSL=%{_prefix} ++++++ wrk-4.1.0.tar.gz -> wrk-4.2.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/wrk/wrk-4.1.0.tar.gz /work/SRC/openSUSE:Factory/.wrk.new.32243/wrk-4.2.0.tar.gz differ: char 12, line 1 ++++++ wrk-3.1.2_distrofixes.patch -> wrk-4.2.0_distrofixes.patch ++++++ --- /work/SRC/openSUSE:Factory/wrk/wrk-3.1.2_distrofixes.patch 2016-04-30 23:31:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wrk.new.32243/wrk-4.2.0_distrofixes.patch 2023-01-11 17:14:37.659677869 +0100 @@ -1,14 +1,13 @@ -Index: Makefile -=================================================================== ---- Makefile.orig -+++ Makefile +diff --color -ur wrk-4.2.0.orig/Makefile wrk-4.2.0/Makefile +--- wrk-4.2.0.orig/Makefile 2021-02-07 08:13:05.000000000 +0100 ++++ wrk-4.2.0/Makefile 2023-01-10 17:01:58.610896091 +0100 @@ -1,4 +1,4 @@ -CFLAGS += -std=c99 -Wall -O2 -D_REENTRANT -+CFLAGS := -std=c99 -Wall -O2 -D_REENTRANT $(OPTFLAGS) - LIBS := -lpthread -lm -lssl -lcrypto ++CFLAGS += -std=c99 -Wall -O2 -D_REENTRANT $(OPTFLAGS) + LIBS := -lm -lssl -lcrypto -lpthread TARGET := $(shell uname -s | tr '[A-Z]' '[a-z]' 2>/dev/null || echo unknown) -@@ -66,8 +66,7 @@ $(ODIR)/version.o: +@@ -67,8 +67,7 @@ @echo 'const char *VERSION="$(VER)";' | $(CC) -xc -c -o $@ - $(ODIR)/%.o : %.c