From 3184e44c48d11a0e0956668c816383a7ec087c12 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 25 Jun 2020 21:05:39 +0200 Subject: [PATCH] upgrading package: xxhash 0.7.3 -> 0.7.4 --- xxhash/xxhash.patch | 14 +++++++------- xxhash/xxhash.spec | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xxhash/xxhash.patch b/xxhash/xxhash.patch index 9845d952e8..71a7b1faf4 100644 --- a/xxhash/xxhash.patch +++ b/xxhash/xxhash.patch @@ -1,7 +1,7 @@ Index: Makefile ---- Makefile.orig 2020-03-05 03:37:01.000000000 +0100 -+++ Makefile 2020-06-20 09:50:31.973529000 +0200 -@@ -334,20 +334,12 @@ +--- Makefile.orig 2020-06-25 08:32:16.000000000 +0200 ++++ Makefile 2020-06-25 21:05:22.057049000 +0200 +@@ -372,20 +372,12 @@ bindir ?= $(exec_prefix)/bin BINDIR ?= $(bindir) datarootdir ?= $(PREFIX)/share @@ -9,21 +9,21 @@ Index: Makefile +mandir ?= $(PREFIX)/man man1dir ?= $(mandir)/man1 --ifneq (,$(filter $(shell uname),FreeBSD NetBSD DragonFly)) +-ifneq (,$(filter $(UNAME),FreeBSD NetBSD DragonFly)) -PKGCONFIGDIR ?= $(PREFIX)/libdata/pkgconfig -else PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig -endif --ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS)) +-ifneq (,$(filter $(UNAME),OpenBSD FreeBSD NetBSD DragonFly SunOS)) -MANDIR ?= $(PREFIX)/man/man1 -else MANDIR ?= $(man1dir) -endif - ifneq (,$(filter $(shell uname),SunOS)) + ifneq (,$(filter $(UNAME),SunOS)) INSTALL ?= ginstall -@@ -360,13 +352,10 @@ +@@ -398,13 +390,10 @@ .PHONY: install diff --git a/xxhash/xxhash.spec b/xxhash/xxhash.spec index d6be14b498..adc0b95918 100644 --- a/xxhash/xxhash.spec +++ b/xxhash/xxhash.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: EVAL Group: Cryptography License: BSD/GPL -Version: 0.7.3 -Release: 20200620 +Version: 0.7.4 +Release: 20200625 # list of sources Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz