rpms/python-exif/devel EXIF,1.1,1.2 python-exif.spec,1.6,1.7

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Mon Mar 3 18:53:43 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/python-exif/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11483

Modified Files:
	EXIF python-exif.spec 
Log Message:
* Mon Mar  3 2008 Terje Rosten <terjeros at phys.ntnu.no> - 1.0.7-4
- Fix script (bz #435758)



Index: EXIF
===================================================================
RCS file: /cvs/extras/rpms/python-exif/devel/EXIF,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EXIF	11 Feb 2008 09:02:32 -0000	1.1
+++ EXIF	3 Mar 2008 18:53:06 -0000	1.2
@@ -3,4 +3,5 @@
 
 PY_DIR=$(python -c "from distutils.sysconfig import get_python_lib as py_dir; print py_dir()")
 
-python $PY_DIR/EXIF.py
+python $PY_DIR/EXIF.py "$@"
+


Index: python-exif.spec
===================================================================
RCS file: /cvs/extras/rpms/python-exif/devel/python-exif.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-exif.spec	11 Feb 2008 09:02:32 -0000	1.6
+++ python-exif.spec	3 Mar 2008 18:53:06 -0000	1.7
@@ -7,7 +7,7 @@
 Name:    python-exif
 # Remember to update setup.py
 Version: 1.0.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group:   Development/Libraries
 URL:     http://sourceforge.net/projects/%{oname}/
@@ -47,6 +47,9 @@
 %{python_sitelib}/EXIF*
 
 %changelog
+* Mon Mar  3 2008 Terje Rosten <terjeros at phys.ntnu.no> - 1.0.7-4
+- Fix script (bz #435758)
+
 * Mon Feb 11 2008 Terje Rosten <terjeros at phys.ntnu.no> - 1.0.7-3
 - add script and changes.txt
 




More information about the fedora-extras-commits mailing list