rpms/ngircd/EL-6 ngircd.spec, 1.5, 1.6 sources, 1.3, 1.4 .cvsignore, 1.3, 1.4

Kevin Fenzi kevin at fedoraproject.org
Tue Jul 6 19:02:36 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/ngircd/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31113

Modified Files:
	ngircd.spec sources .cvsignore 
Log Message:
Update to 16
Add ssl support with gnutls



Index: ngircd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ngircd/EL-6/ngircd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ngircd.spec	25 Jul 2009 19:20:00 -0000	1.5
+++ ngircd.spec	6 Jul 2010 19:02:35 -0000	1.6
@@ -4,8 +4,8 @@
 %define         gecos     "Next Generation IRC Daemon"
 
 Name:           ngircd
-Version:        0.12.1
-Release:        3%{?dist}
+Version:        16
+Release:        1%{?dist}
 Summary:        Next Generation IRC Daemon
 Group:          System Environment/Daemons
 License:        GPLv2+
@@ -16,6 +16,7 @@ Source2:        ngircd.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel, avahi-compat-howl-devel, tcp_wrappers-devel
 BuildRequires:  libident-devel
+BuildRequires:  gnutls-devel
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -39,7 +40,9 @@ scratch and is not based upon the origin
 	--with-epoll \
 	--with-zeroconf \
 	--with-tcp-wrappers \
-	--with-ident 
+	--with-ident \
+	--with-gnutls \
+	--enable-ipv6
 
 make %{?_smp_mflags}
 
@@ -92,6 +95,11 @@ test "$1" != 0 || /usr/sbin/fedora-group
 
 
 %changelog
+* Sun Jul 04 2010 Kevin Fenzi <kevin at tummy.com> - 16-1
+- Update to 16
+- Add ssl support with gnutls
+- Add zeroconf support
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ngircd/EL-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	23 Oct 2008 10:38:59 -0000	1.3
+++ sources	6 Jul 2010 19:02:36 -0000	1.4
@@ -1 +1 @@
-db8618877a4dd5fb2be50402a2cb4a14  ngircd-0.12.1.tar.gz
+8c9e0382cd982b0ca77c05528ebe28eb  ngircd-16.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ngircd/EL-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	23 Oct 2008 10:38:59 -0000	1.3
+++ .cvsignore	6 Jul 2010 19:02:36 -0000	1.4
@@ -1 +1 @@
-ngircd-0.12.1.tar.gz
+ngircd-16.tar.gz



More information about the scm-commits mailing list