commit 1eb30a303e960d206daec6b7d2988b455c8e67da
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Tue Sep 22 13:44:53 2020 +0200

    - up to 0.8.0

 xxHash-pc.patch | 30 +++++++++++-------------------
 xxHash.spec     |  4 ++--
 2 files changed, 13 insertions(+), 21 deletions(-)
---
diff --git a/xxHash.spec b/xxHash.spec
index f95b7c6..b0588b4 100644
--- a/xxHash.spec
+++ b/xxHash.spec
@@ -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)
diff --git a/xxHash-pc.patch b/xxHash-pc.patch
index a1afbd0..1d197e8 100644
--- a/xxHash-pc.patch
+++ b/xxHash-pc.patch
@@ -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
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xxHash.git/commitdiff/1eb30a303e960d206daec6b7d2988b455c8e67da

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to