Accepting request 518405 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- Update to 0.30.2 Add support for OpenSSL 1.1.x (Kurt Roeckx). Fix PKCS#11 support under GnuTLS 3.x. PKCS#11 API no longer supported with GnuTLS 2.x - cleaned the .spec OBS-URL: https://build.opensuse.org/request/show/518405 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=39
This commit is contained in:
parent
539bcf78b0
commit
258ea4a08d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd
|
||||
size 911414
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlQ7x7kACgkQR/aWnQ5Ezwy9FwCfdsjk7gYz5/A5DCPEWIb5cj/5
|
||||
kK4AniY5PvKp/ubAtS1pT9Y0ifygrQsn
|
||||
=7pPa
|
||||
-----END PGP SIGNATURE-----
|
3
neon-0.30.2.tar.gz
Normal file
3
neon-0.30.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca
|
||||
size 932779
|
17
neon-0.30.2.tar.gz.asc
Normal file
17
neon-0.30.2.tar.gz.asc
Normal file
@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQIcBAABCAAGBQJX7jFwAAoJEGCKht+YM8xJnVMP+wceuBon9W/KF2Qie7O+WcO1
|
||||
NIUCfHM12nFZy1hzIYioLJoJQ0fefqQbF1s6ttKfywZsPrh+XRlPPOLCAaSHn3d5
|
||||
cUy3C62BuCt47/UDzXW21kwJ0o1wtevCAcEYzwbAeLcwJM184zrzaq6OL1IViKau
|
||||
SDvTM+CeUVSHeM2JNuFBZUBOPTyr16KVVBM9OCryjYxh1J+rnYK47vYH1YgaGefP
|
||||
N1+kVGVPHGEOg+HvXIy9MdxZAR1koxNrl39tRO+OwbFOBI98xY5RDrktt6a5G/pb
|
||||
pnS4oBXTgqhSzU9LX2GosvUI0tFUEEJeBm3TA3qUo0182vSdgKu1PPcGsoRchFP5
|
||||
aylYEpRImWHRjj5oWP1BUGTpKThZ1UktJLoEOCawA8NDXHKtE90raW/lc8FgqAxa
|
||||
rwTied3FDBaRUlaar8doPqOYjGXbk5HjHNTp742blaids4XALxNlFyb/YeVkSdLz
|
||||
Q8dMHeyk6Fw8QZLKTRXy1Fy+Ortc33l0p0srE1X14/z9jxeSFWXNuS1r6OtxjoVO
|
||||
hKOSVJK1AEEAoMPaFlFUrL3LnGih4WwgMkRxp1hwfE/zRdDtplSNtGVBPw/67oTO
|
||||
rCMDWUhgSTFO/iHo4dg6tQRE0Kl1PysMukCpQnhwzsfL/sHXClF6dokL6Bm9rGmZ
|
||||
wkEA8Va6TyiNmBtB1SrY
|
||||
=kecl
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 14:30:00 UTC 2017 - vcizek@suse.com
|
||||
|
||||
- Update to 0.30.2
|
||||
Add support for OpenSSL 1.1.x (Kurt Roeckx).
|
||||
Fix PKCS#11 support under GnuTLS 3.x.
|
||||
PKCS#11 API no longer supported with GnuTLS 2.x
|
||||
- cleaned the .spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 12:50:17 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
95
neon.spec
95
neon.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package neon
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neon
|
||||
Version: 0.30.1
|
||||
Version: 0.30.2
|
||||
Release: 0
|
||||
Summary: An HTTP and WebDAV Client Library
|
||||
License: GPL-2.0+
|
||||
@ -35,78 +35,23 @@ BuildRequires: libexpat-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: neon-64bit
|
||||
%endif
|
||||
|
||||
%description
|
||||
neon is an HTTP and WebDAV client library with a C interface.
|
||||
Featuring: * High-level interface to HTTP and WebDAV methods
|
||||
(PUT, GET, HEAD, etc.)
|
||||
|
||||
* Low-level interface to HTTP request handling to allow implementing
|
||||
new methods easily
|
||||
|
||||
* HTTP/1.1 and HTTP/1.0 persistent connections
|
||||
|
||||
* RFC2617 basic and digest authentication (including auth-int,
|
||||
md5-sess)
|
||||
|
||||
* Proxy support (including basic/digest authentication)
|
||||
|
||||
* Generic WebDAV 207 XML response handling mechanism
|
||||
|
||||
* XML parsing using the expat or libxml parsers
|
||||
|
||||
* Easy generation of error messages from 207 error responses
|
||||
|
||||
* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL
|
||||
|
||||
* WebDAV metadata support: set and remove properties, query any set of
|
||||
properties (PROPPATCH/PROPFIND)
|
||||
|
||||
%package -n libneon27
|
||||
Summary: An HTTP and WebDAV Client Library
|
||||
Group: Development/Libraries/Other
|
||||
# Drop the main package. It avoids the lib from being installed in different versions
|
||||
# and generally only contained coders doc anyhow.
|
||||
Group: Development/Libraries/Other
|
||||
Provides: neon = %{version}
|
||||
Obsoletes: neon < %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: neon-64bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description -n libneon27
|
||||
neon is an HTTP and WebDAV client library with a C interface.
|
||||
Featuring: * High-level interface to HTTP and WebDAV methods
|
||||
(PUT, GET, HEAD, etc.)
|
||||
|
||||
* Low-level interface to HTTP request handling to allow implementing
|
||||
new methods easily
|
||||
|
||||
* HTTP/1.1 and HTTP/1.0 persistent connections
|
||||
|
||||
* RFC2617 basic and digest authentication (including auth-int,
|
||||
md5-sess)
|
||||
|
||||
* Proxy support (including basic/digest authentication)
|
||||
|
||||
* Generic WebDAV 207 XML response handling mechanism
|
||||
|
||||
* XML parsing using the expat or libxml parsers
|
||||
|
||||
* Easy generation of error messages from 207 error responses
|
||||
|
||||
* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL
|
||||
|
||||
* WebDAV metadata support: set and remove properties, query any set of
|
||||
properties (PROPPATCH/PROPFIND)
|
||||
|
||||
%package -n libneon-devel
|
||||
Summary: An HTTP and WebDAV Client Library
|
||||
@ -116,36 +61,9 @@ Requires: libneon27 = %{version}
|
||||
# renamed after openSUSE 10.3
|
||||
Provides: neon-devel = %{version}
|
||||
Obsoletes: neon-devel < %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: neon-devel-64bit
|
||||
%endif
|
||||
|
||||
%description -n libneon-devel
|
||||
neon is an HTTP and WebDAV client library with a C interface.
|
||||
Featuring: * High-level interface to HTTP and WebDAV methods
|
||||
(PUT, GET, HEAD, etc.)
|
||||
|
||||
* Low-level interface to HTTP request handling to allow implementing
|
||||
new methods easily
|
||||
|
||||
* HTTP/1.1 and HTTP/1.0 persistent connections
|
||||
|
||||
* RFC2617 basic and digest authentication (including auth-int,
|
||||
md5-sess)
|
||||
|
||||
* Proxy support (including basic/digest authentication)
|
||||
|
||||
* Generic WebDAV 207 XML response handling mechanism
|
||||
|
||||
* XML parsing using the expat or libxml parsers
|
||||
|
||||
* Easy generation of error messages from 207 error responses
|
||||
|
||||
* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL
|
||||
|
||||
* WebDAV metadata support: set and remove properties, query any set of
|
||||
properties (PROPPATCH/PROPFIND)
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -172,19 +90,16 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%check
|
||||
make check
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%post -n libneon27 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libneon27 -p /sbin/ldconfig
|
||||
|
||||
%files -n libneon27
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
|
||||
%{_libdir}/*.so.27*
|
||||
|
||||
%files -n libneon-devel
|
||||
%defattr(-,root,root)
|
||||
%doc %{_defaultdocdir}/%{name}
|
||||
%{_bindir}/neon-config
|
||||
%dir %{_includedir}/neon
|
||||
|
Loading…
Reference in New Issue
Block a user