SPECS: proftpd.spec - updated to 1.3.1rc3 - fixed version numberin...

baggins baggins at pld-linux.org
Mon Aug 20 15:56:51 CEST 2007


Author: baggins                      Date: Mon Aug 20 13:56:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.3.1rc3
- fixed version numbering, epoch 2
- rewritten wtmp patch so it won't read entire wtmpx file

---- Files affected:
SPECS:
   proftpd.spec (1.240 -> 1.241) 

---- Diffs:

================================================================
Index: SPECS/proftpd.spec
diff -u SPECS/proftpd.spec:1.240 SPECS/proftpd.spec:1.241
--- SPECS/proftpd.spec:1.240	Mon Jun  4 22:00:25 2007
+++ SPECS/proftpd.spec	Mon Aug 20 15:56:46 2007
@@ -20,13 +20,14 @@
 Summary(pt_BR.UTF-8):	Servidor FTP profissional, com sintaxe de configuração semelhante à do apache
 Summary(zh_CN.UTF-8):	易于管理的,安全的 FTP 服务器
 Name:		proftpd
-Version:	1.3.1rc2
-Release:	1
-Epoch:		1
+Version:	1.3.1
+%define	_rc	rc3
+Release:	0.%{_rc}1
+Epoch:		2
 License:	GPL v2+
 Group:		Daemons
-Source0:	ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.bz2
-# Source0-md5:	b117abb8fa7df8bc6d5e2ee85d97b4e0
+Source0:	ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}%{_rc}.tar.bz2
+# Source0-md5:	485af3aee9ecebfeae1ae2003250a3a9
 Source1:	%{name}.conf
 Source3:	ftp.pamd
 Source4:	%{name}.inetd
@@ -43,6 +44,7 @@
 Patch3:		%{name}-wtmp.patch
 Patch4:		%{name}-configure.patch
 Patch5:		%{name}-pool.patch
+Patch6:		%{name}-mysql-typo.patch
 URL:		http://www.proftpd.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -428,6 +430,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 cp -f /usr/share/automake/config.sub .
 
@@ -772,6 +775,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.241  2007/08/20 13:56:46  baggins
+- updated to 1.3.1rc3
+- fixed version numbering, epoch 2
+- rewritten wtmp patch so it won't read entire wtmpx file
+
 Revision 1.240  2007/06/04 20:00:25  qrczak
 - Fixed bcond comment
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/proftpd.spec?r1=1.240&r2=1.241&f=u



More information about the pld-cvs-commit mailing list