[znc] Update to znc 0.093.svn2098

Nick Bebout nb at fedoraproject.org
Tue Aug 3 18:10:51 UTC 2010


commit fa6a42859bb0aa96be8817eb253c4a9cbf2b13cc
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Aug 3 14:03:55 2010 -0400

    Update to znc 0.093.svn2098

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |   17 +++++++++++++----
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05901f4..5f7ccc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 znc-0.092.tar.gz
+znc-0.093.svn2098.tar.bz2
diff --git a/sources b/sources
index e4be904..26a003a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e800a70c932dd13bc09b63569b49db3a  znc-0.092.tar.gz
+8691a1c6417bed41e6a75a600dafd41b  znc-0.093.svn2098.tar.bz2
diff --git a/znc.spec b/znc.spec
index 1ab0103..2429a9e 100644
--- a/znc.spec
+++ b/znc.spec
@@ -1,12 +1,17 @@
 Summary:        An advanced IRC bouncer
 Name:           znc
-Version:        0.092
+Version:        0.093
+Release:        1.svn2098%{?dist}
 #Release:        0.1.rc1%{?dist}
-Release:        1%{?dist}
+#Release:        1%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.sf.net/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+#Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:        znc-0.093.svn2098.tar.bz2
+# svn export https://znc.svn.sourceforge.net/svnroot/znc/trunk
+# mv trunk znc-0.093.svn2098
+# tar jcvf znc-0.093.svn2098.tar.bz2 znc-0.093.svn2098/
 #Patch0:         znc-trafficstats.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -40,7 +45,7 @@ Requires:      %{name} = %{version}-%{release}
 Extra modules for ZNC
 
 %prep
-%setup -q
+%setup -q -n znc-0.093.svn2098
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
 
@@ -72,6 +77,7 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/awaynick.so
 %{_libdir}/znc/blockuser.so
 %{_libdir}/znc/buffextras.so
+%{_libdir}/znc/certauth.so
 %{_libdir}/znc/chansaver.so
 %{_libdir}/znc/clientnotify.so
 %{_libdir}/znc/crypt.so
@@ -129,6 +135,9 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/shell.so
 
 %changelog
+* Tue Aug 3 2010 Nick Bebout <nb at fedoraproject.org> - 0.093-1.svn2098
+- Update to znc 0.093 svn2098
+
 * Wed Jul 14 2010 Nick Bebout <nb at fedoraproject.org> - 0.092-1
 - Update to znc 0.092
 


More information about the scm-commits mailing list