Compare commits

..

No commits in common. 'epel9' and 'i8ce' have entirely different histories.
epel9 ... i8ce

@ -0,0 +1 @@
e74c23e5480535898a6549aec11e5cfa1228e1ea SOURCES/djvulibre-3.5.28.tar.gz

7
.gitignore vendored

@ -1,6 +1 @@
djvulibre-3.5.22.tar.gz SOURCES/djvulibre-3.5.28.tar.gz
/djvulibre-3.5.24.tar.gz
/djvulibre-3.5.25.3.tar.gz
/djvulibre-3.5.27.tar.gz
/djvulibre-3.5.28.tar.gz

@ -3,13 +3,12 @@
Summary: DjVu viewers, encoders, and utilities Summary: DjVu viewers, encoders, and utilities
Name: djvulibre Name: djvulibre
Version: 3.5.28 Version: 3.5.28
Release: 4%{?dist} Release: 5%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://djvu.sourceforge.net/ URL: http://djvu.sourceforge.net/
Source0: http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz
Patch0: djvulibre-3.5.22-cdefs.patch Patch0: djvulibre-3.5.22-cdefs.patch
#Patch1: djvulibre-3.5.25.3-cflags.patch #Patch1: djvulibre-3.5.25.3-cflags.patch
Patch6: djvulibre-3.5.27-export-file.patch
Patch8: djvulibre-3.5.27-check-image-size.patch Patch8: djvulibre-3.5.27-check-image-size.patch
Patch9: djvulibre-3.5.27-integer-overflow.patch Patch9: djvulibre-3.5.27-integer-overflow.patch
Patch10: djvulibre-3.5.27-check-input-pool.patch Patch10: djvulibre-3.5.27-check-input-pool.patch
@ -70,7 +69,6 @@ Development files for DjVuLibre.
%setup -q %setup -q
%patch0 -p1 -b .cdefs %patch0 -p1 -b .cdefs
#%patch1 -p1 -b .cflags #%patch1 -p1 -b .cflags
%patch6 -p1 -b .export-file
%patch8 -p1 -b .check-image-size %patch8 -p1 -b .check-image-size
%patch9 -p1 -b .integer-overflow %patch9 -p1 -b .integer-overflow
%patch10 -p1 -b .check-input-pool %patch10 -p1 -b .check-input-pool
@ -185,14 +183,21 @@ fi
%changelog %changelog
* Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-4 * Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-5
- Check for zero-size image when allocating GBuffer - Check for zero-size image when allocating GBuffer
- Resolves: #2234737 - Resolves: #2234737
* 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-4
- Improve image size fix - Improve image size fix
- Resolves: #2234740 - Resolves: #2234740
* Wed Feb 28 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.5.28-3
- Rebuilt for MSVSphere 8.9
* Fri Mar 18 2022 Marek Kasik <mkasik@redhat.com> - 3.5.28-3
- Initial EPEL 8 release
- Resolves: #1739168
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-2 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

@ -1,28 +0,0 @@
--- djvulibre-3.5.27/desktopfiles/Makefile.am
+++ djvulibre-3.5.27/desktopfiles/Makefile.am
@@ -32,10 +32,9 @@ if HAVE_CONVERSION_INKSCAPE
convert_icons_process = \
s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
${INKSCAPE} \
---without-gui \
--export-width=$${s} \
--export-height=$${s} \
---export-png=$@ $<
+--export-filename=$@ $<
endif
if HAVE_CONVERSION_CONVERT
--- djvulibre-3.5.27/desktopfiles/Makefile.in
+++ djvulibre-3.5.27/desktopfiles/Makefile.in
@@ -306,10 +306,9 @@ PNGICONS = \
@HAVE_CONVERSION_INKSCAPE_TRUE@convert_icons_process = \
@HAVE_CONVERSION_INKSCAPE_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
@HAVE_CONVERSION_INKSCAPE_TRUE@${INKSCAPE} \
-@HAVE_CONVERSION_INKSCAPE_TRUE@--without-gui \
@HAVE_CONVERSION_INKSCAPE_TRUE@--export-width=$${s} \
@HAVE_CONVERSION_INKSCAPE_TRUE@--export-height=$${s} \
-@HAVE_CONVERSION_INKSCAPE_TRUE@--export-png=$@ $<
+@HAVE_CONVERSION_INKSCAPE_TRUE@--export-filename=$@ $<
@HAVE_CONVERSION_RSVG_TRUE@convert_icons_process = \
@HAVE_CONVERSION_RSVG_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \

@ -1 +0,0 @@
SHA512 (djvulibre-3.5.28.tar.gz) = db3b8a5b56d700e911be32057f721a2a597e6f52e6fade203ad75ad76ab2d8facff2e474fd18beea703ccd5fa6425352e619a8fda40e69add1724dbee26050c6
Loading…
Cancel
Save