[packages/nettle/DEVEL-4.0] - updated to 4.0 (new sonames, some old API removed)
qboosh
qboosh at pld-linux.org
Sun Feb 22 16:20:54 CET 2026
commit f79599b1804b44fab3bc5264af5f83d4fc96ba09
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 22 16:20:49 2026 +0100
- updated to 4.0 (new sonames, some old API removed)
nettle.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/nettle.spec b/nettle.spec
index 3ddc857..d23c5d1 100644
--- a/nettle.spec
+++ b/nettle.spec
@@ -5,12 +5,12 @@
Summary: Nettle - a cryptographic library
Summary(pl.UTF-8): Nettle - biblioteka kryptograficzna
Name: nettle
-Version: 3.10.2
+Version: 4.0
Release: 1
License: LGPL v2.1+
Group: Libraries
Source0: https://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar.gz
-# Source0-md5: b28bcbf6f045ff007940a9401673600d
+# Source0-md5: 144401453f9f35e53938bcacfc59800e
Patch0: %{name}-info.patch
URL: http://www.lysator.liu.se/~nisse/nettle/
BuildRequires: ghostscript
@@ -113,15 +113,15 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libhogweed.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libhogweed.so.6
-%attr(755,root,root) %{_libdir}/libnettle.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libnettle.so.8
+%{_libdir}/libhogweed.so.*.*
+%ghost %{_libdir}/libhogweed.so.7
+%{_libdir}/libnettle.so.*.*
+%ghost %{_libdir}/libnettle.so.9
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libhogweed.so
-%attr(755,root,root) %{_libdir}/libnettle.so
+%{_libdir}/libhogweed.so
+%{_libdir}/libnettle.so
%{_includedir}/nettle
%{_pkgconfigdir}/hogweed.pc
%{_pkgconfigdir}/nettle.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nettle.git/commitdiff/f79599b1804b44fab3bc5264af5f83d4fc96ba09
More information about the pld-cvs-commit
mailing list