[packages/neon] - updated to 0.31.0 - removed obsolete openssl patch

qboosh qboosh at pld-linux.org
Sun Mar 29 18:00:34 CEST 2020


commit 06c4e5cbbead72a08b03f7ff3ee95e2339913797
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 29 18:00:24 2020 +0200

    - updated to 0.31.0
    - removed obsolete openssl patch

 neon.spec     | 15 ++++++---------
 openssl.patch | 11 -----------
 2 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/neon.spec b/neon.spec
index 14355eb..9f7c10f 100644
--- a/neon.spec
+++ b/neon.spec
@@ -10,14 +10,12 @@
 Summary:	An HTTP and WebDAV client library
 Summary(pl.UTF-8):	Biblioteka kliencka HTTP i WebDAV
 Name:		neon
-Version:	0.30.2
-Release:	2
+Version:	0.31.0
+Release:	1
 License:	LGPL v2+
 Group:		Libraries
-# Source0:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz
-Source0:	https://ftp.osuosl.org/pub/blfs/conglomeration/neon/%{name}-%{version}.tar.gz
-# Source0-md5:	e28d77bf14032d7f5046b3930704ef41
-Patch0:		openssl.patch
+Source0:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz
+# Source0-md5:	7b131576f10ff3c11f7489bcd878778a
 URL:		http://www.webdav.org/neon/
 BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake
@@ -105,7 +103,7 @@ Statyczne biblioteki neon.
 Summary:	neon API documentation
 Summary(pl.UTF-8):	Dokumentacja API biblioteki neon
 Group:		Documentation
-%if "%{_rpmversion}" >= "5"
+%if "%{_rpmversion}" >= "4.6"
 BuildArch:	noarch
 %endif
 
@@ -117,7 +115,6 @@ Dokumentacja API biblioteki neon.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -155,7 +152,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
+%doc AUTHORS BUGS ChangeLog NEWS README.md THANKS TODO
 %attr(755,root,root) %{_libdir}/libneon.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libneon.so.27
 
diff --git a/openssl.patch b/openssl.patch
deleted file mode 100644
index fcd2c77..0000000
--- a/openssl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- neon-0.30.2/src/ne_pkcs11.c~	2016-09-30 10:46:00.000000000 +0200
-+++ neon-0.30.2/src/ne_pkcs11.c	2018-09-18 14:05:43.019798589 +0200
-@@ -74,6 +74,8 @@ struct ne_ssl_pkcs11_provider_s {
- 
- #if defined(RSA_F_RSA_PRIVATE_ENCRYPT)
- #define PK11_RSA_ERR (RSA_F_RSA_PRIVATE_ENCRYPT)
-+#elif defined(RSA_F_RSA_OSSL_PRIVATE_ENCRYPT)
-+#define PK11_RSA_ERR (RSA_F_RSA_OSSL_PRIVATE_ENCRYPT)
- #else
- #define PK11_RSA_ERR (RSA_F_RSA_EAY_PRIVATE_ENCRYPT)
- #endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neon.git/commitdiff/06c4e5cbbead72a08b03f7ff3ee95e2339913797



More information about the pld-cvs-commit mailing list