The package rpms/python-glymur.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/python-glymur.git/commit/?id=167d6f5....
Change: -%ifarch s390x
Thanks.
Full change: ============
commit 167d6f52a70f66bb4f6dc61a0a92f9c1fc0f44d2 Author: Benjamin A. Beasley code@musicinmybrain.net Date: Fri Oct 28 22:04:07 2022 -0400
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 )
arch-excludes@lists.fedoraproject.org