[znc] Upgrade to 1.0-beta1

Nick Bebout nb at fedoraproject.org
Fri Oct 19 00:13:07 UTC 2012


commit 3523649a68c8b865bc82e7b739dbf2d3bf2b8fe7
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Thu Oct 18 19:12:44 2012 -0500

    Upgrade to 1.0-beta1

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75cc4f0..b439f28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /znc-0.204.tar.gz
 /znc-0.206.tar.gz
 /znc-1.0-alpha1.tar.gz
+/znc-1.0-beta1.tar.gz
diff --git a/sources b/sources
index f2f1bd3..fb33106 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2287115826d2e226ae60f437de69833  znc-1.0-alpha1.tar.gz
+cfe8f76b4c5f5fb30426c0ccad3e98d0  znc-1.0-beta1.tar.gz
diff --git a/znc.spec b/znc.spec
index ca77d20..8bb8d01 100644
--- a/znc.spec
+++ b/znc.spec
@@ -11,11 +11,11 @@ Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        1.0
 #Release:        0.1.20110801git%{?dist}
-Release:        0.1.alpha1%{?dist}
+Release:        0.2.beta1%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.in
-Source0:        http://znc.in/releases/znc-1.0-alpha1.tar.gz
+Source0:        http://znc.in/releases/znc-1.0-beta1.tar.gz
 
 %if %{use_systemd}
 Source1:        znc.service
@@ -101,7 +101,7 @@ python3 module for ZNC
 
 %prep
 #%setup -q -n %{name}-%{version}
-%setup -q -n znc-1.0-alpha1
+%setup -q -n znc-1.0-beta1
 #%patch0 -p1
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
@@ -274,6 +274,9 @@ fi
 %{_libdir}/znc/modpython.so
 
 %changelog
+* Thu Oct 18 2012 Nick Bebout <nb at fedoraproject.org> - 1.0-0.2.beta1
+- Update to 1.0-beta1
+
 * Thu Sep 13 2012 Nick Bebout <nb at fedoraproject.org> - 1.0-0.1.alpha1
 - Update to 1.0-alpha1
 


More information about the scm-commits mailing list