rpms/wireshark/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 wireshark.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 12 10:54:45 UTC 2006


Author: rvokal

Update of /cvs/dist/rpms/wireshark/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6560

Modified Files:
	.cvsignore sources wireshark.spec 
Log Message:
- update to 0.99.5 prerelease, spec file tuneup


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/wireshark/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	1 Nov 2006 12:26:13 -0000	1.8
+++ .cvsignore	12 Dec 2006 10:54:43 -0000	1.9
@@ -1 +1 @@
-wireshark-0.99.4.tar.gz
+wireshark-0.99.5-SVN-20123.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/wireshark/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	1 Nov 2006 12:26:13 -0000	1.8
+++ sources	12 Dec 2006 10:54:43 -0000	1.9
@@ -1 +1 @@
-2556a31d0d770dd1990bd67b98bd2f9b  wireshark-0.99.4.tar.gz
+df793c9f1df06d40491d28b9d56b3d75  wireshark-0.99.5-SVN-20123.tar.gz


Index: wireshark.spec
===================================================================
RCS file: /cvs/dist/rpms/wireshark/devel/wireshark.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wireshark.spec	7 Dec 2006 16:38:58 -0000	1.13
+++ wireshark.spec	12 Dec 2006 10:54:43 -0000	1.14
@@ -1,14 +1,18 @@
 %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
-%define svn_version 19669
+#define to 0 for final version
+%define svn_version 20123
 
 Summary: 	Network traffic analyzer
 Name: 		wireshark
 Version:	0.99.4
-Release: 5%{?dist}
+Release: 	0.pre1%{?dist}
 License: 	GPL
 Group: 		Applications/Internet
+%if %{svn_version}
+Source0:	http://www.wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
+%else
 Source0:	http://www.wireshark.org/download/prerelease/%{name}-%{version}.tar.gz
-#Source0:	http://www.wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
+%endif
 Source1:	wireshark.pam
 Source2:	wireshark.console
 Source3:	wireshark.desktop
@@ -56,8 +60,11 @@
 
 
 %prep
-#%setup -q -n %{name}-%{version}-SVN-%{svn_version}
+%if %{svn_version}
+%setup -q -n %{name}-%{version}-SVN-%{svn_version}
+%else
 %setup -q -n %{name}-%{version}
+%endif
 %patch1 -p1 -b .pie
 %patch3 -p1 
 
@@ -177,6 +184,9 @@
 
 
 %changelog
+* Tue Dec 12 2006 Radek Vokal <rvokal at redhat.com> 0.99.5-0.pre1
+- update to 0.99.5 prerelease
+
 * Thu Dec  7 2006 Jeremy Katz <katzj at redhat.com> - 0.99.4-5
 - rebuild for python 2.5 
 




More information about the fedora-cvs-commits mailing list