[znc] Upgrade to 0.098

Nick Bebout nb at fedoraproject.org
Fri Apr 1 23:09:25 UTC 2011


commit b9b77f79620d01f72f2d2aa0d99bccb9ac124975
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Fri Apr 1 23:00:18 2011 +0000

    Upgrade to 0.098

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |   16 ++++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9ac684..dab5bd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ znc-0.094.tar.gz
 /znc-0.098-alpha1.tar.gz
 /znc-0.098-beta.tar.gz
 /znc-0.098-rc1.tar.gz
+/znc-0.098.tar.gz
diff --git a/sources b/sources
index 3884a29..fce376f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ed07ff97ff33b76c5396d4416e96d1c  znc-0.098-rc1.tar.gz
+5667b4acb1f01309d6eded77abac700c  znc-0.098.tar.gz
diff --git a/znc.spec b/znc.spec
index adc68fe..6d7ebcc 100644
--- a/znc.spec
+++ b/znc.spec
@@ -2,15 +2,16 @@ Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        0.098
 #Release:        8.20110215git%{?dist}
-Release:        0.3.rc1%{?dist}
-#Release:        2%{?dist}
+#Release:        0.3.rc1%{?dist}
+Release:        1%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.in
 #Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 #Source0:        znc-0.097.tar.xz
-Source0:        http://people.znc.in/~psychon/znc/releases/znc-0.098-rc1.tar.gz
-Patch0:         znc-release.patch
+#Source0:        http://people.znc.in/~psychon/znc/releases/znc-0.098-rc1.tar.gz
+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
@@ -74,8 +75,8 @@ python module for ZNC
 
 %prep
 #%setup -q
-%setup -q -n %{name}-%{version}-rc1
-%patch0 -p1
+#%setup -q -n %{name}-%{version}-rc1
+#%patch0 -p1
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
 
@@ -181,6 +182,9 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/modpython.so
 
 %changelog
+* Tue Mar 29 2011 Nick Bebout <nb at fedoraproject.org> - 0.098-1
+- Update to znc-0.098
+
 * Sat Mar 12 2011 Nick Bebout <nb at fedoraproject.org> - 0.098-0.3.rc1
 - Update to znc-0.098-rc1
 


More information about the scm-commits mailing list