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