From: Lutz M?l. <lu...@us...> - 2003-10-15 18:02:58
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1:/tmp/cvs-serv11161 Modified Files: ChangeLog exif.spec.in Log Message: 2003-10-15 Lutz Mueller <lu...@us...> * exif.spec.in: Patches by Peter Bieringer <pb...@bi...>. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- ChangeLog 30 Sep 2003 22:53:37 -0000 1.32 +++ ChangeLog 15 Oct 2003 18:02:53 -0000 1.33 @@ -1,3 +1,7 @@ +2003-10-15 Lutz Mueller <lu...@us...> + + * exif.spec.in: Patches by Peter Bieringer <pb...@bi...>. + 2003-10-01 Lutz Mueller <lu...@us...> * exif/exif-i18n.c: Patch to fix 64bit related crash by Index: exif.spec.in =================================================================== RCS file: /cvsroot/libexif/exif/exif.spec.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- exif.spec.in 3 Jan 2003 14:04:33 -0000 1.1 +++ exif.spec.in 15 Oct 2003 18:02:54 -0000 1.2 @@ -2,12 +2,13 @@ Summary: A utility to display exif headers from jpeg files Version: @VERSION@ Release: 1 -Source: http://prdownloads.sourceforge.net/libexif/exif-0.5.tar.gz +Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.gz Url: http://sourceforge.net/projects/libexif/ Group: Applications/Multimedia -Copyright: GPL +License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libexif-devel, libmnote-devel +Requires: libexif, libmnote %description 'exif' is a small command-line utility to show EXIF information hidden |