]> git.pld-linux.org Git - packages/xxHash.git/commitdiff
- up to 0.8.0 auto/th/xxHash-0.8.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 Sep 2020 11:44:53 +0000 (13:44 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 Sep 2020 11:44:53 +0000 (13:44 +0200)
xxHash-pc.patch
xxHash.spec

index a1afbd0785c719f7ab3d2666c007dbd4228b078e..1d197e872e72e83b010caf01b2bd5b354a1c4059 100644 (file)
@@ -1,21 +1,13 @@
---- xxHash-0.7.3/libxxhash.pc.in.orig  2020-03-05 03:37:01.000000000 +0100
-+++ xxHash-0.7.3/libxxhash.pc.in       2020-04-19 14:17:42.057372398 +0200
-@@ -4,7 +4,7 @@
- prefix=@PREFIX@
- exec_prefix=${prefix}
- includedir=${prefix}/include
--libdir=${exec_prefix}/lib
-+libdir=@LIBDIR@
+diff --git a/Makefile b/Makefile
+index ef24e94..da1ce06 100644
+--- a/Makefile
++++ b/Makefile
+@@ -437,7 +437,7 @@ libxxhash.pc: libxxhash.pc.in
+           -e 's|@EXECPREFIX@|$(PCEXECDIR)|' \
+           -e 's|@LIBDIR@|$(PCLIBDIR)|' \
+           -e 's|@INCLUDEDIR@|$(PCINCDIR)|' \
+-          -e 's|@VERSION@|$(VERSION)|' \
++          -e 's|@VERSION@|$(LIBVER)|' \
+           $< > $@
  
- Name: xxhash
- Description: extremely fast hash algorithm
---- xxHash-0.7.3/Makefile.orig 2020-03-05 03:37:01.000000000 +0100
-+++ xxHash-0.7.3/Makefile      2020-04-19 14:18:05.167247201 +0200
-@@ -124,6 +124,7 @@
- pkgconfig:
-       @sed -e 's|@PREFIX@|$(PREFIX)|' \
-+              -e 's|@LIBDIR@|$(LIBDIR)|' \
-               -e 's|@VERSION@|$(LIBVER)|' \
-               libxxhash.pc.in >libxxhash.pc
  
index f95b7c695763ab0a32bf335fb3ea6517506c657a..b0588b4e262c302fa232fec5ce168db0862e884e 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       xxHash - extremely fast hash algorithm
 Summary(pl.UTF-8):     xxHash - bardzo szybki algorytm haszowania
 Name:          xxHash
-Version:       0.7.3
+Version:       0.8.0
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/Cyan4973/xxHash/releases
 Source0:       https://github.com/Cyan4973/xxHash/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 9ec918b4f8fd4532b1687a211aecc014
+# Source0-md5: 62310678857c30fcef4128f41f711f49
 Patch0:                %{name}-pc.patch
 URL:           https://github.com/Cyan4973/xxHash
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.085468 seconds and 4 git commands to generate.