Browse Source

upgrading package: xxhash 0.7.3 -> 0.7.4

master
parent
commit
3184e44c48
  1. 14
      xxhash/xxhash.patch
  2. 4
      xxhash/xxhash.spec

14
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

4
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

Loading…
Cancel
Save