Hello community, here is the log from the commit of package jasper for openSUSE:Factory checked in at 2019-03-27 16:13:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jasper (Old) and /work/SRC/openSUSE:Factory/.jasper.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jasper" Wed Mar 27 16:13:43 2019 rev:43 rq:688203 version:2.0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/jasper/jasper.changes 2019-03-22 14:52:18.114135392 +0100 +++ /work/SRC/openSUSE:Factory/.jasper.new.25356/jasper.changes 2019-03-27 16:13:44.451631780 +0100 @@ -1,0 +2,16 @@ +Mon Mar 25 10:23:40 UTC 2019 - [email protected] + +- Update to 2.0.16: + * Fix assertion failure JPC_NOMINALGAIN (CVE-2016-9396) (#50) + * Fix build on Windows 10 (#162) + * Improve README + * Fix build with CMake 2.x + * Add missing dereference operators (#178, #157) + * Check data in jas_image (CVE-2018-19539) (#196) +- Remove because contained in new release: + * jasper-CVE-2018-19539.patch + * 0001-jpc_cs-reject-all-but-JPC_COX_INS-and-JPC_COX_RFT.patch + * Remove 0001-Added-a-fix-from-nrusch-to-allow-JasPer-to-be-build-.patch +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- 0001-Added-a-fix-from-nrusch-to-allow-JasPer-to-be-build-.patch 0001-jpc_cs-reject-all-but-JPC_COX_INS-and-JPC_COX_RFT.patch jasper-2.0.14.tar.gz jasper-CVE-2018-19539.patch New: ---- version-2.0.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jasper.spec ++++++ --- /var/tmp/diff_new_pack.lC0gpy/_old 2019-03-27 16:13:45.563631496 +0100 +++ /var/tmp/diff_new_pack.lC0gpy/_new 2019-03-27 16:13:45.567631495 +0100 @@ -12,25 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: jasper -Version: 2.0.14 +Version: 2.0.16 Release: 0 Summary: An Implementation of the JPEG-2000 Standard, Part 1 License: SUSE-Public-Domain Group: Productivity/Graphics/Convertors -Url: http://www.ece.uvic.ca/~mdadams/jasper/ -Source: %{name}-%{version}.tar.gz +URL: http://www.ece.uvic.ca/~mdadams/jasper/ +Source: https://github.com/mdadams/jasper/archive/version-%{version}.tar.gz Source2: baselibs.conf Patch1: jasper-CVE-2016-9398.patch -Patch2: 0001-jpc_cs-reject-all-but-JPC_COX_INS-and-JPC_COX_RFT.patch -Patch3: 0001-Added-a-fix-from-nrusch-to-allow-JasPer-to-be-build-.patch +# https://github.com/mdadams/jasper/pull/204 Patch4: jasper-CVE-2018-9055.patch -# https://github.com/mdadams/jasper/pull/196 -Patch5: jasper-CVE-2018-19539.patch # https://github.com/mdadams/jasper/pull/200 Patch6: jasper-CVE-2018-19542.patch BuildRequires: Mesa-libGL-devel @@ -45,7 +42,6 @@ BuildRequires: libdrm-devel BuildRequires: libjpeg-devel BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains an implementation of the image compression @@ -84,12 +80,9 @@ image compression standard Part 1. %prep -%setup -q +%setup -q -n %{name}-version-%{version} %patch1 -p1 -%patch2 -p1 -%patch3 -p1 %patch4 -p1 -%patch5 -p1 %patch6 -p1 %build @@ -106,8 +99,9 @@ %postun -n libjasper4 -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYRIGHT LICENSE README doc/* +%license LICENSE +%doc COPYRIGHT README doc/* +%doc %{_docdir}/jasper %{_bindir}/imgcmp %{_bindir}/imginfo %{_bindir}/jasper @@ -115,11 +109,9 @@ %{_mandir}/man*/* %files -n libjasper4 -%defattr(-,root,root) %{_libdir}/libjasper*.so.* %files -n libjasper-devel -%defattr(-,root,root) %{_includedir}/jasper %{_libdir}/libjasper.so %{_libdir}/pkgconfig/jasper.pc
