New upstream version 2.0.27
This commit is contained in:
parent
7ea8e1cbc4
commit
191b287329
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ jasper-1.900.1.zip
|
||||
/version-2.0.24.tar.gz
|
||||
/version-2.0.25.tar.gz
|
||||
/version-2.0.26.tar.gz
|
||||
/version-2.0.27.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: Implementation of the JPEG-2000 standard, Part 1
|
||||
Name: jasper
|
||||
Version: 2.0.26
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.27
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: JasPer
|
||||
URL: http://www.ece.uvic.ca/~frodo/jasper/
|
||||
@ -15,7 +15,6 @@ Source0: https://github.com/jasper-software/jasper/archive/version-%{version}.ta
|
||||
# skip hard-coded prefix/lib rpath
|
||||
Patch2: jasper-2.0.14-rpath.patch
|
||||
Patch3: jasper-freeglut.patch
|
||||
Patch4: jasper-CVE-2021-3443.patch
|
||||
|
||||
# architecture related patches
|
||||
Patch100: jasper-2.0.2-test-ppc64-disable.patch
|
||||
@ -69,7 +68,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
# Need to disable one test to be able to build it on ppc64 arch
|
||||
# At ppc64 this test just stuck (nothing happend - no exception or error)
|
||||
%patch3 -p1 -b .freeglut
|
||||
%patch4 -p1 -b .CVE-2021-3443
|
||||
|
||||
%if "%{_arch}" == "ppc64"
|
||||
%patch100 -p1 -b .test-ppc64-disable
|
||||
@ -130,6 +128,9 @@ make test -C builder
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 24 2021 Josef Ridky <jridky@redhat.com> - 2.0.27-1
|
||||
- New upstream release 2.0.27 (#1940455)
|
||||
|
||||
* Tue Mar 16 2021 Josef Ridky <jridky@redhat.com> - 2.0.26-2
|
||||
- Fix CVE-2021-3443 (#1939233)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (version-2.0.26.tar.gz) = 083df81674439bac4f328d2a53d9cb58995d624dcb572b83d47bbc4e5c50209cf83eab0ac62cb2576f0518565e54715b883f752a60ac42de930d4918b12a6281
|
||||
SHA512 (version-2.0.27.tar.gz) = c5d336d8364d593a785b65e7114e33cc53638e28d3b5101a8f20da653a116a54b684d5d285cb4e6ddd786ff5f294781291f3675fa5078fc69eb3a4a8ef155ea9
|
||||
|
Loading…
Reference in New Issue
Block a user