Update to ZNC 0.090-rc1
This commit is contained in:
parent
332efdab29
commit
d860c58861
@ -1 +1 @@
|
|||||||
znc-0.089-svn2000.tar.bz2
|
znc-0.090-rc1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a3e729a2962d0fd398ab43ed0416abca znc-0.089-svn2000.tar.bz2
|
914b8c2aef7b9582a1884bf42e6c2c93 znc-0.090-rc1.tar.gz
|
||||||
|
18
znc.spec
18
znc.spec
@ -1,15 +1,11 @@
|
|||||||
Summary: An advanced IRC bouncer
|
Summary: An advanced IRC bouncer
|
||||||
Name: znc
|
Name: znc
|
||||||
Version: 0.089
|
Version: 0.090
|
||||||
Release: 6.svn2000%{?dist}
|
Release: 0.1.rc1%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://znc.sf.net/
|
URL: http://znc.sf.net/
|
||||||
#Source0: http://downloads.sourceforge.net/znc/znc-0.080.tar.gz
|
Source0: http://people.znc.in/~psychon/znc/releases/znc-0.090-rc1.tar.gz
|
||||||
Source0: znc-0.089-svn2000.tar.bz2
|
|
||||||
# svn export https://znc.svn.sourceforge.net/svnroot/znc/trunk znc
|
|
||||||
# mv znc znc-0.089
|
|
||||||
# tar cjvf znc-0.089-svn2000.tar.bz2 znc-0.089/
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: perl gcc-c++
|
BuildRequires: perl gcc-c++
|
||||||
@ -45,7 +41,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Extra modules for ZNC
|
Extra modules for ZNC
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n znc-0.090-rc1
|
||||||
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
|
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
|
||||||
chmod -x modules/q.cpp
|
chmod -x modules/q.cpp
|
||||||
|
|
||||||
@ -135,6 +131,12 @@ chmod -x modules/q.cpp
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Thu May 27 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-0.1.rc1
|
||||||
|
- Update to znc 0.090-rc1
|
||||||
|
|
||||||
|
* Thu May 27 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-7.svn2004
|
||||||
|
- Update to znc 0.089.svn2004
|
||||||
|
|
||||||
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-6.svn2000
|
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-6.svn2000
|
||||||
- Re-enable saslauth
|
- Re-enable saslauth
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user