From 38dd9a344a1443d163bba8276779a4335fd37367 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2020 18:16:51 +0000 Subject: Update to 3.7.0 - Update MASTER_SITES Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog --- sysutils/pciutils/files/patch-Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/pciutils/files') diff --git a/sysutils/pciutils/files/patch-Makefile b/sysutils/pciutils/files/patch-Makefile index c84d791a9d6f..26226b1887e6 100644 --- a/sysutils/pciutils/files/patch-Makefile +++ b/sysutils/pciutils/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2020-01-25 19:42:39 UTC +--- Makefile.orig 2020-05-30 22:17:26 UTC +++ Makefile @@ -1,8 +1,8 @@ # Makefile for The PCI Utilities @@ -9,8 +9,8 @@ +# OPT=-O2 +CFLAGS+=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes - VERSION=3.6.4 - DATE=2020-01-25 + VERSION=3.7.0 + DATE=2020-05-31 @@ -32,10 +32,10 @@ HWDB= ABI_VERSION=.3 -- cgit