[znc] Update to 1.4

Nick Bebout nb at fedoraproject.org
Fri May 16 01:22:14 UTC 2014


commit ac94eac6caca1e2f4a123ace62b989feaa0a03bf
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Thu May 15 20:21:58 2014 -0500

    Update to 1.4

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |   10 +++++-----
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d9777b..96a6b25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /znc-1.2-beta1.tar.gz
 /znc-1.2-rc2.tar.gz
 /znc-1.2.tar.gz
+/znc-1.4.tar.gz
diff --git a/sources b/sources
index 54f73f6..35f76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef18e5402a82cc3fcab5c2ac5c2e6f3b  znc-1.2.tar.gz
+630cb74db34d2d5451ba30b47869f6bb  znc-1.4.tar.gz
diff --git a/znc.spec b/znc.spec
index 263c488..37890c7 100644
--- a/znc.spec
+++ b/znc.spec
@@ -11,15 +11,15 @@
 
 Summary:        An advanced IRC bouncer
 Name:           znc
-Version:        1.2
+Version:        1.4
 #Release:        0.1.20110801git%{?dist}
 #Release:        0.4.rc2%{?dist}
-Release:        3%{?dist}
+Release:        1%{?dist}
 License:        ASL 2.0
 Group:          System Environment/Daemons
 URL:            http://znc.in
-Source0:        http://znc.in/releases/znc-1.2.tar.gz
-Patch0:         znc-crashbug.patch
+Source0:        http://znc.in/releases/znc-1.4.tar.gz
+#Patch0:         znc-crashbug.patch
 
 %if %{use_systemd}
 Source1:        znc.service
@@ -106,7 +106,7 @@ python3 module for ZNC
 %prep
 %setup -q -n %{name}-%{version}
 #%setup -q -n znc-1.2-rc2
-%patch0 -p1
+#%patch0 -p1
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
 


More information about the scm-commits mailing list