Accepting request 83652 from devel:libraries:c_c++
- Update to version 2.4 only two important changes * ripemd160 was broken on all big endian machines * add pkgconfig files (forwarded request 83651 from elvigia) OBS-URL: https://build.opensuse.org/request/show/83652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=5
This commit is contained in:
parent
a4f3b5e38f
commit
d123741ad4
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 19:04:36 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to version 2.4 only two important changes
|
||||
* ripemd160 was broken on all big endian machines
|
||||
* add pkgconfig files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 08:51:59 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: libnettle
|
||||
Version: 2.2
|
||||
Version: 2.4
|
||||
Release: 3
|
||||
%define soname 4
|
||||
%define hogweed_soname 2
|
||||
@ -39,7 +39,6 @@ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
||||
|
||||
%package -n libnettle%{soname}
|
||||
|
||||
|
||||
Summary: Cryptographic Library
|
||||
Group: System/Libraries
|
||||
License: LGPL-2.1+
|
||||
@ -51,7 +50,6 @@ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
||||
|
||||
%package -n libhogweed%{hogweed_soname}
|
||||
|
||||
|
||||
Summary: Cryptographic Library for Public Key Algorithms
|
||||
Group: System/Libraries
|
||||
License: LGPL-2.1+
|
||||
@ -78,7 +76,6 @@ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
||||
|
||||
%package -n nettle
|
||||
|
||||
|
||||
Summary: Cryptographic Tools
|
||||
Group: Productivity/Security
|
||||
|
||||
@ -94,7 +91,7 @@ operations using the nettle library.
|
||||
%setup -q -n "nettle-%{version}"
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%configure --disable-static \
|
||||
--enable-shared
|
||||
|
||||
%__make %{?jobs:-j%{jobs}}
|
||||
@ -140,6 +137,8 @@ make check
|
||||
%{_libdir}/libnettle.so
|
||||
%{_libdir}/libhogweed.so
|
||||
%{_infodir}/nettle.info%{ext_info}
|
||||
%{_libdir}/pkgconfig/hogweed.pc
|
||||
%{_libdir}/pkgconfig/nettle.pc
|
||||
|
||||
%files -n nettle
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82bec1a1bb684de52bcdfb97d5e4ab1a431499686182b8009a9cf4d00541b4cd
|
||||
size 1060360
|
3
nettle-2.4.tar.gz
Normal file
3
nettle-2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6009208df6881f75aa1a87081ccfb2ccac1884da10670c53d7b76596f649c3f
|
||||
size 1075789
|
Loading…
Reference in New Issue
Block a user