rpms/tinyproxy/F-9 tinyproxy.spec,1.2,1.3

Jeremy Hinegardner jjh at fedoraproject.org
Sat Nov 22 22:13:32 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/tinyproxy/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26461/F-9

Modified Files:
	tinyproxy.spec 
Log Message:
adding --enable-transparent-proxy (#466808)


Index: tinyproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tinyproxy/F-9/tinyproxy.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tinyproxy.spec	30 Aug 2008 20:08:12 -0000	1.2
+++ tinyproxy.spec	22 Nov 2008 22:13:01 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           tinyproxy
 Version:        1.6.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A small, efficient HTTP/SSL proxy daemon
 
 Group:          System Environment/Daemons
@@ -30,7 +30,10 @@
 
 
 %build
-%configure --with-config=%{tinyproxy_confdir}/%{name}.conf
+%configure --with-config=%{tinyproxy_confdir}/%{name}.conf \
+    --enable-transparent-proxy 
+    
+
 make %{?_smp_mflags}
 
 
@@ -84,6 +87,9 @@
 %config(noreplace) %{tinyproxy_confdir}/%{name}.conf
 
 %changelog
+* Sat Nov 22 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.6.4-3
+- add --enable-transparent-proxy option (#466808)
+
 * Sun Aug 24 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.6.4-2
 - update to upstream 1.6.4 final
 




More information about the scm-commits mailing list