[exif] Update to 0.6.21

fantom fantom at fedoraproject.org
Tue Jul 17 00:58:29 UTC 2012


commit aff32b7533e9999ddcc7b32b3dc35d132240fac1
Author: Matthieu Saulnier <fantom at fedoraproject.org>
Date:   Tue Jul 17 02:57:56 2012 +0200

    Update to 0.6.21

 .gitignore |    1 +
 exif.spec  |   20 ++++++++++++--------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42cfe25..3435199 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /exif-0.6.20.tar.bz2
+/exif-0.6.21.tar.bz2
diff --git a/exif.spec b/exif.spec
index dc3d446..e065288 100644
--- a/exif.spec
+++ b/exif.spec
@@ -1,6 +1,6 @@
 Name:           exif
-Version:        0.6.20
-Release:        3%{?dist}
+Version:        0.6.21
+Release:        1%{?dist}
 Summary:        Utility to show EXIF information hidden in JPEG files
 
 License:        LGPLv2+
@@ -19,12 +19,11 @@ in JPEG files.
 
 %prep
 %setup -q
-# Convert to UTF8 exif.1.gz, AUTHORS and ChangeLog :
-for f in AUTHORS ChangeLog %{name}.1; do
-  iconv -f iso-8859-1 -t utf8 $f >$f.tmp && \
-  touch -r $f $f.tmp && \
-  mv $f.tmp $f
-done
+# Convert to UTF8 AUTHORS doc file :
+iconv -f iso-8859-1 -t utf8 AUTHORS >AUTHORS.tmp
+touch -r AUTHORS AUTHORS.tmp
+mv AUTHORS.tmp AUTHORS
+
 
 
 %build
@@ -48,6 +47,11 @@ make check
 
 
 %changelog
+* Tue Jul 17 2012 Matthieu Saulnier <fantom at fedoraproject.org> - 0.6.21-1
+- Update to 0.6.21
+  - Fix CVE-2012-2845 (RHBZ #840002,#840003)
+- Update scriplet in %%prep section of spec file
+
 * Fri Apr 13 2012 Matthieu Saulnier <fantom at fedoraproject.org> - 0.6.20-3
 - fix license in spec file (again)
 
diff --git a/sources b/sources
index 6527108..8d8ad9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d88291883506d4ee52d1eec9ed5f42a  exif-0.6.20.tar.bz2
+0e744471b8c3b3b1534d5af38bbf6408  exif-0.6.21.tar.bz2


More information about the scm-commits mailing list