[znc/f14] Update to 0.200

Nick Bebout nb at fedoraproject.org
Tue Aug 23 22:05:26 UTC 2011


commit 9c7184c188302293601dacecc5b27afa403cbf72
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Aug 23 16:57:41 2011 -0500

    Update to 0.200

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |   12 ++++++------
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a74dc14..dd91901 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /znc-0.2-alpha1.tar.gz
 /znc-0.2-beta1.tar.gz
 /znc-0.200-rc1.tar.gz
+/znc-0.200.tar.gz
diff --git a/sources b/sources
index a8fb2bf..e2755a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40b99830fac3f5ee813d3ab04b4b9e74  znc-0.200-rc1.tar.gz
+da5b690bc31b007474a77aae70c9c049  znc-0.200.tar.gz
diff --git a/znc.spec b/znc.spec
index d1fb780..d6d13fb 100644
--- a/znc.spec
+++ b/znc.spec
@@ -9,18 +9,15 @@ Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        0.200
 #Release:        0.1.20110801git%{?dist}
-Release:        0.5.rc1%{?dist}
+Release:        1%{?dist}
 #Release:        1%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.in
-#Source0:        znc-0.099.tar.xz
-Source0:        http://people.znc.in/~psychon/znc/releases/znc-0.200-rc1.tar.gz 
+Source0:        http://znc.in/releases/znc-0.200.tar.gz
 %if %{use_systemd}
 Source1:        znc.service
 %endif
-#Source0:        http://people.znc.in/~psychon/znc/releases/znc-0.098.tar.gz
-Patch0:         znc-release.patch
 # git clone https://github.com/znc/znc.git
 # cd znc
 # git archive --prefix=znc/ HEAD | xz > ../znc-0.097.tar.xz
@@ -94,7 +91,7 @@ Requires:      python3
 python3 module for ZNC
 
 %prep
-%setup -q -n %{name}-%{version}-rc1
+%setup -q -n %{name}-%{version}
 %patch0 -p1
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
@@ -247,6 +244,9 @@ fi
 %{_libdir}/znc/modpython.so
 
 %changelog
+* Tue Aug 23 2011 Nick Bebout <nb at fedoraproject.org> - 0.200-1
+- Update to 0.200
+
 * Mon Aug 15 2011 Nick Bebout <nb at fedoraproject.org> - 0.200-0.5.rc1
 - Don't create the znc user on Fedora 14 and lower and on EPEL
 


More information about the scm-commits mailing list