rpms/compat-python24-libxml2/F-13 .cvsignore, 1.7, 1.8 compat-python24-libxml2.spec, 1.7, 1.8 sources, 1.7, 1.8

Thorsten Leemhuis thl at rpmfusion.org
Sun May 16 19:53:55 CEST 2010


Author: thl

Update of /cvs/free/rpms/compat-python24-libxml2/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18350

Modified Files:
	.cvsignore compat-python24-libxml2.spec sources 
Log Message:
* Sun May 16 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.7.7-1
- update to 2.7.7
- define python_site{lib|arch} always, as we use compat-python-24
- use global instead of define for macro defintions



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-13/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	24 Oct 2009 11:37:13 -0000	1.7
+++ .cvsignore	16 May 2010 17:53:54 -0000	1.8
@@ -1 +1 @@
-libxml2-2.7.6.tar.gz
+libxml2-2.7.7.tar.gz


Index: compat-python24-libxml2.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-13/compat-python24-libxml2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- compat-python24-libxml2.spec	24 Oct 2009 11:37:13 -0000	1.7
+++ compat-python24-libxml2.spec	16 May 2010 17:53:54 -0000	1.8
@@ -1,11 +1,11 @@
-%define compat_python %{_bindir}/python2.4
+%global compat_python %{_bindir}/python2.4
 
-%{!?python_sitearch: %define python_sitearch %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_sitelib: %define python_sitelib %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%global python_sitearch %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
+%global python_sitelib %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 
 Summary: Python2.4 bindings for the libxml2 library
 Name: compat-python24-libxml2
-Version: 2.7.6
+Version: 2.7.7
 Release: 1%{?dist}
 License: MIT
 Group: Development/Libraries
@@ -63,6 +63,11 @@
 %doc doc/python.html
 
 %changelog
+* Sun May 16 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.7.7-1
+- update to 2.7.7
+- define python_site{lib|arch} always, as we use compat-python-24
+- use global instead of define for macro defintions
+
 * Sat Oct 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.7.6-1
 - update to 2.7.6
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-13/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	24 Oct 2009 11:37:13 -0000	1.7
+++ sources	16 May 2010 17:53:54 -0000	1.8
@@ -1 +1 @@
-7740a8ec23878a2f50120e1faa2730f2  libxml2-2.7.6.tar.gz
+9abc9959823ca9ff904f1fbcf21df066  libxml2-2.7.7.tar.gz



More information about the rpmfusion-commits mailing list