[ngircd] Update to 22. Fixes bug #1152080

Kevin Fenzi kevin at fedoraproject.org
Mon Oct 13 15:46:01 UTC 2014


commit ba4c4a01a7ea7bcb01690ff4764fcd759f815355
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Oct 13 09:45:51 2014 -0600

    Update to 22. Fixes bug #1152080

 .gitignore  |    1 +
 ngircd.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64e101e..28f63dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ ngircd-16.tar.gz
 /ngircd-20.3.tar.gz
 /ngircd-21.tar.gz
 /ngircd-21.1.tar.gz
+/ngircd-22.tar.gz
diff --git a/ngircd.spec b/ngircd.spec
index 4a290b2..d45b68b 100644
--- a/ngircd.spec
+++ b/ngircd.spec
@@ -1,11 +1,11 @@
 Name:           ngircd
-Version:        21.1
-Release:        6%{?dist}
+Version:        22
+Release:        1%{?dist}
 Summary:        Next Generation IRC Daemon
 Group:          System Environment/Daemons
 License:        GPLv2+
 URL:            http://ngircd.barton.de/
-Source0:        ftp://ftp.berlios.de/pub/ngircd/ngircd-%{version}.tar.gz
+Source0:        http://ngircd.barton.de/pub/ngircd/ngircd-%{version}.tar.gz
 Source1:        ngircd.init
 Source2:        ngircd.conf
 Source3:        ngircd.service
@@ -124,6 +124,9 @@ fi
 %dir %attr(775, root, ngircd) %{_localstatedir}/run/ngircd/
 
 %changelog
+* Mon Oct 13 2014 Kevin Fenzi <kevin at scrye.com> 22-1
+- Update to 22. Fixes bug #1152080
+
 * Fri Oct 03 2014 Kevin Fenzi <kevin at scrye.com> 21.1-6
 - Sync ngircd.conf with sample template version. Fixes bug #1149012
 
diff --git a/sources b/sources
index 270bbe8..3d48a21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69eacaaa46124541a1eef2b1e955bdef  ngircd-21.1.tar.gz
+c6cfd105f6ee21cb3c051a88664990a4  ngircd-22.tar.gz


More information about the scm-commits mailing list