rpms/proftpd/devel .cvsignore, 1.12, 1.13 proftpd.spec, 1.44, 1.45 sources, 1.12, 1.13

Matthias Saou thias at fedoraproject.org
Mon Apr 6 21:47:47 UTC 2009


Author: thias

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

Modified Files:
	.cvsignore proftpd.spec sources 
Log Message:
Update to 1.3.2 and include mod_wrap (#479813).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	2 Jan 2009 12:53:48 -0000	1.12
+++ .cvsignore	6 Apr 2009 21:47:16 -0000	1.13
@@ -1 +1 @@
-proftpd-1.3.2rc3.tar.bz2
+proftpd-1.3.2.tar.bz2


Index: proftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- proftpd.spec	27 Feb 2009 02:28:26 -0000	1.44
+++ proftpd.spec	6 Apr 2009 21:47:16 -0000	1.45
@@ -1,9 +1,9 @@
-%define prever rc3
+#define prever rc3
 
 Summary: Flexible, stable and highly-configurable FTP server
 Name: proftpd
 Version: 1.3.2
-Release: 0.4%{?prever:.%{prever}}%{?dist}
+Release: 1%{?prever:.%{prever}}%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.proftpd.org/
@@ -23,7 +23,16 @@
 Requires(postun): /sbin/service
 BuildRequires: pam-devel, ncurses-devel, pkgconfig
 BuildRequires: openssl-devel, krb5-devel, libacl-devel
-BuildRequires: openldap-devel, mysql-devel, zlib-devel, postgresql-devel
+BuildRequires: zlib-devel
+# On RHEL (up to 5 included), the devel part was still in tcp_wrappers
+%if 0%{?rhel} <= 5
+BuildRequires: tcp_wrappers
+%else
+BuildRequires: tcp_wrappers-devel
+%endif
+BuildRequires: openldap-devel
+BuildRequires: mysql-devel
+BuildRequires: postgresql-devel
 Provides: ftpserver
 
 %description
@@ -84,7 +93,7 @@
     --with-libraries="%{_libdir}/mysql" \
     --with-includes="%{_includedir}/mysql" \
     --with-modules=mod_readme:mod_auth_pam:mod_tls \
-    --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession:mod_ban
+    --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession:mod_ban:mod_wrap
 
 # It seems that with _smp_mflags -lsupp tries to get linked before being built
 # (as of 1.3.0a-4 F7/devel with koji, happened on F8 x86_64 and F7 ppc64)
@@ -167,6 +176,7 @@
 %{_libexecdir}/proftpd/mod_quotatab.so
 %{_libexecdir}/proftpd/mod_quotatab_file.so
 %{_libexecdir}/proftpd/mod_sql.so
+%{_libexecdir}/proftpd/mod_wrap.so
 %exclude %{_libexecdir}/proftpd/*.a
 %exclude %{_libexecdir}/proftpd/*.la
 %{_sbindir}/*
@@ -197,7 +207,12 @@
 
 
 %changelog
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-0.4.rc3
+* Mon Apr  6 2009 Matthias Saou <http://freshrpms.net/> 1.3.2-1
+- Update to 1.3.2.
+- Include mod_wrap (#479813).
+- Tried to include mod_wrap2* modules but build failed.
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sat Jan 24 2009 Caolán McNamara 1.3.2-0.3.rc3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	2 Jan 2009 12:53:48 -0000	1.12
+++ sources	6 Apr 2009 21:47:16 -0000	1.13
@@ -1 +1 @@
-8ecfc2976aa6a5016bd4f4f6745aa3d4  proftpd-1.3.2rc3.tar.bz2
+89f5e31fc3d3e02b66424dfc6cc5892d  proftpd-1.3.2.tar.bz2




More information about the scm-commits mailing list