[packages/libsecp256k1] - updated to 0.1.0.16 snapshot
qboosh
qboosh at pld-linux.org
Tue Sep 22 18:16:10 CEST 2020
commit eb0b7d09f9ec541304152ad61139464f43744b55
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Sep 22 18:19:02 2020 +0200
- updated to 0.1.0.16 snapshot
libsecp256k1.spec | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/libsecp256k1.spec b/libsecp256k1.spec
index e91fcc8..6323c69 100644
--- a/libsecp256k1.spec
+++ b/libsecp256k1.spec
@@ -8,15 +8,19 @@
Summary: Optimized C library for EC operations on curve secp256k1
Summary(pl.UTF-8): Zoptymalizowana biblioteka C do operacji EC na krzywej secp256k1
Name: libsecp256k1
-Version: 0.1.0.13
-Release: 2
+Version: 0.1.0.16
+%define gitref 5a373e416025ae6465b00aea18dd6d69111e54ca
+%define snap 20191026
+%define rel 1
+Release: 0.%{snap}.%{rel}
License: MIT
Group: Libraries
#Source0Download: https://github.com/libbitcoin/secp256k1/releases
-# TODO: for future releases use:
+# releases
#Source0: https://github.com/libbitcoin/secp256k1/archive/v%{version}/secp256k1-%{version}.tar.gz
-Source0: https://github.com/libbitcoin/secp256k1/archive/v%{version}.tar.gz
-# Source0-md5: bc3132ab3c57273ed826438306e7fccc
+# no tag for 0.1.0.16, use snapshot
+Source0: https://github.com/libbitcoin/secp256k1/archive/%{gitref}/secp256k1-%{snap}.tar.gz
+# Source0-md5: 692fb5624b5c49bd1648d9cc04d798b9
URL: https://libbitcoin.org/
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -57,7 +61,7 @@ Static secp256k1 library.
Statyczna biblioteka secp256k1.
%prep
-%setup -q -n secp256k1-%{version}
+%setup -q -n secp256k1-%{gitref}
%build
%{__libtoolize}
@@ -101,6 +105,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libsecp256k1.so
%{_includedir}/secp256k1.h
+%{_includedir}/secp256k1_preallocated.h
%{_includedir}/secp256k1_recovery.h
%{_pkgconfigdir}/libsecp256k1.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsecp256k1.git/commitdiff/eb0b7d09f9ec541304152ad61139464f43744b55
More information about the pld-cvs-commit
mailing list