Package: exiftags / 1.01-6

Metadata

Package Version Patches format
exiftags 1.01-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 makefile.patch | (download)

Makefile | 15 6 + 9 - 0 !
1 file changed, 6 insertions(+), 9 deletions(-)

---
010 492566 exifpgs.c.patch | (download)

exifgps.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 gawk: wrong string length after index and sub
Date: Sun, 27 Jul 2008 12:18:03 +0200

Package: exiftags
Version: 0.98-1.1+etch1
Severity: normal
Tags: patch

The number of decimal digits used to display GPS values is computed
wrongly. The base-10 logarithm needs to be rounded up to get the
correct number.

E.g., in an example I had n=297, d=5. Since log10(d)=0.69..., it's
rounded to 0, i.e. the fraction is displayed with no decimals (59).
Rounding up the logarithm to 1 will correctly display 1 decimal
(59.4).

050 hyphens to minuses in man.patch | (download)

exiftime.1 | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
060 Makefile harden.patch | (download)

Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---