Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openjpeg2 for openSUSE:Factory checked in at 2021-02-16 22:34:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openjpeg2 (Old) and /work/SRC/openSUSE:Factory/.openjpeg2.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openjpeg2" Tue Feb 16 22:34:49 2021 rev:15 rq:867967 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openjpeg2/openjpeg2.changes 2020-02-06 13:05:24.816244360 +0100 +++ /work/SRC/openSUSE:Factory/.openjpeg2.new.28504/openjpeg2.changes 2021-02-16 22:35:12.169554972 +0100 @@ -1,0 +2,14 @@ +Mon Jan 18 23:00:45 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 2.4.0: + * Encoder: add support for multithreading #1248 + * Encoder: add support for generation of PLT markers #1246 + * Encoder: single-threaded performance improvements in forward DWT for 5-3 and 9-7 (and other improvements) #1253 + * Encoder: support IMF profiles #1235 + * Many bug fixes (including security fixes) + +- drop 024b8407392cb0b8.patch, 05f9b91e60debda0.patch, + 21399f6b7d318fcd.patch, 3aef207f90e937d4.patch, + 4cb1f663049aab96.patch: upstream + +------------------------------------------------------------------- Old: ---- 024b8407392cb0b8.patch 05f9b91e60debda0.patch 21399f6b7d318fcd.patch 3aef207f90e937d4.patch 4cb1f663049aab96.patch openjpeg-2.3.1.tar.gz New: ---- openjpeg-2.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openjpeg2.spec ++++++ --- /var/tmp/diff_new_pack.QZOh2c/_old 2021-02-16 22:35:13.165556298 +0100 +++ /var/tmp/diff_new_pack.QZOh2c/_new 2021-02-16 22:35:13.169556304 +0100 @@ -1,7 +1,7 @@ # # spec file for package openjpeg2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,36 +17,24 @@ %define library_name libopenjp2-7 -%define base_version 2.3 - +%define base_version 2.4 Name: openjpeg2 -Version: 2.3.1 +Version: 2.4.0 Release: 0 Summary: Opensource JPEG 2000 Codec Implementation License: BSD-2-Clause Group: Productivity/Graphics/Other -URL: http://www.openjpeg.org/ +URL: https://www.openjpeg.org/ Source0: https://github.com/uclouvain/openjpeg/archive/v%{version}.tar.gz#/openjpeg-%{version}.tar.gz Source1: baselibs.conf -# PATCH-FIX-UPSTREAM -- like CVE-2018-6616, but rle4 instead of rle8, bsc#1079845, https://github.com/uclouvain/openjpeg/commit/21399f6b7d318fcd.patch -Patch0: 21399f6b7d318fcd.patch -# PATCH-FIX-UPSTREAM -- CVE-2019-12973, bsc#1140359, https://github.com/uclouvain/openjpeg/commit/3aef207f90e937d4.patch -Patch1: 3aef207f90e937d4.patch -# PATCH-FIX-UPSTREAM -- OSS-fuzz, https://github.com/uclouvain/openjpeg/commit/4cb1f663049aab96.patch -Patch2: 4cb1f663049aab96.patch -# PATCH-FIX-UPSTREAM -- CVE-2020-6851, bsc#1160782, https://github.com/uclouvain/openjpeg/commit/024b8407392cb0b8.patch -Patch3: 024b8407392cb0b8.patch -# PATCH-FIX-UPSTREAM -- CVE-2020-8112, bsc#1162090, https://github.com/uclouvain/openjpeg/commit/05f9b91e60debda0.patch -Patch4: 05f9b91e60debda0.patch BuildRequires: cmake > 2.8.2 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libtiff-4) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The OpenJPEG library is an open-source JPEG 2000 codec written in C language. @@ -117,38 +105,32 @@ -DOPENJPEG_INSTALL_LIB_DIR=%{_lib} \ -DOPENJPEG_INSTALL_DOC_DIR=share/doc/packages/%{name}-devel-doc -make %{?_smp_mflags} VERBOSE=1 all doc +%make_build all doc %install %cmake_install rm %{buildroot}%{_defaultdocdir}/%{name}-devel-doc/LICENSE -mv %{buildroot}%{_prefix}/share/doc/html %{buildroot}%{_defaultdocdir}/%{name}-devel-doc %fdupes %{buildroot}%{_defaultdocdir} %post -n %{library_name} -p /sbin/ldconfig - %postun -n %{library_name} -p /sbin/ldconfig %files -%defattr(-,root,root,-) %license LICENSE %{_bindir}/opj_* -%{_mandir}/man1/opj_*.1%{ext_man} +%{_mandir}/man1/opj_*.1%{?ext_man} %files -n %{library_name} -%defattr(-,root,root,-) %{_libdir}/libopenjp2.so.* %files devel -%defattr(-,root,root,-) %{_includedir}/openjpeg-%{base_version}/ %{_libdir}/libopenjp2.so %{_libdir}/pkgconfig/libopenjp2.pc %{_libdir}/openjpeg-%{base_version}/ -%{_mandir}/man3/libopenjp2.3%{ext_man} +%{_mandir}/man3/libopenjp2.3%{?ext_man} %files devel-doc -%defattr(-,root,root,-) %license LICENSE %doc AUTHORS.md CHANGELOG.md NEWS.md README.md THANKS.md %doc %{_defaultdocdir}/%{name}-devel-doc/html ++++++ openjpeg-2.3.1.tar.gz -> openjpeg-2.4.0.tar.gz ++++++ ++++ 11726 lines of diff (skipped)
