rpms/3proxy/devel .cvsignore, 1.6, 1.7 3proxy.spec, 1.6, 1.7 sources, 1.6, 1.7

Pavel Alexeev hubbitus at fedoraproject.org
Sun May 30 17:58:04 UTC 2010


Author: hubbitus

Update of /cvs/pkgs/rpms/3proxy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3005

Modified Files:
	.cvsignore 3proxy.spec sources 
Log Message:
Correct path to config file in man (BUG#596087) add Patch0: 3proxy-0.6.1-config-path.patch




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/3proxy/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	15 Mar 2010 11:38:54 -0000	1.6
+++ .cvsignore	30 May 2010 17:58:04 -0000	1.7
@@ -1,3 +1 @@
-3proxy.cfg
-3proxy.init
-3proxy-0.6.1.tgz
+3proxy-0.6.1-config-path.patch


Index: 3proxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/3proxy/devel/3proxy.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- 3proxy.spec	15 Mar 2010 11:38:55 -0000	1.6
+++ 3proxy.spec	30 May 2010 17:58:04 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		3proxy
 Version:		0.6.1
-Release:		8%{?dist}
+Release:		9%{?dist}
 
 Summary:		Tiny but very powerful proxy
 Summary(ru):	Маленький, но крайне мощный прокси-сервер
@@ -17,6 +17,9 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 BuildRequires:	dos2unix
 Requires:		initscripts
 
+# I correct config path in man only. It is fully Fedora related.
+Patch0:		3proxy-0.6.1-config-path.patch
+
 %description
 3proxy -- light proxy server.
 Universal proxy server with HTTP, HTTPS, SOCKS v4, SOCKS v4a, SOCKS v5, FTP,
@@ -35,6 +38,8 @@ SOCKS v5, FTP, POP3, UDP и TCP проб
 %prep
 %setup -q
 
+%patch0 -p0 -b .man-cfg
+
 # To use "fedora" CFLAGS (exported)
 sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile.Linux
 
@@ -101,6 +106,9 @@ fi
 %{_mandir}/man8/*.8.gz
 
 %changelog
+* Sun May 30 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 0.6.1-9
+- Correct path to config file in man (BUG#596087) add Patch0: 3proxy-0.6.1-config-path.patch
+
 * Mon Mar 15 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 0.6.1-8
 - Update to version 0.6.1
 - In NM event processing replace service restart to condrestart - BZ#572662


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/3proxy/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	15 Mar 2010 11:38:55 -0000	1.6
+++ sources	30 May 2010 17:58:04 -0000	1.7
@@ -1,3 +1 @@
-d9a0d2959ed2d5511ea59c563d34b692  3proxy.cfg
-5b15eaeb993ca0b048a5bc0f2b53465b  3proxy.init
-03790467a12e16ed8785ae688ecf9b68  3proxy-0.6.1.tgz
+b20790ea04b8cd8b366df9323416f604  3proxy-0.6.1-config-path.patch



More information about the scm-commits mailing list