[znc-infobot] ZNC is at 0.202 now

Nick Bebout nb at fedoraproject.org
Wed Oct 19 00:51:26 UTC 2011


commit 9b2178a9264d8f5ebfb07d26253222447b5b7aa6
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Oct 18 19:50:53 2011 -0500

    ZNC is at 0.202 now

 .gitignore       |    1 +
 sources          |    2 +-
 znc-infobot.spec |   14 ++++++++++----
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14185e3..3c15940 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /znc-infobot-0.200.tar.gz
+/znc-infobot-0.202.tar.gz
diff --git a/sources b/sources
index ce926ec..22cdfda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5623a93fcc3a1a61c39244a9294e1426  znc-infobot-0.200.tar.gz
+80cadcba6988e66110406ad3f519c777  znc-infobot-0.202.tar.gz
diff --git a/znc-infobot.spec b/znc-infobot.spec
index ed10540..6e25f88 100644
--- a/znc-infobot.spec
+++ b/znc-infobot.spec
@@ -1,6 +1,6 @@
 Summary:        infobot module for ZNC IRC Bouncer
 Name:           znc-infobot
-Version:        0.200
+Version:        0.202
 Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Daemons
@@ -9,10 +9,12 @@ Source0:        znc-infobot-0.200.tar.gz
 # Had to generate tar.gz manually download source file : http://znc-msvc.googlecode.com/svn/trunk/flakes/infobot.cpp
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:  znc znc-devel openssl-devel
-BuildRequires:  c-ares c-ares-devel pcre-devel
+BuildRequires:  znc = %{name}-%{version}
+BuildRequires:  znc-devel = %{name}-%{version}
+BuildRequires:  c-ares c-ares-devel pcre-devel openssl-devel
 
-Requires: znc pcre
+Requires: znc = %{name}-%{version}
+Requires: pcre
 
 %description
 This is a user module for ZNC that provides joined 
@@ -36,6 +38,10 @@ mv infobot.so %{buildroot}%{_libdir}/znc/
 %{_libdir}/znc/infobot.so
 
 %changelog
+* Tue Oct 18 2011 Nick Bebout <nb at fedoraproject.org> - 0.202-1
+- ZNC is at 0.202 now
+- Require same version of ZNC as module
+
 * Sun Sep 25 2011 Keiran "Affix" Smith <affix at fedoraproject.org> - 0.200-1
 - Initial Package of 0.200
 


More information about the scm-commits mailing list