rpms/python-exif/F-8 EXIF,1.1,1.2 python-exif.spec,1.5,1.6

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


Author: terjeros

Update of /cvs/extras/rpms/python-exif/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11578/F-8

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/F-8/EXIF,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EXIF	11 Feb 2008 09:16:04 -0000	1.1
+++ EXIF	3 Mar 2008 18:55:32 -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/F-8/python-exif.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-exif.spec	11 Feb 2008 09:16:04 -0000	1.5
+++ python-exif.spec	3 Mar 2008 18:55:32 -0000	1.6
@@ -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