rpms/wireshark/devel wireshark.spec,1.77,1.78

Radek Vokál rvokal at fedoraproject.org
Mon May 17 08:17:14 UTC 2010


Author: rvokal

Update of /cvs/extras/rpms/wireshark/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5425

Modified Files:
	wireshark.spec 
Log Message:
 removing traling bracket from python_sitearch (#592391)


Index: wireshark.spec
===================================================================
RCS file: /cvs/extras/rpms/wireshark/devel/wireshark.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- wireshark.spec	7 May 2010 12:07:14 -0000	1.77
+++ wireshark.spec	17 May 2010 08:17:14 -0000	1.78
@@ -1,4 +1,4 @@
-%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
 
 #define to 0 for final version
 %define svn_version 0
@@ -16,7 +16,7 @@ Version:	1.2.8
 %if %{svn_version}
 Release: 	0.%{svn_version}%{?dist}
 %else
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 %endif
 License: 	GPL+
 Group: 		Applications/Internet
@@ -326,6 +326,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/idl2wrs
 
 %changelog
+* Mon May 17 2010 Radek Vokal <rvokal at redhat.com> - 1.2.8-4
+- removing traling bracket from python_sitearch (#592391)
+
 * Fri May  7 2010 Radek Vokal <rvokal at redhat.com> - 1.2.8-3
 - fix patched applied without fuzz=0
 



More information about the scm-commits mailing list