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 Index: Makefile
--- Makefile.orig 2020-03-05 03:37:01.000000000 +0100 --- Makefile.orig 2020-06-25 08:32:16.000000000 +0200
+++ Makefile 2020-06-20 09:50:31.973529000 +0200 +++ Makefile 2020-06-25 21:05:22.057049000 +0200
@@ -334,20 +334,12 @@ @@ -372,20 +372,12 @@
bindir ?= $(exec_prefix)/bin bindir ?= $(exec_prefix)/bin
BINDIR ?= $(bindir) BINDIR ?= $(bindir)
datarootdir ?= $(PREFIX)/share datarootdir ?= $(PREFIX)/share
@ -9,21 +9,21 @@ Index: Makefile
+mandir ?= $(PREFIX)/man +mandir ?= $(PREFIX)/man
man1dir ?= $(mandir)/man1 man1dir ?= $(mandir)/man1
-ifneq (,$(filter $(shell uname),FreeBSD NetBSD DragonFly)) -ifneq (,$(filter $(UNAME),FreeBSD NetBSD DragonFly))
-PKGCONFIGDIR ?= $(PREFIX)/libdata/pkgconfig -PKGCONFIGDIR ?= $(PREFIX)/libdata/pkgconfig
-else -else
PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig
-endif -endif
-ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS)) -ifneq (,$(filter $(UNAME),OpenBSD FreeBSD NetBSD DragonFly SunOS))
-MANDIR ?= $(PREFIX)/man/man1 -MANDIR ?= $(PREFIX)/man/man1
-else -else
MANDIR ?= $(man1dir) MANDIR ?= $(man1dir)
-endif -endif
ifneq (,$(filter $(shell uname),SunOS)) ifneq (,$(filter $(UNAME),SunOS))
INSTALL ?= ginstall INSTALL ?= ginstall
@@ -360,13 +352,10 @@ @@ -398,13 +390,10 @@
.PHONY: install .PHONY: install

4
xxhash/xxhash.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL Class: EVAL
Group: Cryptography Group: Cryptography
License: BSD/GPL License: BSD/GPL
Version: 0.7.3 Version: 0.7.4
Release: 20200620 Release: 20200625
# list of sources # list of sources
Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz

Loading…
Cancel
Save