rpms/python-BeautifulSoup/EL-6 python-BeautifulSoup.spec, 1.18, 1.19 .cvsignore, 1.7, 1.8 sources, 1.8, 1.9

Nicolas Chauvet kwizart at fedoraproject.org
Thu Jul 1 21:50:56 UTC 2010


Author: kwizart

Update of /cvs/pkgs/rpms/python-BeautifulSoup/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30448

Modified Files:
	python-BeautifulSoup.spec .cvsignore sources 
Log Message:
Update to lastest adn build for el6



Index: python-BeautifulSoup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-BeautifulSoup/EL-6/python-BeautifulSoup.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- python-BeautifulSoup.spec	6 Dec 2009 18:10:30 -0000	1.18
+++ python-BeautifulSoup.spec	1 Jul 2010 21:50:55 -0000	1.19
@@ -1,11 +1,11 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 %define oname   BeautifulSoup
 
 Name:           python-BeautifulSoup
 Epoch:          1
-Version:        3.0.8
+Version:        3.0.8.1
 Release:        1%{?dist}
 Summary:        HTML/XML parser for quick-turnaround applications like screen-scraping
 
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Jun 20 2010 Terje Rosten <terje.rosten at ntnu.no> - 1:3.0.8.1-1
+- 3.0.8.1
+
 * Sun Dec  6 2009 Terje Rosten <terje.rosten at ntnu.no> - 1:3.0.8-1
 - 3.0.8
 - Fix source url


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-BeautifulSoup/EL-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	6 Dec 2009 18:10:30 -0000	1.7
+++ .cvsignore	1 Jul 2010 21:50:55 -0000	1.8
@@ -1 +1 @@
-BeautifulSoup-3.0.8.tar.gz
+BeautifulSoup-3.0.8.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-BeautifulSoup/EL-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	6 Dec 2009 18:10:30 -0000	1.8
+++ sources	1 Jul 2010 21:50:55 -0000	1.9
@@ -1 +1 @@
-1ed94bfdb601055f467007859366e3c4  BeautifulSoup-3.0.8.tar.gz
+d2f7b6b25bd26cd15e8b8a60ecc49c90  BeautifulSoup-3.0.8.1.tar.gz



More information about the scm-commits mailing list