rpms/3proxy/EL-5 .cvsignore, 1.2, 1.3 3proxy.spec, 1.3, 1.4 sources, 1.2, 1.3

Pavel Alexeev hubbitus at fedoraproject.org
Mon Mar 15 14:17:02 UTC 2010


Author: hubbitus

Update of /cvs/pkgs/rpms/3proxy/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12154

Modified Files:
	.cvsignore 3proxy.spec sources 
Log Message:
- Update to version 0.6.1
- In NM event processing replace service restart to condrestart - BZ#572662




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/3proxy/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	27 Aug 2009 20:43:43 -0000	1.2
+++ .cvsignore	15 Mar 2010 14:17:02 -0000	1.3
@@ -1 +1,3 @@
-3proxy-0.6.tgz
+3proxy.cfg
+3proxy.init
+3proxy-0.6.1.tgz


Index: 3proxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/3proxy/EL-5/3proxy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- 3proxy.spec	28 Nov 2009 22:35:32 -0000	1.3
+++ 3proxy.spec	15 Mar 2010 14:17:02 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		3proxy
-Version:		0.6
-Release:		7%{?dist}
+Version:		0.6.1
+Release:		8%{?dist}
 
 Summary:		Tiny but very powerful proxy
 Summary(ru):	Маленький, но крайне мощный прокси-сервер
@@ -73,7 +73,7 @@ cat > %{buildroot}%{_sysconfdir}/Network
 #!/bin/sh
 
 	if [ "\$2" = "up" ]; then
-	/sbin/service 3proxy restart || : # reload doesn't work
+	/sbin/service 3proxy condrestart || : # reload doesn't work
 	fi
 EOF
 
@@ -101,6 +101,10 @@ fi
 %{_mandir}/man8/*.8.gz
 
 %changelog
+* 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
+
 * Wed Nov 25 2009 Pavel Alexeev <Pahan at Hubbitus.info> - 0.6-7
 - Again new init-script for Fix BZ#533144 :).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/3proxy/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Aug 2009 20:43:44 -0000	1.2
+++ sources	15 Mar 2010 14:17:02 -0000	1.3
@@ -1 +1,3 @@
-2ebd9c06939021f6c2aca31d67782f71  3proxy-0.6.tgz
+d9a0d2959ed2d5511ea59c563d34b692  3proxy.cfg
+5b15eaeb993ca0b048a5bc0f2b53465b  3proxy.init
+03790467a12e16ed8785ae688ecf9b68  3proxy-0.6.1.tgz



More information about the scm-commits mailing list