Blame SPECS/netpbm.spec

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