From 32fa22b8ad6e6253679d983ba6ca59319bb63808 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Fri, 23 Jul 2010 03:12:33 +0000 Subject: [PATCH] Update to ZNC 0.092 --- .cvsignore | 2 +- sources | 2 +- znc.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 697a95d..05901f4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -znc-0.090.tar.gz +znc-0.092.tar.gz diff --git a/sources b/sources index a0f9d9a..e4be904 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3ffe4f53211e5a425c7b87e9ca41e84 znc-0.090.tar.gz +e800a70c932dd13bc09b63569b49db3a znc-0.092.tar.gz diff --git a/znc.spec b/znc.spec index 5482783..1ab0103 100644 --- a/znc.spec +++ b/znc.spec @@ -1,13 +1,13 @@ Summary: An advanced IRC bouncer Name: znc -Version: 0.090 +Version: 0.092 #Release: 0.1.rc1%{?dist} -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.sf.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -Patch0: znc-trafficstats.patch +#Patch0: znc-trafficstats.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl gcc-c++ @@ -41,7 +41,6 @@ Extra modules for ZNC %prep %setup -q -%patch0 -p1 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp @@ -130,6 +129,9 @@ chmod -x modules/q.cpp %{_libdir}/znc/shell.so %changelog +* Wed Jul 14 2010 Nick Bebout - 0.092-1 +- Update to znc 0.092 + * Wed Jun 16 2010 Nick Bebout - 0.090-2 - Backport r2026 of ZNC subversion repo to fix bug 603915 - NULL pointer dereference flaw leads to segfault under certain conditions