[znc/el5/master: 3/3] Merge branch 'master' into el5

Nick Bebout nb at fedoraproject.org
Thu Mar 3 23:30:51 UTC 2011


commit 17fac951a2708f1afb5a43a06af36d1847a657fb
Merge: cdb5627 bfb86d8
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Thu Mar 3 17:30:28 2011 -0600

    Merge branch 'master' into el5

 .gitignore        |    1 +
 sources           |    2 +-
 znc-release.patch |   11 +++++++++++
 znc.spec          |   11 ++++++++---
 4 files changed, 21 insertions(+), 4 deletions(-)
---
diff --cc znc.spec
index d817d5b,31cfd49..6037c93
--- a/znc.spec
+++ b/znc.spec
@@@ -53,9 -54,28 +54,10 @@@ Requires:      tc
  %description modtcl
  TCL module for ZNC
  
 -%package modperl
 -Summary:       perl module for ZNC
 -Group:         Development/Libraries
 -Requires:      %{name} = %{version}-%{release}
 -Requires:      perl
 -
 -%description modperl
 -perl module for ZNC
 -
 -%package modpython
 -Summary:       python module for ZNC
 -Group:         Development/Libraries
 -Requires:      %{name} = %{version}-%{release}
 -Requires:      python3
 -
 -%description modpython
 -python module for ZNC
 -
  %prep
  #%setup -q
- %setup -q -n %{name}-%{version}-alpha1
+ %setup -q -n %{name}-%{version}-beta
+ %patch0 -p1
  %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
  chmod -x modules/q.cpp
  
@@@ -147,7 -169,21 +149,10 @@@
  %defattr(-,root,root)
  %{_libdir}/znc/modtcl.so
  
 -%files modperl
 -%defattr(-,root,root)
 -%{_libdir}/znc/modperl/
 -%{_libdir}/znc/modperl.so
 -%{_libdir}/znc/perleval.pm
 -
 -%files modpython
 -%defattr(-,root,root)
 -%{_libdir}/znc/modpython/
 -%{_libdir}/znc/modpython.so
 -
  %changelog
+ * Wed Mar 02 2011 Nick Bebout <nb at fedoraproject.org> - 0.098-0.2.beta
+ - Update to znc-0.098-beta
+ 
  * Wed Feb 23 2011 Nick Bebout <nb at fedoraproject.org> - 0.098-0.1.alpha1
  - Update to znc 0.098-alpha1
  


More information about the scm-commits mailing list