|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: DjVu viewers, encoders, and utilities
|
|
|
|
|
Name: djvulibre
|
|
|
|
|
Version: 3.5.28
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://djvu.sourceforge.net/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz
|
|
|
|
@ -68,16 +68,16 @@ Development files for DjVuLibre.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .cdefs
|
|
|
|
|
%patch -P0 -p1 -b .cdefs
|
|
|
|
|
#%patch1 -p1 -b .cflags
|
|
|
|
|
%patch6 -p1 -b .export-file
|
|
|
|
|
%patch8 -p1 -b .check-image-size
|
|
|
|
|
%patch9 -p1 -b .integer-overflow
|
|
|
|
|
%patch10 -p1 -b .check-input-pool
|
|
|
|
|
%patch11 -p1 -b .djvuport-stack-overflow
|
|
|
|
|
%patch12 -p1 -b .unsigned-short-overflow
|
|
|
|
|
%patch14 -p1 -b .out-of-bound-write-2
|
|
|
|
|
%patch15 -p1 -b .zero-size-image
|
|
|
|
|
%patch -P6 -p1 -b .export-file
|
|
|
|
|
%patch -P8 -p1 -b .check-image-size
|
|
|
|
|
%patch -P9 -p1 -b .integer-overflow
|
|
|
|
|
%patch -P10 -p1 -b .check-input-pool
|
|
|
|
|
%patch -P11 -p1 -b .djvuport-stack-overflow
|
|
|
|
|
%patch -P12 -p1 -b .unsigned-short-overflow
|
|
|
|
|
%patch -P14 -p1 -b .out-of-bound-write-2
|
|
|
|
|
%patch -P15 -p1 -b .zero-size-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -185,13 +185,34 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-4
|
|
|
|
|
* Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.5.28-10
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-9
|
|
|
|
|
- Check for zero-size image when allocating GBuffer
|
|
|
|
|
- Resolves: #2234737
|
|
|
|
|
- Resolves: #2234738
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-3
|
|
|
|
|
* Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-8
|
|
|
|
|
- Improve image size fix
|
|
|
|
|
- Resolves: #2234740
|
|
|
|
|
- Resolves: #2234741
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|