diff --git a/openjpeg-2.4.0.tar.gz b/openjpeg-2.4.0.tar.gz deleted file mode 100644 index d8135f8..0000000 --- a/openjpeg-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8702ba68b442657f11aaeb2b338443ca8d5fb95b0d845757968a7be31ef7f16d -size 2233229 diff --git a/openjpeg-2.5.0.tar.gz b/openjpeg-2.5.0.tar.gz new file mode 100644 index 0000000..e1c4754 --- /dev/null +++ b/openjpeg-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0333806d6adecc6f7a91243b2b839ff4d2053823634d4f6ed7a59bc87409122a +size 1867111 diff --git a/openjpeg2.changes b/openjpeg2.changes index b5eaccc..713c058 100644 --- a/openjpeg2.changes +++ b/openjpeg2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 3 09:59:48 UTC 2022 - Timothy Brown + +- update to 2.5.0: + * Encoder: add support for generation of TLM markers + * Decoder: add support for high throughput (HTJ2K) decoding + * Decoder: add support for partial bitstream decoding + * Bug fixes (including security fixes) + ------------------------------------------------------------------- Mon Jan 18 23:00:45 UTC 2021 - Dirk Müller diff --git a/openjpeg2.spec b/openjpeg2.spec index d841462..b464da9 100644 --- a/openjpeg2.spec +++ b/openjpeg2.spec @@ -1,7 +1,7 @@ # # spec file for package openjpeg2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %define library_name libopenjp2-7 -%define base_version 2.4 +%define base_version 2.5 Name: openjpeg2 -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: Opensource JPEG 2000 Codec Implementation License: BSD-2-Clause @@ -31,10 +31,14 @@ BuildRequires: cmake > 2.8.2 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: libjbig-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(libjpeg) +BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libtiff-4) +BuildRequires: pkgconfig(libzstd) %description The OpenJPEG library is an open-source JPEG 2000 codec written in C language.