New upstream release 3.0.2
This commit is contained in:
parent
810e315ae3
commit
d479fcdf39
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ jasper-1.900.1.zip
|
||||
/version-2.0.32.tar.gz
|
||||
/version-2.0.33.tar.gz
|
||||
/jasper-version-3.0.0.tar.gz
|
||||
/version-3.0.2.tar.gz
|
||||
|
13
jasper.spec
13
jasper.spec
@ -5,18 +5,15 @@
|
||||
|
||||
Summary: Implementation of the JPEG-2000 standard, Part 1
|
||||
Name: jasper
|
||||
Version: 3.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: JasPer
|
||||
URL: http://www.ece.uvic.ca/~frodo/jasper/
|
||||
Source0: https://github.com/jasper-software/jasper/archive/%{name}-version-%{version}.tar.gz
|
||||
Source0: https://github.com/jasper-software/%{name}/archive/refs/tags/version-%{version}.tar.gz
|
||||
|
||||
# skip hard-coded prefix/lib rpath
|
||||
Patch1: jasper-3.0.0-rpath.patch
|
||||
# https://github.com/jasper-software/jasper/issues/318
|
||||
# https://github.com/jasper-software/jasper/commit/39047be58de0f7f1e58b9866ef7f78722fba9bf1
|
||||
Patch2: jasper-3.0.0-class-cplusplus-keyword.patch
|
||||
|
||||
# architecture related patches
|
||||
Patch100: jasper-2.0.2-test-ppc64-disable.patch
|
||||
@ -67,7 +64,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%setup -q -n %{name}-version-%{version}
|
||||
|
||||
%patch1 -p1 -b .rpath
|
||||
%patch2 -p1 -b .keyword
|
||||
# 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)
|
||||
|
||||
@ -130,6 +126,9 @@ make test -C builder
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 14 2022 Josef Ridky <jridky@redhat.com> - 3.0.2-1
|
||||
- New upstream release 3.0.2
|
||||
|
||||
* Mon Feb 14 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.0.0-4
|
||||
- Backport upstream fix for avoiding c++ keyword
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jasper-version-3.0.0.tar.gz) = 150dd1db769033f01e1cd91aa4a1906eab0a3d0d21dd9a2abf9b7a9cc80769712872b9c59a56494751e0f06c7648092477d966222b5f95d9222c7fb0d68799c9
|
||||
SHA512 (version-3.0.2.tar.gz) = 33a43abb6b4abcac9e5eeddf4a29f56a4cfe41cd151889e3785b6371b8af07ee96f08cfa5c85c98211aa711110c75087fa417f5d61d9460f9be317005e0afc3a
|
||||
|
Loading…
Reference in New Issue
Block a user