rpms/znc/F-11 znc.spec,1.8,1.9

Nick Bebout nb at fedoraproject.org
Fri Sep 25 06:10:45 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/znc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29168

Modified Files:
	znc.spec 
Log Message:
Fix missing dist tag



Index: znc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-11/znc.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- znc.spec	25 Sep 2009 06:03:36 -0000	1.8
+++ znc.spec	25 Sep 2009 06:10:44 -0000	1.9
@@ -1,12 +1,11 @@
 Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        0.076
-Release:        1
+Release:	2%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.sf.net/
 Source0:        http://downloads.sourceforge.net/znc/znc-0.076.tar.gz
-#Patch1:         znc-0.076-openssl.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl
@@ -43,7 +42,6 @@ Extra modules for ZNC
 
 %prep
 %setup -q
-#%patch1 -p1 -b .openssl
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
 
@@ -127,7 +125,10 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/send_raw.so
 
 %changelog
-* Fri Sep 25 2009 Nick Bebout <nb at fedoraproject.org> - 0.076
+* Fri Sep 25 2009 Nick Bebout <nb at fedoraproject.org> - 0.076-2
+- Fix missing dist tag
+
+* Fri Sep 25 2009 Nick Bebout <nb at fedoraproject.org> - 0.076-1
 - Upgrade to ZNC 0.076
 - http://en.znc.in/wiki/ChangeLog/0.076
 




More information about the scm-commits mailing list