Update to ZNC 0.092
This commit is contained in:
parent
30ee5a6b26
commit
c6b21f518d
@ -1 +1 @@
|
||||
znc-0.090.tar.gz
|
||||
znc-0.092.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d3ffe4f53211e5a425c7b87e9ca41e84 znc-0.090.tar.gz
|
||||
e800a70c932dd13bc09b63569b49db3a znc-0.092.tar.gz
|
||||
|
10
znc.spec
10
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 <nb@fedoraproject.org> - 0.092-1
|
||||
- Update to znc 0.092
|
||||
|
||||
* Wed Jun 16 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-2
|
||||
- Backport r2026 of ZNC subversion repo to fix bug 603915
|
||||
- NULL pointer dereference flaw leads to segfault under certain conditions
|
||||
|
Loading…
Reference in New Issue
Block a user