[znc] Upgrade to 1.2-alpha1

Nick Bebout nb at fedoraproject.org
Sun Jul 28 21:45:28 UTC 2013


commit 9c0644c3dcf30eae7bb80356aa350a091e4de2b3
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Sun Jul 28 16:45:10 2013 -0500

    Upgrade to 1.2-alpha1

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |   15 +++++++++------
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df97e3f..8207028 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /znc-1.0-alpha1.tar.gz
 /znc-1.0-beta1.tar.gz
 /znc-1.0.tar.gz
+/znc-1.2-alpha1.tar.gz
diff --git a/sources b/sources
index 8fd8235..1141e76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23807ca830c27392cccb6774f542df6e  znc-1.0.tar.gz
+4ed75f8a9d2685ec823db42983dc54fe  znc-1.2-alpha1.tar.gz
diff --git a/znc.spec b/znc.spec
index ef2d508..2b6ff63 100644
--- a/znc.spec
+++ b/znc.spec
@@ -9,14 +9,14 @@
 
 Summary:        An advanced IRC bouncer
 Name:           znc
-Version:        1.0
+Version:        1.2
 #Release:        0.1.20110801git%{?dist}
-#Release:        0.2.beta1%{?dist}
-Release:        3%{?dist}
+Release:        0.1.alpha1%{?dist}
+#Release:        3%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.in
-Source0:        http://znc.in/releases/znc-1.0.tar.gz
+Source0:        http://znc.in/releases/znc-1.2-alpha1.tar.gz
 
 %if %{use_systemd}
 Source1:        znc.service
@@ -101,8 +101,8 @@ Requires:      python3
 python3 module for ZNC
 
 %prep
-%setup -q -n %{name}-%{version}
-#%setup -q -n znc-1.0-beta1
+#%setup -q -n %{name}-%{version}
+%setup -q -n znc-1.2-alpha1
 #%patch0 -p1
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
@@ -275,6 +275,9 @@ fi
 %{_libdir}/znc/modpython.so
 
 %changelog
+* Sun Jul 28 2013 Nick Bebout <nb at fedoraproject.org> - 1.2-0.1.alpha1
+- Upgrade to 1.2-alpha1
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.0-3
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list