From 45c0fc07418b2e35ecf0015a7c354f15dc3d6531 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Oct 31 2022 13:04:14 +0000 Subject: Update to 0.12.0 (close RHBZ#2138301) - Test failures on s390x are now skipped and tracked upstream (close RHBZ#2068124) --- diff --git a/.gitignore b/.gitignore index a1e62d0..dbd60c1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /python-glymur-0.11.6post1.tar.gz /python-glymur-fc34f9dfcdcf84eb8a32e7676ed807e52fbbc76f.tar.gz /python-glymur-0.11.7.tar.gz +/python-glymur-0.12.0.tar.gz diff --git a/python-glymur.spec b/python-glymur.spec index 7f9208e..c7fa0d8 100644 --- a/python-glymur.spec +++ b/python-glymur.spec @@ -1,5 +1,5 @@ Name: python-glymur -Version: 0.11.7 +Version: 0.12.0 Release: %autorelease Summary: Interface to the OpenJPEG library for working with JPEG 2000 files @@ -73,13 +73,7 @@ install -m 0644 -p -D -t %{buildroot}%{_mandir}/man1 %{SOURCE1} %{SOURCE2} %check -%ifarch s390x -# TestSuite.test_psnr fails on s390x -# https://bugzilla.redhat.com/show_bug.cgi?id=2068124 -# https://github.com/quintusdias/glymur/issues/546 -k="${k-}${k+ and }not (TestSuite and test_psnr)" -%endif -%pytest -v -k "${k-}" +%pytest -v %files -n python3-glymur -f %{pyproject_files} diff --git a/sources b/sources index 45f5987..53d591d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-glymur-0.11.7.tar.gz) = 6a875dd8fa4abd26204f5e11bf85a6c3199e93a411508851362578dee7a2b1ce621c83fc83e701f9ff65d8a86375a4a1803b4c06509abcb715e6b3582a981d5b +SHA512 (python-glymur-0.12.0.tar.gz) = eae9ac732efc2a1852f9f1102959ac8ee94b517dceebd07e1fdfaf095cdfba99346c76298fbbcbbd1728fd8db021f9311de17eb2a3540121fba14c7715810ea4 diff --git a/tiff2jp2.1 b/tiff2jp2.1 index 37d8430..135a0b5 100644 --- a/tiff2jp2.1 +++ b/tiff2jp2.1 @@ -117,10 +117,14 @@ Create Exif UUID box from TIFF metadata. Extract XMLPacket tag value from TIFF IFD and store in XMP UUID box. This will exclude the XMLPacket tag from the Exif UUID box. (default: -.BR False ) +.BR True ) +.TP +.B \-\-include\-icc\-profile +If specified, subsume any ICC profile (tag 34675) from the +TIFF IFD into the colour specification box. .TP .B \-\-exclude\-tags\ \fR[\fIEXCLUDE_TAGS\fR\ ...] -Exclude TIFF tag(s) from EXIF UUID (if creating such a UUID). +Exclude TIFF tag(s) from EXIF UUID. This option may be specified as tag numbers or names. (default: .BR None )