rpms/neon/devel neon.spec,1.54,1.55

jorton jorton at fedoraproject.org
Sun Sep 13 19:34:50 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/neon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22352

Modified Files:
	neon.spec 
Log Message:
* Sun Sep 13 2009 Joe Orton <jorton at redhat.com> 0.29.0-3
- enable libproxy support



Index: neon.spec
===================================================================
RCS file: /cvs/extras/rpms/neon/devel/neon.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- neon.spec	13 Sep 2009 19:34:04 -0000	1.54
+++ neon.spec	13 Sep 2009 19:34:50 -0000	1.55
@@ -1,7 +1,7 @@
 Summary: An HTTP and WebDAV client library
 Name: neon
 Version: 0.29.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.webdav.org/neon/
@@ -40,7 +40,8 @@ export CC="%{__cc} -pthread"
 %define cabundle %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
 %configure --with-expat --enable-shared --disable-static \
         --enable-warnings --with-ca-bundle=%{cabundle} \
-        --with-ssl=gnutls --enable-threadsafe-ssl=posix
+        --with-ssl=gnutls --enable-threadsafe-ssl=posix \
+        --with-libproxy
 make %{?_smp_mflags}
 
 %install
@@ -75,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
-* Sun Sep 13 2009 Joe Orton <jorton at redhat.com> 0.29.0-2
+* Sun Sep 13 2009 Joe Orton <jorton at redhat.com> 0.29.0-3
 - enable libproxy support
 
 * Sun Sep 13 2009 Joe Orton <jorton at redhat.com> 0.29.0-1




More information about the fedora-extras-commits mailing list