rpms/PyX/devel .cvsignore,1.2,1.3 PyX.spec,1.1,1.2 sources,1.2,1.3

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Sat Jun 3 11:51:50 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/PyX/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25275/devel

Modified Files:
	.cvsignore PyX.spec sources 
Log Message:
New upstream release.
Intentionally only modifying sources for FC4/FC5 (so I don't forget to
when I update their spec after testing)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/PyX/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 May 2006 13:49:32 -0000	1.2
+++ .cvsignore	3 Jun 2006 11:51:50 -0000	1.3
@@ -1,2 +1,4 @@
 PyX-0.8.1-manual.pdf
 PyX-0.8.1.tar.gz
+PyX-0.9-manual.pdf
+PyX-0.9.tar.gz


Index: PyX.spec
===================================================================
RCS file: /cvs/extras/rpms/PyX/devel/PyX.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyX.spec	2 May 2006 13:49:32 -0000	1.1
+++ PyX.spec	3 Jun 2006 11:51:50 -0000	1.2
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           PyX
-Version:        0.8.1
-Release:        4%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        Python graphics package
 
 Group:          Applications/Publishing
@@ -34,7 +34,7 @@
 
 
 %build
-%{__sed} -i 's?^build_t1strip=.*?build_t1strip=1?' setup.cfg
+%{__sed} -i 's?^build_t1code=.*?build_t1code=1?' setup.cfg
 # Bug #150085 excludes x86_64 - don't enable pykpathsea C module for x86_64
 %ifnarch x86_64
 %{__sed} -i 's?^build_pykpathsea=.*?build_pykpathsea=1?' setup.cfg
@@ -95,14 +95,23 @@
 %ifnarch x86_64
 %{python_sitearch}/pyx/pykpathsea/*.so
 %endif
-%dir %{python_sitearch}/pyx/t1strip
-%{python_sitearch}/pyx/t1strip/*.py
-%{python_sitearch}/pyx/t1strip/*.pyc
-%ghost %{python_sitearch}/pyx/t1strip/*.pyo
-%{python_sitearch}/pyx/t1strip/*.so
+### t1strip stuff moved to font in 0.9
+#%%dir %{python_sitearch}/pyx/t1strip
+#%%{python_sitearch}/pyx/t1strip/*.py
+#%%{python_sitearch}/pyx/t1strip/*.pyc
+#%%ghost %{python_sitearch}/pyx/t1strip/*.pyo
+#%%{python_sitearch}/pyx/t1strip/*.so
+%dir %{python_sitearch}/pyx/font
+%{python_sitearch}/pyx/font/*.py
+%{python_sitearch}/pyx/font/*.pyc
+%ghost %{python_sitearch}/pyx/font/*.pyo
+%{python_sitearch}/pyx/font/*.so
 
 
 %changelog
+* Sat Jun 03 2006 Michael A. Peters <mpeters at mac.com> - 0.9-1
+- New upstream release (closes bug #193956)
+
 * Sun Apr 30 2006 Michael A. Peters <mpeters at mac.com> - 0.8.1-4
 - Fixed rpmlint errors noted in 190247#3
 - Don't build pykpathsea C module for x86_64 (Bug #150085)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/PyX/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 May 2006 13:49:32 -0000	1.2
+++ sources	3 Jun 2006 11:51:50 -0000	1.3
@@ -1,2 +1,4 @@
 bfab7bbc4f3442c946f489133df515f0  PyX-0.8.1-manual.pdf
 5e751cef8d62774a6fc659cc9a03c231  PyX-0.8.1.tar.gz
+937cfe462b5d1c8341e3d3285f676f7c  PyX-0.9-manual.pdf
+c90c59e257e713cae1dc99677100ffeb  PyX-0.9.tar.gz




More information about the fedora-extras-commits mailing list