forked from pool/perl-Image-ExifTool
		
	Accepting request 1092588 from home:gkenion:branches:devel:languages:perl
- Update to 12.63:
  - Added ability to read/write/create Brotli-compressed metadata
    in JXL images (requires IO::Compress::Brotli)
  - Added partial support for Exif 3.0 specification:
      - Added new EXIF tags
      - Added MPF Original Preservation Image type
      - Support for reading 'utf8' values (but still write only as
        'string')
  - Added support for Adobe HDR Gain Map (hdrgm) XMP tags
  - Added support for reading 7z files (thanks Amir Gooran, github
    #205) (but currently this doesn't work for the Windows .exe
    version because I haven't been able to install
    Compress::Raw::Lzma for ActivePerl)
  - Added XMP-panorama tags
  - Added warning if -csv is used with -p
  - Added warning if trying to geotag from a UTF-16 track log
  - Decode ImageWidth/Height from JXL images using partial codestreams
  - Decode more Sony tags for some newer models (thanks Jos Roost)
  - Extract GainMapImage (hrgm box) from JXL files
  - Extract Guano information from WAV files
  - Enhanced ImageDataMD5 feature and renamed to ImageDataHash (with
    ImageDataMD5 alias for backward compatibility)
  - Changed RARVersion tag name to FileVersion
  - Fixed bug introduced in 12.46 which could cause a hang when
    reading a corrupted RIFF-based file
  - Fixed writing of Composition:GPSPosition when -n is used
  - API Changes:
      - Added ImageHashType option
OBS-URL: https://build.opensuse.org/request/show/1092588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=115
			
			
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:4990a46c69b656888d7d5732baf4039da964688edddf7a1c2eeb51404999ec1d
 | 
			
		||||
size 5216215
 | 
			
		||||
							
								
								
									
										3
									
								
								Image-ExifTool-12.63.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Image-ExifTool-12.63.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:15162912ac37cdc6a7018498435a8348b5e6d7a10385f38b75e053695c9b5658
 | 
			
		||||
size 5230736
 | 
			
		||||
@@ -1,3 +1,35 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon Jun 12 11:20:08 UTC 2023 - Gus Kenion <gkenion@suse.com>
 | 
			
		||||
 | 
			
		||||
- Update to 12.63:
 | 
			
		||||
  - Added ability to read/write/create Brotli-compressed metadata
 | 
			
		||||
    in JXL images (requires IO::Compress::Brotli)
 | 
			
		||||
  - Added partial support for Exif 3.0 specification:
 | 
			
		||||
      - Added new EXIF tags
 | 
			
		||||
      - Added MPF Original Preservation Image type
 | 
			
		||||
      - Support for reading 'utf8' values (but still write only as
 | 
			
		||||
        'string')
 | 
			
		||||
  - Added support for Adobe HDR Gain Map (hdrgm) XMP tags
 | 
			
		||||
  - Added support for reading 7z files (thanks Amir Gooran, github
 | 
			
		||||
    #205) (but currently this doesn't work for the Windows .exe
 | 
			
		||||
    version because I haven't been able to install
 | 
			
		||||
    Compress::Raw::Lzma for ActivePerl)
 | 
			
		||||
  - Added XMP-panorama tags
 | 
			
		||||
  - Added warning if -csv is used with -p
 | 
			
		||||
  - Added warning if trying to geotag from a UTF-16 track log
 | 
			
		||||
  - Decode ImageWidth/Height from JXL images using partial codestreams
 | 
			
		||||
  - Decode more Sony tags for some newer models (thanks Jos Roost)
 | 
			
		||||
  - Extract GainMapImage (hrgm box) from JXL files
 | 
			
		||||
  - Extract Guano information from WAV files
 | 
			
		||||
  - Enhanced ImageDataMD5 feature and renamed to ImageDataHash (with
 | 
			
		||||
    ImageDataMD5 alias for backward compatibility)
 | 
			
		||||
  - Changed RARVersion tag name to FileVersion
 | 
			
		||||
  - Fixed bug introduced in 12.46 which could cause a hang when
 | 
			
		||||
    reading a corrupted RIFF-based file
 | 
			
		||||
  - Fixed writing of Composition:GPSPosition when -n is used
 | 
			
		||||
  - API Changes:
 | 
			
		||||
      - Added ImageHashType option
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu May  4 07:48:24 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@
 | 
			
		||||
 | 
			
		||||
%define cpan_name Image-ExifTool
 | 
			
		||||
Name:           perl-Image-ExifTool
 | 
			
		||||
Version:        12.62
 | 
			
		||||
Version:        12.63
 | 
			
		||||
Release:        0
 | 
			
		||||
License:        Artistic-1.0 OR GPL-1.0-or-later
 | 
			
		||||
Summary:        Read and write meta information
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user