This repository has been archived by the owner on Sep 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: **Summarized Changelog:** - Bug and security fixes. - Improved charset handling in UserComment, - Add support for various new camera bodies and lenses. - Other improvements. Full changelog can be found [here](Exiv2/exiv2#1018 (comment)). Test Plan: - Use RawTherapee with this version and make sure that my CR2 Raw files have correct Exif data. Reviewers: #triage_team, JoshStrobl Reviewed By: #triage_team, JoshStrobl Subscribers: JoshStrobl Tags: #security Differential Revision: https://dev.getsol.us/D9409
- Loading branch information
1 parent
d8ac7d0
commit 9c7cc12
Showing
3 changed files
with
12 additions
and
186 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
<Source> | ||
<Name>exiv2</Name> | ||
<Packager> | ||
<Name>F. von Gellhorn</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jacob Alzén</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-2.0-or-later</License> | ||
<PartOf>desktop.library</PartOf> | ||
|
@@ -20,40 +20,23 @@ | |
<PartOf>desktop.library</PartOf> | ||
<Files> | ||
<Path fileType="executable">/usr/bin/addmoddel</Path> | ||
<Path fileType="executable">/usr/bin/convert-test</Path> | ||
<Path fileType="executable">/usr/bin/easyaccess-test</Path> | ||
<Path fileType="executable">/usr/bin/exifcomment</Path> | ||
<Path fileType="executable">/usr/bin/exifdata</Path> | ||
<Path fileType="executable">/usr/bin/exifdata-test</Path> | ||
<Path fileType="executable">/usr/bin/exifprint</Path> | ||
<Path fileType="executable">/usr/bin/exifvalue</Path> | ||
<Path fileType="executable">/usr/bin/exiv2</Path> | ||
<Path fileType="executable">/usr/bin/exiv2json</Path> | ||
<Path fileType="executable">/usr/bin/geotag</Path> | ||
<Path fileType="executable">/usr/bin/ini-test</Path> | ||
<Path fileType="executable">/usr/bin/iotest</Path> | ||
<Path fileType="executable">/usr/bin/iptceasy</Path> | ||
<Path fileType="executable">/usr/bin/iptcprint</Path> | ||
<Path fileType="executable">/usr/bin/iptctest</Path> | ||
<Path fileType="executable">/usr/bin/key-test</Path> | ||
<Path fileType="executable">/usr/bin/largeiptc-test</Path> | ||
<Path fileType="executable">/usr/bin/metacopy</Path> | ||
<Path fileType="executable">/usr/bin/mmap-test</Path> | ||
<Path fileType="executable">/usr/bin/mrwthumb</Path> | ||
<Path fileType="executable">/usr/bin/path-test</Path> | ||
<Path fileType="executable">/usr/bin/prevtest</Path> | ||
<Path fileType="executable">/usr/bin/stringto-test</Path> | ||
<Path fileType="executable">/usr/bin/taglist</Path> | ||
<Path fileType="executable">/usr/bin/tiff-test</Path> | ||
<Path fileType="executable">/usr/bin/werror-test</Path> | ||
<Path fileType="executable">/usr/bin/write-test</Path> | ||
<Path fileType="executable">/usr/bin/write2-test</Path> | ||
<Path fileType="executable">/usr/bin/xmpdump</Path> | ||
<Path fileType="executable">/usr/bin/xmpparse</Path> | ||
<Path fileType="executable">/usr/bin/xmpparser-test</Path> | ||
<Path fileType="executable">/usr/bin/xmpprint</Path> | ||
<Path fileType="executable">/usr/bin/xmpsample</Path> | ||
<Path fileType="library">/usr/lib64/libexiv2.so.0.27.2</Path> | ||
<Path fileType="library">/usr/lib64/libexiv2.so.0.27.3</Path> | ||
<Path fileType="library">/usr/lib64/libexiv2.so.27</Path> | ||
<Path fileType="localedata">/usr/share/locale/bs/LC_MESSAGES/exiv2.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/exiv2.mo</Path> | ||
|
@@ -82,7 +65,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="12">exiv2</Dependency> | ||
<Dependency release="13">exiv2</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/exiv2/asfvideo.hpp</Path> | ||
|
@@ -144,12 +127,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="12"> | ||
<Date>2019-11-05</Date> | ||
<Version>0.27.2</Version> | ||
<Update release="13"> | ||
<Date>2020-08-09</Date> | ||
<Version>0.27.3</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>F. von Gellhorn</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jacob Alzén</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |