Blame SPECS/netpbm.spec

4a31d1
Summary: A library for handling different graphics file formats
4a31d1
Name: netpbm
4a31d1
Version: 10.79.00
4a31d1
Release: 7%{?dist}
4a31d1
# See copyright_summary for details
4a31d1
License: BSD and GPLv2 and IJG and MIT and Public Domain
4a31d1
Group: System Environment/Libraries
4a31d1
URL: http://netpbm.sourceforge.net/
4a31d1
# Source0 is prepared by
4a31d1
# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/advanced netpbm-%{version}
4a31d1
# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/userguide netpbm-%{version}/userguide
4a31d1
# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/trunk/test netpbm-%{version}/test
4a31d1
# and removing the .svn directories ( find -name "\.svn" -type d -print0 | xargs -0 rm -rf )
4a31d1
# and removing the ppmtompeg code, due to patents ( rm -rf netpbm-%{version}/converter/ppm/ppmtompeg/ )
4a31d1
Source0: netpbm-%{version}.tar.xz
4a31d1
Patch1: netpbm-time.patch
4a31d1
Patch2: netpbm-message.patch
4a31d1
Patch3: netpbm-security-scripts.patch
4a31d1
Patch4: netpbm-security-code.patch
4a31d1
Patch5: netpbm-gcc4.patch
4a31d1
Patch6: netpbm-bmptopnm.patch
4a31d1
Patch7: netpbm-CAN-2005-2471.patch
4a31d1
Patch8: netpbm-xwdfix.patch
4a31d1
Patch9: netpbm-multilib.patch
4a31d1
Patch10: netpbm-glibc.patch
4a31d1
Patch11: netpbm-docfix.patch
4a31d1
Patch12: netpbm-fiasco-overflow.patch
4a31d1
Patch13: netpbm-noppmtompeg.patch
4a31d1
Patch14: netpbm-cmuwtopbm.patch
4a31d1
Patch15: netpbm-pamtojpeg2k.patch
4a31d1
Patch16: netpbm-manfix.patch
4a31d1
Patch17: netpbm-manual-pages.patch
4a31d1
Patch18: netpbm-ppmfadeusage.patch
4a31d1
BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex
4a31d1
BuildRequires: libX11-devel, python, jasper-devel, libxml2-devel
4a31d1
4a31d1
%description
4a31d1
The netpbm package contains a library of functions which support
4a31d1
programs for handling various graphics file formats, including .pbm
4a31d1
(portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps),
4a31d1
.ppm (portable pixmaps) and others.
4a31d1
4a31d1
%package devel
4a31d1
Summary: Development tools for programs which will use the netpbm libraries
4a31d1
Group: Development/Libraries
4a31d1
Requires: netpbm = %{version}-%{release}
4a31d1
4a31d1
%description devel
4a31d1
The netpbm-devel package contains the header files and static libraries,
4a31d1
etc., for developing programs which can handle the various graphics file
4a31d1
formats supported by the netpbm libraries.
4a31d1
4a31d1
Install netpbm-devel if you want to develop programs for handling the
4a31d1
graphics file formats supported by the netpbm libraries.  You'll also need
4a31d1
to have the netpbm package installed.
4a31d1
4a31d1
%package progs
4a31d1
Summary: Tools for manipulating graphics files in netpbm supported formats
4a31d1
Group: Applications/Multimedia
4a31d1
Requires: ghostscript
4a31d1
Requires: netpbm = %{version}-%{release}
4a31d1
4a31d1
%description progs
4a31d1
The netpbm-progs package contains a group of scripts for manipulating the
4a31d1
graphics files in formats which are supported by the netpbm libraries.  For
4a31d1
example, netpbm-progs includes the rasttopnm script, which will convert a
4a31d1
Sun rasterfile into a portable anymap.  Netpbm-progs contains many other
4a31d1
scripts for converting from one graphics file format to another.
4a31d1
4a31d1
If you need to use these conversion scripts, you should install
4a31d1
netpbm-progs.  You'll also need to install the netpbm package.
4a31d1
4a31d1
%package doc
4a31d1
Summary: Documentation for tools manipulating graphics files in netpbm supported formats
4a31d1
Group: Applications/Multimedia
4a31d1
Requires: netpbm-progs = %{version}-%{release}
4a31d1
4a31d1
%description doc
4a31d1
The netpbm-doc package contains a documentation in HTML format for utilities
4a31d1
present in netpbm-progs package.
4a31d1
4a31d1
If you need to look into the HTML documentation, you should install
4a31d1
netpbm-doc.  You'll also need to install the netpbm-progs package.
4a31d1
4a31d1
%prep
4a31d1
%setup -q
4a31d1
%patch1 -p1 -b .time
4a31d1
%patch2 -p1 -b .message
4a31d1
%patch3 -p1 -b .security-scripts
4a31d1
%patch4 -p1 -b .security-code
4a31d1
%patch5 -p1 -b .gcc4
4a31d1
%patch6 -p1 -b .bmptopnm
4a31d1
%patch7 -p1 -b .CAN-2005-2471
4a31d1
%patch8 -p1 -b .xwdfix
4a31d1
%patch9 -p1 -b .multilib
4a31d1
%patch10 -p1 -b .glibc
4a31d1
%patch11 -p1
4a31d1
%patch12 -p1 -b .fiasco-overflow
4a31d1
%patch13 -p1 -b .noppmtompeg
4a31d1
%patch14 -p1 -b .cmuwtopbmfix
4a31d1
%patch15 -p1 -b .pamtojpeg2kfix
4a31d1
%patch16 -p1 -b .manfix
4a31d1
%patch17 -p1 -b .manual-pages
4a31d1
%patch18 -p1 -b .ppmfadeusage
4a31d1
4a31d1
rm -rf converter/other/jpeg2000/libjasper/
4a31d1
sed -i -e 's/SUBDIRS += libjasper//' converter/other/jpeg2000/Makefile
4a31d1
4a31d1
%build
4a31d1
./configure <
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
4a31d1
EOF
4a31d1
4a31d1
TOP=`pwd`
4a31d1
make \
4a31d1
	CC="%{__cc}" \
4a31d1
	LDFLAGS="-L$TOP/pbm -L$TOP/pgm -L$TOP/pnm -L$TOP/ppm" \
4a31d1
	CFLAGS="$RPM_OPT_FLAGS -fPIC -flax-vector-conversions -fno-strict-aliasing" \
4a31d1
	LADD="-lm" \
4a31d1
	JPEGINC_DIR=%{_includedir} \
4a31d1
	PNGINC_DIR=%{_includedir} \
4a31d1
	TIFFINC_DIR=%{_includedir} \
4a31d1
	JPEGLIB_DIR=%{_libdir} \
4a31d1
	PNGLIB_DIR=%{_libdir} \
4a31d1
	TIFFLIB_DIR=%{_libdir} \
4a31d1
	LINUXSVGALIB="NONE" \
4a31d1
	X11LIB=%{_libdir}/libX11.so \
4a31d1
	XML2LIBS="NONE" \
4a31d1
	JASPERLIB="" \
4a31d1
	JASPERDEPLIBS="-ljasper" \
4a31d1
	JASPERHDR_DIR="/usr/include/jasper"
4a31d1
4a31d1
# prepare man files
4a31d1
cd userguide
4a31d1
# BZ 948531
4a31d1
rm -f ppmtompeg*
4a31d1
rm -f *.manual-pages
4a31d1
rm -f *.manfix
4a31d1
for i in *.html ; do
4a31d1
  ../buildtools/makeman ${i}
4a31d1
done
4a31d1
for i in 1 3 5 ; do
4a31d1
  mkdir -p man/man${i}
4a31d1
  mv *.${i} man/man${i}
4a31d1
done
4a31d1
4a31d1
4a31d1
%install
4a31d1
rm -rf $RPM_BUILD_ROOT
4a31d1
4a31d1
mkdir -p $RPM_BUILD_ROOT
4a31d1
make package pkgdir=$RPM_BUILD_ROOT/usr LINUXSVGALIB="NONE" XML2LIBS="NONE"
4a31d1
4a31d1
# Ugly hack to have libs in correct dir on 64bit archs.
4a31d1
mkdir -p $RPM_BUILD_ROOT%{_libdir}
4a31d1
if [ "%{_libdir}" != "/usr/lib" ]; then
4a31d1
  mv $RPM_BUILD_ROOT/usr/lib/lib* $RPM_BUILD_ROOT%{_libdir}
4a31d1
fi
4a31d1
4a31d1
cp -af lib/libnetpbm.a $RPM_BUILD_ROOT%{_libdir}/libnetpbm.a
4a31d1
cp -l $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so.?? $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so
4a31d1
4a31d1
mkdir -p $RPM_BUILD_ROOT%{_datadir}
4a31d1
mv userguide/man $RPM_BUILD_ROOT%{_mandir}
4a31d1
4a31d1
# Get rid of the useless non-ascii character in pgmminkowski.1
4a31d1
sed -i 's/\xa0//' $RPM_BUILD_ROOT%{_mandir}/man1/pgmminkowski.1
4a31d1
4a31d1
# Don't ship man pages for non-existent binaries and bogus ones
4a31d1
for i in hpcdtoppm \
4a31d1
	 ppmsvgalib vidtoppm picttoppm \
4a31d1
	 directory error extendedopacity \
4a31d1
	 pam pbm pgm pnm ppm index libnetpbm_dir \
4a31d1
	 liberror; do
4a31d1
	rm -f $RPM_BUILD_ROOT%{_mandir}/man1/${i}.1
4a31d1
done
4a31d1
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/extendedopacity.5
4a31d1
4a31d1
mkdir -p $RPM_BUILD_ROOT%{_datadir}/netpbm
4a31d1
mv $RPM_BUILD_ROOT/usr/misc/*.map $RPM_BUILD_ROOT%{_datadir}/netpbm/
4a31d1
mv $RPM_BUILD_ROOT/usr/misc/rgb.txt $RPM_BUILD_ROOT%{_datadir}/netpbm/
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/README
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/VERSION
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/link
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/misc
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/man
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/pkginfo
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/config_template
4a31d1
rm -rf $RPM_BUILD_ROOT/usr/pkgconfig_template
4a31d1
4a31d1
# Don't ship the static library
4a31d1
rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.a
4a31d1
4a31d1
# remove/symlink/substitute obsolete utilities
4a31d1
pushd $RPM_BUILD_ROOT%{_bindir}
4a31d1
rm -f pgmtopbm pnmcomp
4a31d1
ln -s pamcomp pnmcomp
4a31d1
echo -e '#!/bin/sh\npamditherbw $@ | pamtopnm\n' > pgmtopbm
4a31d1
chmod 0755 pgmtopbm
4a31d1
popd
4a31d1
4a31d1
%check
4a31d1
pushd test
4a31d1
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
4a31d1
export PBM_TESTPREFIX=$RPM_BUILD_ROOT%{_bindir}
4a31d1
./Execute-Tests && exit 0
4a31d1
popd
4a31d1
4a31d1
%clean
4a31d1
rm -rf $RPM_BUILD_ROOT
4a31d1
4a31d1
%post -p /sbin/ldconfig
4a31d1
4a31d1
%postun -p /sbin/ldconfig
4a31d1
4a31d1
%files
4a31d1
%defattr(-,root,root)
4a31d1
%doc doc/copyright_summary doc/COPYRIGHT.PATENT doc/GPL_LICENSE.txt doc/HISTORY README
4a31d1
%{_libdir}/lib*.so.*
4a31d1
4a31d1
%files devel
4a31d1
%defattr(-,root,root)
4a31d1
%dir %{_includedir}/netpbm
4a31d1
%{_includedir}/netpbm/*.h
4a31d1
%{_libdir}/lib*.so
4a31d1
%{_mandir}/man3/*
4a31d1
4a31d1
%files progs
4a31d1
%defattr(-,root,root)
4a31d1
%{_bindir}/*
4a31d1
%{_mandir}/man1/*
4a31d1
%{_mandir}/man5/*
4a31d1
%{_datadir}/netpbm/
4a31d1
4a31d1
%files doc
4a31d1
%defattr(-,root,root)
4a31d1
%doc userguide/*
4a31d1
4a31d1
%changelog
4a31d1
* Thu Jan 11 2018 Josef Ridky <jridky@redhat.com> - 10.79.00-7
4a31d1
- Revert to version 10.79.00-4 due suggested changes didn't work
4a31d1
4a31d1
* Thu Jan 11 2018 Josef Ridky <jridky@redhat.com> - 10.79.00-6
4a31d1
- Spec update for RPM-Diff error
4a31d1
4a31d1
* Thu Jan 04 2018 Josef Ridky <jridky@redhat.com> - 10.79.00-5
4a31d1
- Fix RPM-Diff issue with relro on ppx64[le] arch (#1523946)
4a31d1
4a31d1
* Thu Jan 04 2018 Josef Ridky <jridky@redhat.com> - 10.79.00-4
4a31d1
- Resolves: #1523176 - add manual page for ppmtopga
4a31d1
- Resolves: #1530606 - pbmtoepson command line option fix
4a31d1
4a31d1
* Wed Nov 01 2017 Josef Ridky <jridky@redhat.com> - 10.79.00-3
4a31d1
- Resolves: #1507569 - ppmfade error reporting
4a31d1
4a31d1
* Wed Nov 01 2017 Josef Ridky <jridky@redhat.com> - 10.79.00-2
4a31d1
- Resolves: #1507963 - fix ppmfade error with undefined subroutine
4a31d1
4a31d1
* Tue Sep 05 2017 Josef Ridky <jridky@redhat.com> - 10.79.00-1
4a31d1
- Resolves: #1381122 - Rebase to the latest upstream version
4a31d1
4a31d1
* Tue Feb 25 2014 Petr Hracek <phracek@redhat.com> - 10.61.02-9
4a31d1
- Resolves: #1052154 - Pgmtexture gets aborted
4a31d1
4a31d1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 10.61.02-8
4a31d1
- Mass rebuild 2014-01-24
4a31d1
4a31d1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 10.61.02-7
4a31d1
- Mass rebuild 2013-12-27
4a31d1
4a31d1
* Tue Dec 17 2013 Petr Hracek <phracek@redhat.com> - 10.61.02-6
4a31d1
- Resolves: 1031514 - netpbm hangs during pnmtops conversion
4a31d1
4a31d1
* Mon Jun 17 2013 Petr Hracek <phracek@redhat.com> - 10.61.02-5
4a31d1
- Manual page corrections (#948531)
4a31d1
4a31d1
* Wed Jun 05 2013 Petr Hracek <phracek@redhat.com> - 10.61.02-4
4a31d1
- pnmpsnr: compare the same images failed (#969479)
4a31d1
4a31d1
* Tue May 28 2013 Petr Hracek <phracek@redhat.com> - 10.61.02-3
4a31d1
- pnmtops: Multi-page PAM files correction (#833546)
4a31d1
4a31d1
* Mon May 27 2013 Petr Hracek <phracek@redhat.com> 10.61.02-2
4a31d1
- Man page corrections (#948531)
4a31d1
4a31d1
* Wed Feb 20 2013 Jindrich Novy <jnovy@redhat.com> 10.61.02-1
4a31d1
- update to 10.61.02
4a31d1
4a31d1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.61.01-3
4a31d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4a31d1
4a31d1
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 10.61.01-2
4a31d1
- rebuild due to "jpeg8-ABI" feature drop
4a31d1
4a31d1
* Thu Jan 03 2013 Jindrich Novy <jnovy@redhat.com> 10.61.01-1
4a31d1
- update to 10.61.01
4a31d1
- sync patches
4a31d1
4a31d1
* Fri Dec 14 2012 Jindrich Novy <jnovy@redhat.com> 10.60.05-1
4a31d1
- update to 10.60.05
4a31d1
- fixes pngtopam and ppmpat
4a31d1
4a31d1
* Wed Dec 05 2012 Jindrich Novy <jnovy@redhat.com> 10.60.04-1
4a31d1
- update to 10.60.04
4a31d1
- fixes pamtotiff, pnmmontage, pnmpsnr, pbmpscale, pgmhist,
4a31d1
  pampick, pamtompfont
4a31d1
- fix dates in changelog
4a31d1
4a31d1
* Tue Nov 27 2012 Jindrich Novy <jnovy@redhat.com> 10.60.03-2
4a31d1
- add upstream test suite
4a31d1
4a31d1
* Wed Nov 21 2012 Jindrich Novy <jnovy@redhat.com> 10.60.03-1
4a31d1
- update to 10.60.3
4a31d1
- fixes xbmptopbm, pamtojpeg2k
4a31d1
4a31d1
* Mon Oct 08 2012 Jindrich Novy <jnovy@redhat.com> 10.60.01-1
4a31d1
- update to 10.60.01
4a31d1
- fixes pamgauss, sunicontopnm
4a31d1
4a31d1
* Tue Oct 02 2012 Jindrich Novy <jnovy@redhat.com> 10.60.00-1
4a31d1
- update to 10.60.00
4a31d1
- speeds up xpmtoppm
4a31d1
4a31d1
* Tue Sep 25 2012 Jindrich Novy <jnovy@redhat.com> 10.59.03-1
4a31d1
- update to 10.59.03
4a31d1
- fixes xpmtoppm
4a31d1
4a31d1
* Fri Jul 20 2012 Jindrich Novy <jnovy@redhat.com> 10.59.02-1
4a31d1
- update to 10.59.02
4a31d1
- fixes getline() glibc function conflict
4a31d1
4a31d1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.59.01-2
4a31d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4a31d1
4a31d1
* Wed Jul 11 2012 Jindrich Novy <jnovy@redhat.com> 10.59.01-1
4a31d1
- update to 10.59.01
4a31d1
4a31d1
* Fri Jun 22 2012 Jindrich Novy <jnovy@redhat.com> 10.58.03-1
4a31d1
- update to 10.58.03
4a31d1
- pnmtops is back
4a31d1
4a31d1
* Wed Jun 13 2012 Jindrich Novy <jnovy@redhat.com> 10.58.01-3
4a31d1
- fix ppmtopict buffer underflow
4a31d1
- fix memory corruption in pnmtopclxl
4a31d1
4a31d1
* Sun May 06 2012 Jindrich Novy <jnovy@redhat.com> 10.58.01-2
4a31d1
- rebuild against new libtiff
4a31d1
4a31d1
* Mon Apr 09 2012 Jindrich Novy <jnovy@redhat.com> 10.58.01-1
4a31d1
- update to 10.58.01
4a31d1
4a31d1
* Mon Mar 12 2012 Jindrich Novy <jnovy@redhat.com> 10.57.04-1
4a31d1
- update to 10.57.04
4a31d1
- fixes ppmquantall
4a31d1
4a31d1
* Fri Mar 02 2012 Jindrich Novy <jnovy@redhat.com> 10.57.03-1
4a31d1
- update to 10.57.03
4a31d1
4a31d1
* Mon Feb 13 2012 Jindrich Novy <jnovy@redhat.com> 10.57.02-1
4a31d1
- update to 10.57.02
4a31d1
4a31d1
* Tue Jan 17 2012 Jindrich Novy <jnovy@redhat.com> 10.57.01-1
4a31d1
- update to 10.57.01
4a31d1
4a31d1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.56.05-2
4a31d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4a31d1
4a31d1
* Mon Dec 12 2011 Jindrich Novy <jnovy@redhat.com> 10.56.05-1
4a31d1
- update to 10.56.05
4a31d1
- fixes pamscale
4a31d1
4a31d1
* Fri Nov 25 2011 Jindrich Novy <jnovy@redhat.com> 10.56.04-1
4a31d1
- update to 10.56.04
4a31d1
- fixes pngtopam
4a31d1
- use more robust way to create library symlinks
4a31d1
4a31d1
* Wed Nov 16 2011 Jindrich Novy <jnovy@redhat.com> 10.56.03-2
4a31d1
- fix library symlink to point to the new soname
4a31d1
4a31d1
* Fri Nov 11 2011 Jindrich Novy <jnovy@redhat.com> 10.56.03-1
4a31d1
- update to 10.56.03
4a31d1
- fixes compilation against new libpng
4a31d1
4a31d1
* Tue Sep 27 2011 Jindrich Novy <jnovy@redhat.com> 10.47.31-1
4a31d1
- update to 10.47.31
4a31d1
- fixes bmptopnm
4a31d1
4a31d1
* Wed Aug 24 2011 Jindrich Novy <jnovy@redhat.com> 10.47.30-1
4a31d1
- update to 10.47.30
4a31d1
- fixes opacity in pnmtopng
4a31d1
- fixes pnmquant perl compatibility
4a31d1
4a31d1
* Tue Jul 26 2011 Jindrich Novy <jnovy@redhat.com> 10.47.29-1
4a31d1
- update to 10.47.29
4a31d1
4a31d1
* Tue Jun 28 2011 Jindrich Novy <jnovy@redhat.com> 10.47.28-1
4a31d1
- update to 10.47.28
4a31d1
4a31d1
* Mon Mar 28 2011 Jindrich Novy <jnovy@redhat.com> 10.47.27-1
4a31d1
- update to 10.47.27
4a31d1
- fixes error message in g3topbm + documentation fixes
4a31d1
4a31d1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.47.26-2
4a31d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4a31d1
4a31d1
* Mon Feb  7 2011 Jindrich Novy <jnovy@redhat.com> 10.47.26-1
4a31d1
- update to 10.47.26
4a31d1
- drop upstreamed asciitopgm patch
4a31d1
4a31d1
* Mon Jan 17 2011 Jindrich Novy <jnovy@redhat.com> 10.47.25-1
4a31d1
- update to 10.47.25
4a31d1
- fix asciitopgm (#670082), thanks to Jonathan Kamens
4a31d1
4a31d1
* Sat Jan  1 2011 Jindrich Novy <jnovy@redhat.com> 10.47.24-1
4a31d1
- update to 10.47.24
4a31d1
4a31d1
* Tue Dec 14 2010 Jindrich Novy <jnovy@redhat.com> 10.47.23-1
4a31d1
- update to 10.47.23
4a31d1
4a31d1
* Tue Oct 19 2010 Jindrich Novy <jnovy@redhat.com> 10.47.21-2
4a31d1
- fix HTML pages from which man pages are now generated correctly (#644248)
4a31d1
4a31d1
* Mon Oct 18 2010 Jindrich Novy <jnovy@redhat.com> 10.47.21-1
4a31d1
- update to 10.47.21
4a31d1
4a31d1
* Fri Oct  1 2010 Jindrich Novy <jnovy@redhat.com> 10.47.20-1
4a31d1
- update to 10.47.20
4a31d1
4a31d1
* Mon Aug 30 2010 Jindrich Novy <jnovy@redhat.com> 10.47.19-1
4a31d1
- update to 10.47.19
4a31d1
4a31d1
* Sat Aug 14 2010 Jindrich Novy <jnovy@redhat.com> 10.47.18-1
4a31d1
- update to 10.47.18
4a31d1
4a31d1
* Mon Jul 12 2010 Jindrich Novy <jnovy@redhat.com> 10.47.17-1
4a31d1
- update to 10.47.17
4a31d1
4a31d1
* Fri Jun 18 2010 Jindrich Novy <jnovy@redhat.com> 10.47.16-1
4a31d1
- update to 10.47.16
4a31d1
- fixes pbmtext
4a31d1
4a31d1
* Mon Jun  7 2010 Jindrich Novy <jnovy@redhat.com> 10.47.15-1
4a31d1
- update to 10.47.15
4a31d1
4a31d1
* Tue Jun  1 2010 Jindrich Novy <jnovy@redhat.com> 10.47.14-2
4a31d1
- add -fno-strict-aliasing to CFLAGS
4a31d1
4a31d1
* Fri May 21 2010 Jindrich Novy <jnovy@redhat.com> 10.47.14-1
4a31d1
- update to 10.47.14
4a31d1
- fixes memory leak in pamarith
4a31d1
4a31d1
* Tue May  4 2010 Jindrich Novy <jnovy@redhat.com> 10.47.13-1
4a31d1
- update to 10.47.13
4a31d1
- fixes pnmtops
4a31d1
4a31d1
* Mon May  3 2010 Jindrich Novy <jnovy@redhat.com> 10.47.12-3
4a31d1
- fix cmuwtopbm so that magic bytes test actually works
4a31d1
- fix pamtojpeg2k (don't close stdout twice)
4a31d1
- fix documentation for pamperspective and pbmtoepson
4a31d1
4a31d1
* Wed Apr 28 2010 Jindrich Novy <jnovy@redhat.com> 10.47.12-2
4a31d1
- fix CVE-2007-2721 (#501451)
4a31d1
- add missing man pages
4a31d1
4a31d1
* Tue Apr 27 2010 Tom "spot" Callaway <tcallawa@redhat.com> 10.47.12-1
4a31d1
- update to 10.47.12
4a31d1
- remove ppmtompeg, due to legal issues
4a31d1
4a31d1
* Thu Mar 18 2010 Jindrich Novy <jnovy@redhat.com> 10.47.10-3
4a31d1
- package docs in separate netpbm-doc package (#492437)
4a31d1
- don't package patch backups in documentation
4a31d1
- netpbm-progs package requires ghostscript
4a31d1
4a31d1
* Wed Mar 17 2010 Jindrich Novy <jnovy@redhat.com> 10.47.10-2
4a31d1
- pgmtopbm should generate PBM, not PAM file
4a31d1
- forwardport pnmmontage from 10.35 to make it work
4a31d1
- fix pamstretch-gen
4a31d1
4a31d1
* Wed Feb 24 2010 Jindrich Novy <jnovy@redhat.com> 10.47.10-1
4a31d1
- update to 10.47.10
4a31d1
- fixes crash in pnmhistmap
4a31d1
4a31d1
* Wed Feb 17 2010 Jindrich Novy <jnovy@redhat.com> 10.47.09-3
4a31d1
- remove obsolete pgmtopbm and pnmcomp, symlink them to the new
4a31d1
  compatible variants
4a31d1
- fix ppmfade -h, --help options
4a31d1
- add missing man pages
4a31d1
- link against -lz (#564649)
4a31d1
4a31d1
* Wed Jan 27 2010 Jindrich Novy <jnovy@redhat.com> 10.47.09-2
4a31d1
- fix buffer overflow in pnmtofiasco
4a31d1
4a31d1
* Mon Jan 25 2010 Jindrich Novy <jnovy@redhat.com> 10.47.09-1
4a31d1
- update to 10.47.09, fixes occassional crash in pamtosvg
4a31d1
- fix documentation
4a31d1
- fix ppmfade exit status
4a31d1
4a31d1
* Wed Jan 13 2010 Jindrich Novy <jnovy@redhat.com> 10.47.08-1
4a31d1
- update to 10.47.08
4a31d1
4a31d1
* Wed Dec 30 2009 Jindrich Novy <jnovy@redhat.com> 10.47.07-1
4a31d1
- update to 10.47.07
4a31d1
4a31d1
* Mon Dec 14 2009 Jindrich Novy <jnovy@redhat.com> 10.47.06-1
4a31d1
- update to 10.47.06 - fixes the dumb pamtosvg mistake in 10.47.05
4a31d1
- pnmmargin won't create leftovers in /tmp (#547888)
4a31d1
4a31d1
* Thu Dec 10 2009 Jindrich Novy <jnovy@redhat.com> 10.47.05-1
4a31d1
- update to 10.47.05
4a31d1
- fixes pnmtofiasco, fiascotopnm, pamtosvg, pamtouil and ppmrainbow
4a31d1
- upstream fix to pamtosvg caused netpbm not to be rebuildable on
4a31d1
  any arch because of missing semicolon, the fix is now fixed :-/
4a31d1
4a31d1
* Mon Dec  7 2009 Jindrich Novy <jnovy@redhat.com> 10.47.04-3
4a31d1
- fix segfault in pnmsmooth (#545089)
4a31d1
4a31d1
* Fri Nov 27 2009 Jindrich Novy <jnovy@redhat.com> 10.47.04-2
4a31d1
- fix ppmpat segfault when using -camo option (#541568)
4a31d1
4a31d1
* Wed Oct 21 2009 Jindrich Novy <jnovy@redhat.com> 10.47.04-1
4a31d1
- update to 10.47.04 (it is now stable) (#529525)
4a31d1
4a31d1
* Fri Oct  9 2009 Jindrich Novy <jnovy@redhat.com> 10.35.68-1
4a31d1
- update to 10.35.68
4a31d1
4a31d1
* Fri Sep  4 2009 Jindrich Novy <jnovy@redhat.com> 10.35.67-1
4a31d1
- update to 10.35.67
4a31d1
- fix configuration
4a31d1
4a31d1
* Wed Jul 29 2009 Jindrich Novy <jnovy@redhat.com> 10.35.66-1
4a31d1
- update to 10.35.66
4a31d1
- sync svgatopam patch
4a31d1
4a31d1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.35.65-2
4a31d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4a31d1
4a31d1
* Sat Jun 27 2009 Jindrich Novy <jnovy@redhat.com> 10.35.65-1
4a31d1
- update to 10.35.65
4a31d1
4a31d1
* Sun May 17 2009 Jindrich Novy <jnovy@redhat.com> 10.35.64-1
4a31d1
- update to 10.35.64
4a31d1
- fixes pnmremap, giftopnm, ppmpat, ppmdraw
4a31d1
4a31d1
* Tue Apr 28 2009 Jindrich Novy <jnovy@redhat.com> 10.35.63-1
4a31d1
- update to 10.35.63
4a31d1
- basically new release with some of our patches applied upstream
4a31d1
4a31d1
* Tue Apr 14 2009 Jindrich Novy <jnovy@redhat.com> 10.35.62-1
4a31d1
- update to 10.35.62
4a31d1
- upstream fixes pamstereogram
4a31d1
- fix options in pamperspective, pbmtoepson, ppmpat, pamaddnoise
4a31d1
  so that they match their man pages (#483011, #483070, #483243, #483245)
4a31d1
- avoid clashes with getline() from glibc
4a31d1
4a31d1
* Tue Mar 31 2009 Jindrich Novy <jnovy@redhat.com> 10.35.61-2
4a31d1
- remove two hunks from security patch breaking pbmclean and pbmlife (#493015)
4a31d1
- fix ppmdfont and svgtopnm, thanks to Jiri Moskovcak
4a31d1
4a31d1
* Mon Mar 23 2009 Jindrich Novy <jnovy@redhat.com> 10.35.61-1
4a31d1
- update to 10.35.61
4a31d1
- upstream fixes array bound violation in pbmtog3
4a31d1
- drop .pbmtog3segfault patch, we fixed this some time ago already
4a31d1
  and it is in upstream now
4a31d1
- use saner exit status in ppmfade
4a31d1
4a31d1
* Thu Feb 26 2009 Jindrich Novy <jnovy@redhat.com> 10.35.60-3
4a31d1
- fix broken perl syntax in ppmfade
4a31d1
- fix exit status and error reporting in ppmrainbow
4a31d1
4a31d1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.35.60-2
4a31d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4a31d1
4a31d1
* Mon Feb 16 2009 Jindrich Novy <jnovy@redhat.com> 10.35.60-1
4a31d1
- update to 10.35.60
4a31d1
- update .security patch, minor cleanup
4a31d1
- fixes xwdtopnm for at least some direct color 24/32 images
4a31d1
- fixes memory leak and out of memory crash in libpammap
4a31d1
4a31d1
* Thu Jan 29 2009 Jindrich Novy <jnovy@redhat.com> 10.35.59-1
4a31d1
- update to 10.35.59
4a31d1
- fixes array bound violation in ilbmtoppm
4a31d1
- fixes garbage output when input in fitstopnm is little endian
4a31d1
  floating point FITS
4a31d1
4a31d1
* Wed Jan 28 2009 Jindrich Novy <jnovy@redhat.com> 10.35.58-4
4a31d1
- fix segfault in ximtoppm (#482891), the utility lacked the
4a31d1
  command line parsing initialization code
4a31d1
4a31d1
* Thu Jan 22 2009 Jindrich Novy <jnovy@redhat.com> 10.35.58-3
4a31d1
- fix cmuwmtopbm and other utilities by making endianess
4a31d1
  functions work correctly on 64bit systems (#476863)
4a31d1
4a31d1
* Wed Jan 21 2009 Jindrich Novy <jnovy@redhat.com> 10.35.58-2
4a31d1
- fix pnmtofiasco to accept image from stdin (#476989, #227283)
4a31d1
4a31d1
* Mon Jan 19 2009 Jindrich Novy <jnovy@redhat.com> 10.35.58-1
4a31d1
- update to 10.35.38
4a31d1
- fixes crashes in picttoppm, pbmtomrf, mrftopbm
4a31d1
- fixes bugs in leaftoppm, ilbmtoppm
4a31d1
4a31d1
* Tue Dec 23 2008 Jindrich Novy <jnovy@redhat.com> 10.35.57-3
4a31d1
- unbreak ppmshadow and ppmrainbow (#476989)
4a31d1
- pnmmontage won't crash because of uninitialized memory usage
4a31d1
4a31d1
* Fri Dec 19 2008 Jindrich Novy <jnovy@redhat.com> 10.35.57-2
4a31d1
- fix segfault in pamtosvg caused by not reverting "sentinel value" (#476989)
4a31d1
4a31d1
* Mon Dec 15 2008 Jindrich Novy <jnovy@redhat.com> 10.35.57-1
4a31d1
- update to 10.35.57
4a31d1
4a31d1
* Thu Nov  6 2008 Jindrich Novy <jnovy@redhat.com> 10.35.55-1
4a31d1
- update to 10.35.55
4a31d1
4a31d1
* Mon Oct 27 2008 Jindrich Novy <jnovy@rehdat.com> 10.35.54-1
4a31d1
- update to 10.35.54
4a31d1
- adds better randomization for ppmforge, pgmnoise, pgmcrater
4a31d1
- fixes array bounds violation in pnm_createBlackTuple() with PBM, PGM
4a31d1
- fixes crash in pnmtoddif with any PGM input
4a31d1
4a31d1
* Tue Oct 14 2008 Jindrich Novy <jnovy@redhat.com> 10.35.53-1
4a31d1
- update to 10.35.53
4a31d1
- fixes pamditherbw (-value parameter other than .5 with -fs)
4a31d1
4a31d1
* Sat Sep 27 2008 Jindrich Novy <jnovy@redhat.com> 10.35.52-1
4a31d1
- update to 10.35.52
4a31d1
- fixes crash of libppmd/ppmdraw when line is completely out of frame
4a31d1
4a31d1
* Thu Sep 18 2008 Jindrich Novy <jnovy@redhat.com> 10.35.51-1
4a31d1
- update to netpbm-10.35.51
4a31d1
- make it actually compilable by removing duplicated function
4a31d1
  in pamcomp.c
4a31d1
4a31d1
* Wed Aug 27 2008 Jindrich Novy <jnovy@redhat.com> 10.35.49-2
4a31d1
- link against system jasper instead of embedded one (#460300)
4a31d1
4a31d1
* Thu Aug 14 2008 Jindrich Novy <jnovy@rehdat.com> 10.35.49-1
4a31d1
- update to 10.35.49
4a31d1
- fixes crash in pamcut when cutting a region entirely to the
4a31d1
  left or right of the input image, with -pad
4a31d1
4a31d1
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 10.35.48-2
4a31d1
- fix license tag
4a31d1
4a31d1
* Mon Aug  4 2008 Jindrich Novy <jnovy@redhat.com> 10.35.48-1
4a31d1
- update to 10.35.48
4a31d1
- fixes buffer overrun in pamperspective and pngtopnm output format
4a31d1
- update .security2 patch so that it applies with fuzz==0
4a31d1
4a31d1
* Tue Jun 24 2008 Jindrich Novy <jnovy@rehdat.com> 10.35.46-1
4a31d1
- update to 10.35.46
4a31d1
- fixes pbmtext, pamtotga, pamtouil and pnmtopclxl
4a31d1
4a31d1
* Mon Jun  9 2008 Jindrich Novy <jnovy@redhat.com> 10.35.45-1
4a31d1
- update to 10.35.45
4a31d1
- fixes anytopnm, pamtohtmltbl, xvminitoppm, pbmtogo, tgatoppm
4a31d1
4a31d1
* Mon May 26 2008 Jindrich Novy <jnovy@redhat.com> 10.35.44-1
4a31d1
- update to 10.35.44
4a31d1
- fixes pamscale PBM input with -nomix, pamtilt crash
4a31d1
4a31d1
* Mon May 12 2008 Jindrich Novy <jnovy@redhat.com> 10.35.43-1
4a31d1
- update to 10.35.43
4a31d1
- fixes pbmtext and documentation of pamthreshold
4a31d1
4a31d1
* Mon Apr 14 2008 Jindrich Novy <jnovy@redhat.com> 10.35.42-1
4a31d1
- update to 10.35.42
4a31d1
- fixes pnmnorm, resolution of conflicting -wpercent and -wvalue
4a31d1
4a31d1
* Mon Mar 31 2008 Jindrich Novy <jnovy@redhat.com> 10.35.41-1
4a31d1
- update to 10.35.41 (fixes pnmnorm and gcc-4.3 build)
4a31d1
4a31d1
* Fri Mar 14 2008 Jindrich Novy <jnovy@redhat.com> 10.35.40-2
4a31d1
- package rgb.txt for pnmtopng (#313301)
4a31d1
- drop useless xorg-x11-server-utils BR
4a31d1
4a31d1
* Sun Mar  9 2008 Jindrich Novy <jnovy@redhat.com> 10.35.40-1
4a31d1
- update to 10.35.40 (fixes pgmdeshadow, pgmmedian, pgmbentley and pamtosvg)
4a31d1
4a31d1
* Mon Feb 25 2008 Jindrich Novy <jnovy@redhat.com> 10.35.39-1
4a31d1
- update to 10.35.39 (fixes crash in pamtosvg)
4a31d1
4a31d1
* Thu Feb 14 2008 Jindrich Novy <jnovy@redhat.com> 10.35.38-1
4a31d1
- update to 10.35.38 (fixes to pbmtext and ppmtoarbtxt)
4a31d1
- fix to let it built with gcc 4.3
4a31d1
4a31d1
* Thu Jan 17 2008 Jindrich Novy <jnovy@redhat.com> 10.35.37-1
4a31d1
- update to 10.35.37
4a31d1
4a31d1
* Mon Dec 31 2007 Jindrich Novy <jnovy@redhat.com> 10.35.36-1
4a31d1
- update to 10.35.36
4a31d1
4a31d1
* Thu Dec 13 2007 Jindrich Novy <jnovy@redhat.com> 10.35.35-1
4a31d1
- update to 10.35.35
4a31d1
4a31d1
* Mon Nov 26 2007 Jindrich Novy <jnovy@redhat.com> 10.35.34-1
4a31d1
- update to 10.35.34
4a31d1
- sync security patch and fix typos
4a31d1
4a31d1
* Wed Nov 14 2007 Jindrich Novy <jnovy@redhat.com> 10.35.33-1
4a31d1
- update to 10.35.33
4a31d1
4a31d1
* Fri Nov  2 2007 Jindrich Novy <jnovy@redhat.com> 10.35.32-2
4a31d1
- remove man pages that lacks corresponding binaries (#220739)
4a31d1
4a31d1
* Thu Oct 18 2007 Jindrich Novy <jnovy@redhat.com> 10.35.32-1
4a31d1
- remove .svn directories from tarball to reduce its size
4a31d1
- update fixes rhbz#337181 and likely others
4a31d1
4a31d1
* Thu Oct 18 2007 MATSUURA Takanori <t.matsuu at gmail.com> 10.35.32-0
4a31d1
- update to 10.35.32 from svn tree
4a31d1
- create man pages from userguide HTML files
4a31d1
4a31d1
* Thu Oct 11 2007 Jindrich Novy <jnovy@redhat.com> 10.35-17
4a31d1
- add xorg-x11-server-utils BR (#313301)
4a31d1
4a31d1
* Thu Aug 23 2007 Jindrich Novy <jnovy@redhat.com> 10.35-16
4a31d1
- rebuild for ppc32
4a31d1
- fix open() calls so that netpbm builds with new glibc
4a31d1
4a31d1
* Mon Aug 20 2007 Jindrich Novy <jnovy@redhat.com> 10.35-15
4a31d1
- fix .ppmquantall patch (#207799)
4a31d1
- merge cmapsize with bmptopnm patch (#224554)
4a31d1
4a31d1
* Mon Jul 16 2007 Jindrich Novy <jnovy@redhat.com> 10.35-14
4a31d1
- /usr/share/netpbm is no more unowned (#248300)
4a31d1
4a31d1
* Wed Jun 20 2007 Jindrich Novy <jnovy@redhat.com> 10.35-13
4a31d1
- package map files needed by pnmtopalm (#244983)
4a31d1
4a31d1
* Thu Mar 29 2007 Jindrich Novy <jnovy@redhat.com> 10.35-12
4a31d1
- merge review fixes (#226191), thanks to Jason Tibbitts
4a31d1
4a31d1
* Fri Feb  2 2007 Jindrich Novy <jnovy@redhat.com> 10.35-11
4a31d1
- fix pbmtomacp buffer overflow (#226969)
4a31d1
4a31d1
* Mon Jan 29 2007 Jindrich Novy <jnovy@redhat.com> 10.35-10
4a31d1
- bmptopnm won't crash with "BMPlencolormap: internal error!" (#224554)
4a31d1
4a31d1
* Thu Dec 28 2006 Jindrich Novy <jnovy@redhat.com> 10.35-9
4a31d1
- pbmtog3 won't segfault on 64bit arches (#220739)
4a31d1
4a31d1
* Tue Dec 19 2006 Jindrich Novy <jnovy@redhat.com> 10.35-8
4a31d1
- remove bogus man pages (#220112, #220113)
4a31d1
- overflow2() no more conflicts with libgd.so (#216116)
4a31d1
- fix BuildRoot
4a31d1
4a31d1
* Thu Oct 12 2006 Jindrich Novy <jnovy@redhat.com> 10.35-7
4a31d1
- remove  note about OSL 1 licensing from COPYRIGHT.PATENT file
4a31d1
4a31d1
* Mon Oct  2 2006 Jesse Keating <jkeating@redhat.com> 10.35-6
4a31d1
- rebuild for new libpng, again.
4a31d1
4a31d1
* Mon Oct  2 2006 Jesse Keating <jkeating@redhat.com> 10.35-5
4a31d1
- rebuild for new libpng
4a31d1
4a31d1
* Mon Oct  2 2006 Jindrich Novy <jnovy@redhat.com> 10.35-4
4a31d1
- rebuild (#208866)
4a31d1
4a31d1
* Fri Sep 29 2006 Jindrich Novy <jnovy@redhat.com> 10.35-3
4a31d1
- remove OSL 1.1 from security patch (#208587)
4a31d1
4a31d1
* Sun Sep 24 2006 Jindrich Novy <jnovy@redhat.com> 10.35-2
4a31d1
- fix ppmquantall (#207799), thanks to Steve Grubb
4a31d1
4a31d1
* Mon Sep 18 2006 Jindrich Novy <jnovy@redhat.com> 10.35-1
4a31d1
- update to 10.35
4a31d1
- drop .pnmtopng, .rgbtxt patches, fixed upstream
4a31d1
- sync .xwidfix, .ppmtompeg patches
4a31d1
- regenerate man pages
4a31d1
4a31d1
* Thu Sep 14 2006 Jindrich Novy <jnovy@redhat.com> 10.34-8
4a31d1
- readd pbmtols, author claims it's LGPL (#202519)
4a31d1
- add .l1 suffixes to tarball names to reflect legal fixes
4a31d1
  in the upstream release with the same NVR
4a31d1
4a31d1
* Wed Sep 13 2006 Jindrich Novy <jnovy@redhat.com> 10.34-7
4a31d1
- rebuild
4a31d1
4a31d1
* Thu Sep  7 2006 Jindrich Novy <jnovy@redhat.com> 10.34-6.fc6
4a31d1
- regenerate man pages so that makewhatis isn't confused (#204991)
4a31d1
  (upstream makeman script was broken -> now fixed)
4a31d1
4a31d1
* Mon Sep  4 2006 Jindrich Novy <jnovy@redhat.com> 10.34-5.fc6
4a31d1
- readd spottopgm, author claims it's GPL (#202519)
4a31d1
4a31d1
* Tue Aug 15 2006 Jindrich Novy <jnovy@redhat.com> 10.34-4.fc6
4a31d1
- legal fixes (#202519):
4a31d1
- remove pbmtols, spottopgm, jbig and hpcd stuff from source
4a31d1
  and doc tarballs
4a31d1
4a31d1
* Sat Aug 12 2006 Jindrich Novy <jnovy@redhat.com> 10.34-3.fc6
4a31d1
- pamscale won't waste all system resources by usage of uninitialized
4a31d1
  variables for output image resolution (#199871)
4a31d1
- use %%{?dist}
4a31d1
4a31d1
* Wed Jul 19 2006 Jindrich Novy <jnovy@redhat.com> 10.34-2
4a31d1
- fix double free corruption in ppmtompeg (#199409),
4a31d1
  thanks to Milan Zazrivec
4a31d1
4a31d1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 10.34-1.1
4a31d1
- rebuild
4a31d1
4a31d1
* Thu Jun 22 2006 Jindrich Novy <jnovy@redhat.com> 10.34-1
4a31d1
- update to 10.34
4a31d1
- drop .ppmtogif, .nstring patches
4a31d1
- remove some overflow checks from .security patch, it's
4a31d1
  now resolved in the new upstream version
4a31d1
- don't use svgalib by default (don't compile/ship ppmsvgalib)
4a31d1
- don't compile svgtopam because of the libxml dependency
4a31d1
- add BuildRequires libX11-devel
4a31d1
- fix build on x86_64 and ppc64
4a31d1
4a31d1
* Mon Jun  5 2006 Jindrich Novy <jnovy@redhat.com> 10.33-3
4a31d1
- fix multilib conflict (#192735)
4a31d1
- remove jbigtopnm man page
4a31d1
4a31d1
* Fri Apr 14 2006 Jindrich Novy <jnovy@redhat.com> 10.33-2
4a31d1
- fix image corruption in ppmtogif, thanks to Gilles Detillieux (#188597)
4a31d1
- fix nsting.h to let pnmtopng and other utilities using seekable opening
4a31d1
  mode work on x86_64 (#188594)
4a31d1
4a31d1
* Wed Apr  5 2006 Jindrich Novy <jnovy@redhat.com> 10.33-1
4a31d1
- update to 10.33
4a31d1
- drop upstreamed .ppmdepth patch
4a31d1
- fix segfault in ppmtompeg when encoding jpeg images (#185970)
4a31d1
4a31d1
* Mon Apr  3 2006 Jindrich Novy <jnovy@redhat.com> 10.32-2
4a31d1
- fix broken symlink in upstream: pnmsdepth -> pamdepth  (#187667)
4a31d1
4a31d1
* Tue Feb 28 2006 Jindrich Novy <jnovy@redhat.com> 10.32-1
4a31d1
- update to 10.32
4a31d1
- drop .msbmp patch, applied upstream
4a31d1
- sync the rest of the patches
4a31d1
- regenerate man pages
4a31d1
4a31d1
* Mon Feb 20 2006 Jindrich Novy <jnovy@redhat.com> 10.31-5
4a31d1
- add missing flex BuildRequires
4a31d1
- fix anytopnm to recognize ms-bmp files (#182060)
4a31d1
4a31d1
* Tue Feb 14 2006 Jindrich Novy <jnovy@redhat.com> 10.31-4
4a31d1
- make xwdtopnm work on x86_64 (#181001)
4a31d1
4a31d1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 10.31-3.1
4a31d1
- bump again for double-long bug on ppc(64)
4a31d1
4a31d1
* Fri Feb 10 2006 Jindrich Novy <jnovy@redhat.com> 10.31-3
4a31d1
- fix segfault caused by usage of uninitialized variables while
4a31d1
  parsing cmdline arguments in pnmtopng (#179645)
4a31d1
- add validity check for date/time in pnmtopng
4a31d1
- fix unchecked sscanf reads
4a31d1
4a31d1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 10.31-2.1
4a31d1
- rebuilt for new gcc4.1 snapshot and glibc changes
4a31d1
4a31d1
* Wed Jan 18 2006 Jindrich Novy <jnovy@redhat.com> 10.31-2
4a31d1
- rebuild to have greater version than in FC4 (#177698)
4a31d1
4a31d1
* Fri Dec 30 2005 Jindrich Novy <jnovy@redhat.com> 10.31-1
4a31d1
- update to 10.31
4a31d1
- update security patch
4a31d1
- regenerate man pages
4a31d1
4a31d1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4a31d1
- rebuilt
4a31d1
4a31d1
* Tue Nov 29 2005 Jindrich Novy <jnovy@redhat.com> 10.30-2
4a31d1
- fix path to rgb.txt to fit modular X (#174128)
4a31d1
4a31d1
* Fri Oct 21 2005 Jindrich Novy <jnovy@redhat.com> 10.30-1
4a31d1
- update to 10.30
4a31d1
- update manpath, gcc4 patches
4a31d1
- update security patch - fixed length problem in rle_addhist
4a31d1
- update partly upstreamed bmptopnm, pnmtopng patches
4a31d1
- drop manpath patch
4a31d1
- regenerate man pages
4a31d1
4a31d1
* Thu Oct 06 2005 Jindrich Novy <jnovy@redhat.com> 10.29-2
4a31d1
- fix segfault in pnmtopng caused by referencing a NULL pointer (#169532)
4a31d1
4a31d1
* Tue Aug 16 2005 Jindrich Novy <jnovy@redhat.com> 10.29-1
4a31d1
- update to 10.29
4a31d1
- drop upstreamed .libpm, .pnmtojpeg, .pbmtolj patches
4a31d1
- update .CAN-2005-2471 patch
4a31d1
4a31d1
* Mon Aug 15 2005 Jindrich Novy <jnovy@redhat.com> 10.28-6
4a31d1
- link libnetpbm.so against -lm (#165980)
4a31d1
4a31d1
* Tue Aug 09 2005 Jindrich Novy <jnovy@redhat.com> 10.28-5
4a31d1
- fix CAN-2005-2471, unsafe gs calls from pstopnm (#165355)
4a31d1
4a31d1
* Thu Jul 21 2005 Jindrich Novy <jnovy@redhat.com> 10.28-4
4a31d1
- fix buffer overflow in pbmtolj (#163596)
4a31d1
4a31d1
* Mon Jun 27 2005 Jindrich Novy <jnovy@redhat.com> 10.28-3
4a31d1
- create symlink pnmtopnm -> pamtopnm, this works now in
4a31d1
  netpbm-10.28 (#161436)
4a31d1
4a31d1
* Tue Jun 21 2005 Jindrich Novy <jnovy@redhat.com> 10.28-2
4a31d1
- fix segfault in pbmtolj caused by unchecked assertions
4a31d1
  caused by definition of NDEBUG (#160429)
4a31d1
- drop hunk from .security patch causing dual inclusion
4a31d1
  of string.h in pbmtolj.c
4a31d1
4a31d1
* Fri Jun 10 2005 Jindrich Novy <jnovy@redhat.com> 10.28-1
4a31d1
- update to 10.28
4a31d1
- regenerated man pages
4a31d1
- sync .security, .security2, .badlink, .libpm, .gcc4 patches
4a31d1
- drop upstreamed .pngtopnm, .pnmcolormap patches
4a31d1
4a31d1
* Tue May 31 2005 Jindrich Novy <jnovy@redhat.com> 10.27-4
4a31d1
- fix segfault in pnmcolormap what makes latex2html/ppmquant
4a31d1
  unusable (#158665, #139111)
4a31d1
4a31d1
* Mon May 16 2005 Jindrich Novy <jnovy@redhat.com> 10.27-3
4a31d1
- fix ppmdither leak caused by bug in security patch (#157757)
4a31d1
- drop gcc34 patch
4a31d1
4a31d1
* Mon May 09 2005 Jindrich Novy <jnovy@redhat.com> 10.27-2
4a31d1
- fix invalid strcmp condition in bmptopnm, typo in pnmtojpeg
4a31d1
  (David Constanzo, #157106, #157118)
4a31d1
- proper read longs and shorts in libpm.c (David Constanzo, #157110)
4a31d1
- fix segfault in bmptopnm caused by freeing an uninitialized pointer
4a31d1
4a31d1
* Tue Mar 29 2005 Jindrich Novy <jnovy@redhat.com> 10.27-1
4a31d1
- update to the new 10.27 release
4a31d1
- update .security2, .security patch
4a31d1
- regenerate man pages
4a31d1
- remove jbig, hpcd
4a31d1
- remove config_template from /usr
4a31d1
- don't create symlink to pamtopnm
4a31d1
4a31d1
* Mon Mar 14 2005 Jindrich Novy <jnovy@redhat.com> 10.26.4-3
4a31d1
- fix overflow checking of integers with incompatible endianess
4a31d1
  causing problems using xwdtopnm (#147790)
4a31d1
4a31d1
* Wed Mar 09 2005 Jindrich Novy <jnovy@redhat.com> 10.26.4-2
4a31d1
- add .gcc4 patch to fix some missing declarations of headers,
4a31d1
  some pointer signedness mismatches, remove xmalloc2
4a31d1
- rebuilt with gcc4
4a31d1
4a31d1
* Thu Mar 03 2005 Jindrich Novy <jnovy@redhat.com> 10.26.4-1
4a31d1
- update to netpbm-10.26.4, remove jbig, hpcd
4a31d1
- this version fixes #149924
4a31d1
- regenerate man pages (don't include man pages without binaries - #146863)
4a31d1
4a31d1
* Wed Jan 05 2005 Jindrich Novy <jnovy@redhat.com> 10.26-1
4a31d1
- update to netpbm-10.26-1, remove jbig, hpcd
4a31d1
- regenerate man pages, remove man pages for non existent binaries
4a31d1
- update security patch, additional fixes
4a31d1
- drop upstreamed misc patch, merge malloc patch with security patch
4a31d1
4a31d1
* Mon Oct 25 2004 Jindrich Novy <jnovy@redhat.com> 10.25-3
4a31d1
- include man pages in troff format, thanks to Michal Jaegerman (#136959)
4a31d1
- drop bmpbpp patch, fixed upstream
4a31d1
- remove pcdovtoppm, ppmsvgalib, vidtoppm man pages because binaries
4a31d1
  for them are not present (#136471)
4a31d1
4a31d1
* Mon Oct 18 2004 Jindrich Novy <jnovy@redhat.com> 10.25-2
4a31d1
- avoid compile crash when "-msse" is in CFLAGS
4a31d1
4a31d1
* Mon Oct 18 2004 Jindrich Novy <jnovy@redhat.com> 10.25-1
4a31d1
- update to latest upstream 10.25
4a31d1
- drop initvar patch
4a31d1
- update security, misc patch
4a31d1
- add bmpbpp patch to use only appropriate bit depths for BMP (#135675)
4a31d1
4a31d1
* Thu Sep 23 2004 Jindrich Novy <jnovy@redhat.com> 10.24-3
4a31d1
- added patch to suppress installation of doc.url to /usr/bin #133346
4a31d1
4a31d1
* Wed Aug 18 2004 Jindrich Novy <jnovy@redhat.com> 10.24-2
4a31d1
- added patch to fix compile crash for 64bit machines
4a31d1
- various hacks related to .security patch
4a31d1
4a31d1
* Mon Aug 16 2004 Jindrich Novy <jnovy@redhat.com> 10.24-1
4a31d1
- updated to 10.24
4a31d1
- updated docs
4a31d1
4a31d1
* Thu Aug 05 2004 Jindrich Novy <jnovy@redhat.com> 10.23-2
4a31d1
- added pngtopnm patch
4a31d1
- added malloc patch
4a31d1
4a31d1
* Tue Aug 03 2004 Jindrich Novy <jnovy@redhat.com> 10.23-1
4a31d1
- updated to netpbm-10.23 upsteam (and removed jbig, hpcd)
4a31d1
- $TMPDIR patch removed, obsolete
4a31d1
- updated gcc34 patch
4a31d1
- removed nestedfunc patch, already applied in upstream version
4a31d1
- updated security patch to conform to 10.23 (mostly in ppmtompeg/frame.c)
4a31d1
4a31d1
* Fri Jul 02 2004 Phil Knirsch <pknirsch@redhat.com> 10.22-2
4a31d1
- Fixed Zero byte allocation error in bmptopnm (#123169)
4a31d1
- Honour the $TMPDIR in ppmfade (#117247)
4a31d1
- Fixed nested function bug (#117377)
4a31d1
- Fixed several uninitialized variables (#117377)
4a31d1
4a31d1
* Mon Jun 28 2004 Phil Knirsch <pknirsch@redhat.com> 10.22-1
4a31d1
- Update to latest upstream version 10.22 (also for docs).
4a31d1
- Removed jbig and hdcp code from tarball.
4a31d1
4a31d1
* Sat Jun 19 2004 Alan Cox <alan@redhat.com>
4a31d1
- merged fix for pnmrotate crash freeing wrong number of rows
4a31d1
4a31d1
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4a31d1
- rebuilt
4a31d1
4a31d1
* Tue Mar 30 2004 Harald Hoyer <harald@redhat.com> - 10.19-7
4a31d1
- fixed compilation with gcc34
4a31d1
4a31d1
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
4a31d1
- rebuilt
4a31d1
4a31d1
* Tue Feb 17 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-6
4a31d1
- Fixed problem in pnmquant with GetOptions() and args/ARGV (#115788).
4a31d1
4a31d1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 10.19-5
4a31d1
- rebuilt
4a31d1
4a31d1
* Tue Feb 10 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-4
4a31d1
- Fixed several tmp vulnerabilities in scripts and apps. Based on Debian
4a31d1
  security fix for netpbm-9.24.
4a31d1
4a31d1
* Mon Feb 09 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-3
4a31d1
- Included doc tarball with manpages (#114755).
4a31d1
- Fixed small manpage incorrectness (#84922).
4a31d1
- Fixed message from giftopnm (#114756).
4a31d1
4a31d1
* Fri Jan 30 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-2
4a31d1
- No need anymore to fix ppmfade and ppmshade.
4a31d1
4a31d1
* Thu Jan 29 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-1
4a31d1
- Major update to latest upstream version 10.19.
4a31d1
4a31d1
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4a31d1
- rebuilt
4a31d1
4a31d1
* Fri Feb 28 2003 Phil Knirsch <pknirsch@redhat.com> 9.24-11
4a31d1
- Updated Alan's patch.
4a31d1
4a31d1
* Wed Feb 19 2003 Phil Knirsch <pknirsch@redhat.com> 9.24-10
4a31d1
- Added big security patch by Alan Cox.
4a31d1
4a31d1
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 9.24-9
4a31d1
- rebuilt
4a31d1
4a31d1
* Thu Dec 19 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-8
4a31d1
- Removed print filters again as they are too dangerous.
4a31d1
4a31d1
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 9.24-7
4a31d1
- Merge in hammer changes, rebuild
4a31d1
4a31d1
* Sun Sep 08 2002 Arjan van de Ven <arjanv@redhat.com>
4a31d1
- fix for x86-64
4a31d1
4a31d1
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4a31d1
- automated rebuild
4a31d1
4a31d1
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-5
4a31d1
- Don't forcibly strip binaries
4a31d1
4a31d1
* Thu May 23 2002 Tim Powers <timp@redhat.com>
4a31d1
- automated rebuild
4a31d1
4a31d1
* Tue Apr 09 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-3
4a31d1
- Fixed a possible gcc compiler problem for inline struct parameters (#62181).
4a31d1
- Added missing .map files to progs files selection (#61625).
4a31d1
4a31d1
* Tue Apr 02 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-2
4a31d1
- Fixed stupid dangling symlink problem (#62478)
4a31d1
4a31d1
* Tue Mar 12 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-1
4a31d1
- Updated to netpbm version 9.24
4a31d1
- Hacked around a couple of library problems.
4a31d1
4a31d1
* Tue Nov 06 2001 Phil Knirsch <phil@redhat.de>
4a31d1
- Updated to netpbm version 9.20
4a31d1
4a31d1
* Fri Jun 22 2001 Philipp Knirsch <pknirsch@redhat.de>
4a31d1
- Updated to netpbm version 9.14
4a31d1
- Removed pnmtotiff resize patch as it is now part of the original package
4a31d1
- Removed pstopnm csh fix as it is now part of the original package
4a31d1
- Removed asciitopgm memcpy fix as it is now part of the original package
4a31d1
- Removed manpages patch as it is now part of the original package
4a31d1
4a31d1
* Mon Feb 12 2001 Philipp Knirsch <pknirsch@redhat.de>
4a31d1
- Fixed bugzilla bug #26767 where the new glibc time and sys/time fixes needed
4a31d1
  to be done.
4a31d1
4a31d1
* Fri Feb  9 2001 Crutcher Dunnavant <crutcher@redhat.com>
4a31d1
- switched filters to printconf filters
4a31d1
4a31d1
* Wed Jan 24 2001 Philipp Knirsch <pknirsch@redhat.de>
4a31d1
- Fixed bugzilla bug #21644 where few manpages had a small error.
4a31d1
4a31d1
* Tue Dec 19 2000 Philipp Knirsch <pknirsch@redhat.de>
4a31d1
- Fixed bugzilla bug #19487 where asciitopgm dumped core on Alpha. Actually
4a31d1
  dumped core everywhere
4a31d1
4a31d1
* Tue Dec 19 2000 Philipp Knirsch <pknirsch@redhat.de>
4a31d1
- update to 9.9
4a31d1
- Due to patent infringement problems removed the jbig support from the tarball
4a31d1
  (pnm/jbig + Makefile changes) and created a new tarball
4a31d1
4a31d1
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- include shared libraries missing from previous build
4a31d1
4a31d1
* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- update to 9.8
4a31d1
- make sure shhopt.h is included in the -devel package (#19672)
4a31d1
- rename shhopt.h to pbmshhopt.h because it's not the same as the normal
4a31d1
  shhopt.h that other things (like util-linux) expect
4a31d1
4a31d1
* Wed Aug  9 2000 Crutcher Dunnavant <crutcher@redhat.com>
4a31d1
- added a png-to-pnm.fpi filter
4a31d1
4a31d1
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
4a31d1
- rebuilt against new libpng
4a31d1
4a31d1
* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- move netpbm-progs to the Applications/Multimedia group
4a31d1
- reintroduce patches from the old libgr package
4a31d1
4a31d1
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
4a31d1
- automatic rebuild
4a31d1
4a31d1
* Sat Jul  1 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- update to 9.5
4a31d1
4a31d1
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- update to 9.4
4a31d1
4a31d1
* Sat Jun  3 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- switch back to the netpbm tree, which is maintained again
4a31d1
4a31d1
* Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- make sure all man pages are included (#9328)
4a31d1
- fix pstopnm bomb when xres == yres (#9329)
4a31d1
- add libjpeg and libz because libtiff now needs them
4a31d1
4a31d1
* Wed Feb 02 2000 Nalin Dahyabhai <nalin@redhat.com>
4a31d1
- added/updated TIFF compression patch from jik@kamens.brookline.ma.us (#8826)
4a31d1
4a31d1
* Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
4a31d1
- added TIFF resolution patch from jik@kamens.brookline.ma.us (#7589)
4a31d1
4a31d1
* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
4a31d1
- added section 5 man pages
4a31d1
4a31d1
* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
4a31d1
- fix tiff-to-pnm.fpi (#4267)
4a31d1
4a31d1
* Thu Jul 29 1999 Bill Nottingham <notting@redhat.com>
4a31d1
- add a pile of foo-to-bar.fpi filters (#4251)
4a31d1
4a31d1
* Tue Mar 23 1999 Michael Johnson <johnsonm@redhat.com>
4a31d1
- removed old png.h header file that was causing png utils to die
4a31d1
- build png in build instead of install section...
4a31d1
4a31d1
* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
4a31d1
- patch for 24-bit .BMP files (from sam@campbellsci.co.uk)
4a31d1
4a31d1
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
4a31d1
- auto rebuild in the new build environment (release 15)
4a31d1
4a31d1
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
4a31d1
- clean up the spec file
4a31d1
- build for glibc 2.1
4a31d1
- patch to fix pktopbm
4a31d1
4a31d1
* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
4a31d1
- translations modified for de
4a31d1
4a31d1
* Wed Jun 10 1998 Jeff Johnson <jbj@redhat.com>
4a31d1
- glibc2 defines random in <stdlib.h> (pbm/pbmplus.h problem #693)
4a31d1
4a31d1
* Thu May 07 1998 Prospector System <bugs@redhat.com>
4a31d1
- translations modified for de, fr, tr
4a31d1
4a31d1
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
4a31d1
- cleaned up the spec file a little bit
4a31d1
- validated mike's changes :-)
4a31d1
4a31d1
* Wed May 6 1998 Michael Maher <mike@redhat.com>
4a31d1
- added pnm-to-ps.fpi that was missing from previous packages
4a31d1
4a31d1
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
4a31d1
- altered install so that the package installs now even if a previous
4a31d1
  version was not installed on the system 
4a31d1
4a31d1
* Thu Apr 16 1998 Erik Troan <ewt@redhat.com>
4a31d1
- built against libpng 1.0
4a31d1
4a31d1
* Thu Nov 06 1997 Donnie Barnes <djb@redhat.com>
4a31d1
- changed copyright from "distributable" to "freeware"
4a31d1
- added some missing scripts that existed in netpbm
4a31d1
- added some binaries that weren't getting built
4a31d1
- added patch to build tiff manipulation progs (requires libtiff)
4a31d1
4a31d1
* Wed Oct 15 1997 Donnie Barnes <djb@redhat.com>
4a31d1
- obsoletes netpbm now
4a31d1
4a31d1
* Tue Oct 14 1997 Erik Troan <ewt@redhat.com>
4a31d1
- mucked config.guess and Make.Rules to build on Alpha/Linux
4a31d1
4a31d1
* Tue Oct 07 1997 Donnie Barnes <djb@redhat.com>
4a31d1
- updated to 2.0.13
4a31d1
- dropped libjpeg and libtiff (those should come from home sources)
4a31d1
- removed glibc patch (new version appears to have it!)
4a31d1
- added i686 as a valid arch type to config.guess
4a31d1
4a31d1
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
4a31d1
- built against glibc
4a31d1