Browse Source

neon-0.30.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9911 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
fb0f671fbc
1 changed files with 12 additions and 1 deletions
  1. 12 1
      n/neon/neon-vl.spec

+ 12 - 1
n/neon/neon-vl.spec

@@ -3,7 +3,7 @@
 Name: neon
 Summary: An HTTP and WebDAV client library.
 Summary(ja): HTTP と WebDAV クライアントのライブラリ
-Version: 0.30.0
+Version: 0.30.1
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -75,6 +75,13 @@ The development library for the C language HTTP and WebDAV client library.
 %prep
 %setup -q
 
+# for GnuTLS 3.4
+
+sed -e 's/client_set/set/'  \
+	-e 's/gnutls_retr/&2/'  \
+	-e 's/type = t/cert_&/' \
+	-i src/ne_gnutls.c
+
 %build
 %configure \
 	--with-expat \
@@ -139,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.30.1-1
+- new upstream release.
+- built with gnutls-3.4.x.
+
 * Tue Feb 25 2014 NAKAMURA Kenta <kenta@vinelinux.org> 0.30.0-1
 - update to 0.30.0