]> git.pld-linux.org Git - packages/neon.git/commitdiff
- updated to 0.31.0 auto/th/neon-0.31.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Mar 2020 16:00:24 +0000 (18:00 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Mar 2020 16:00:24 +0000 (18:00 +0200)
- removed obsolete openssl patch

neon.spec
openssl.patch [deleted file]

index 14355ebf78f919a5975b3866d3f0d85c4f5efd16..9f7c10fc9eb0130f3e3908a31cf1d5b9c60aee7f 100644 (file)
--- a/neon.spec
+++ b/neon.spec
 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 (file)
index fcd2c77..0000000
+++ /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
This page took 0.137092 seconds and 4 git commands to generate.