From ba4c4a01a7ea7bcb01690ff4764fcd759f815355 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 13 2014 15:45:51 +0000 Subject: Update to 22. Fixes bug #1152080 --- 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 22-1 +- Update to 22. Fixes bug #1152080 + * Fri Oct 03 2014 Kevin Fenzi 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