cvsdist afac77e
%define initdir /etc/rc.d/init.d
cvsdist afac77e
%define use_alternatives 1
0edf4c0
%define cups_serverbin %{_exec_prefix}/lib/cups
cvsdist afac77e
cvsdist afac77e
Summary: Common Unix Printing System
cvsdist afac77e
Name: cups
fc491f2
Version: 1.2.0
fc491f2
Release: 2
cvsdist afac77e
License: GPL
cvsdist afac77e
Group: System Environment/Daemons
fc491f2
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
cvsdist afac77e
Source1: cups.init
cvsdist afac77e
Source2: cupsprinter.png
cvsdist 99ecd13
Source5: cups-lpd
cvsdist 99ecd13
Source6: pstoraster
cvsdist 99ecd13
Source7: pstoraster.convs
cvsdist a87014a
Source8: postscript.ppd.gz
cvsdist 0519732
Source9: cups.logrotate
cvsdist 0519732
Source10: ncp.backend
cvsdist 79dcdc0
Source11: cups.conf
dfe8c9c
Source12: cups.cron
14b9205
Source13: pdftops.conf
124cf24
Patch1: cups-1.1.15-initscript.patch
124cf24
Patch2: cups-no-gzip-man.patch
124cf24
Patch3: cups-1.1.16-system-auth.patch
124cf24
Patch5: cups-ext.patch
16d6860
Patch6: cups-includeifexists.patch
62dfe30
Patch7: cups-banners.patch
cvsdist 79dcdc0
Patch12: cups-locale.patch
3fd9976
Patch17: cups-rpath.patch
cvsdist dc9ef5d
Patch18: cups-language.patch
46df885
Patch20: cups-direct-usb.patch
7fe06eb
Patch22: cups-dest-cache-v2.patch
cvsdist f5e5367
Patch24: cups-maxlogsize.patch
aee6db4
Patch32: cups-pid.patch
c9dd664
Patch41: cups-relro.patch
cvsdist afac77e
Epoch: 1
cvsdist afac77e
Url: http://www.cups.org/
cvsdist afac77e
BuildRoot: %{_tmppath}/%{name}-root
cvsdist afac77e
PreReq: /sbin/chkconfig /sbin/service
940d020
Requires: %{name}-libs = %{epoch}:%{version}
cvsdist afac77e
%if %use_alternatives
cvsdist afac77e
Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat
cvsdist afac77e
Prereq: /usr/sbin/alternatives
cvsdist afac77e
%endif
cvsdist 79dcdc0
cvsdist 79dcdc0
# Unconditionally obsolete LPRng so that upgrades work properly.
cvsdist fa7095d
Obsoletes: lpd lpr LPRng <= 3.8.15-3
cvsdist 79dcdc0
Provides: lpd lpr LPRng = 3.8.15-3
cvsdist 79dcdc0
29eef2d
BuildPrereq: pam-devel pkgconfig
14b9205
BuildPrereq: gnutls-devel libacl-devel
f111b12
BuildRequires: openldap-devel
cvsdist f5e5367
BuildRequires: make >= 1:3.80
0edf4c0
BuildRequires: php-devel, aspell-devel, pcre-devel
2885183
2885183
# -fstack-protector-all requires GCC 4.0.1
2885183
BuildRequires: gcc >= 4.0.1
2885183
ceed900
BuildPrereq: dbus-devel >= 0.60
ceed900
Requires: dbus >= 0.60
cvsdist afac77e
cvsdist afac77e
%package devel
cvsdist afac77e
Summary: Common Unix Printing System - development environment
cvsdist afac77e
Group: Development/Libraries
cvsdist 0519732
Requires: %{name}-libs = %{epoch}:%{version}
cvsdist afac77e
cvsdist afac77e
%package libs
cvsdist afac77e
Summary: Common Unix Printing System - libraries
cvsdist afac77e
Group: System Environment/Libraries
cvsdist afac77e
940d020
%package lpd
940d020
Summary: Common Unix Printing System - lpd emulation
940d020
Group: System Environment/Daemons
940d020
Requires: %{name} = %{epoch}:%{version} xinetd
940d020
cvsdist afac77e
%description
cvsdist afac77e
The Common UNIX Printing System provides a portable printing layer for 
cdd8f9c
UNIX® operating systems. It has been developed by Easy Software Products 
cvsdist afac77e
to promote a standard printing solution for all UNIX vendors and users. 
cvsdist afac77e
CUPS provides the System V and Berkeley command-line interfaces. 
cvsdist afac77e
cvsdist afac77e
%description devel
cvsdist afac77e
The Common UNIX Printing System provides a portable printing layer for 
cdd8f9c
UNIX® operating systems. This is the development package for creating
cvsdist afac77e
additional printer drivers, and other CUPS services.
cvsdist afac77e
cvsdist afac77e
%description libs
cvsdist afac77e
The Common UNIX Printing System provides a portable printing layer for 
cdd8f9c
UNIX® operating systems. It has been developed by Easy Software Products 
cvsdist afac77e
to promote a standard printing solution for all UNIX vendors and users. 
cvsdist afac77e
CUPS provides the System V and Berkeley command-line interfaces. 
cvsdist afac77e
The cups-libs package provides libraries used by applications to use CUPS
cvsdist afac77e
natively, without needing the lp/lpr commands.
cvsdist afac77e
940d020
%description lpd
940d020
The Common UNIX Printing System provides a portable printing layer for 
cdd8f9c
UNIX® operating systems. This is the package that provices standard 
940d020
lpd emulation.
940d020
cvsdist afac77e
%prep
fc491f2
%setup -q -n %{name}-%{version}
124cf24
%patch1 -p1 -b .noinit
124cf24
%patch2 -p1 -b .no-gzip-man
124cf24
%patch3 -p1 -b .system-auth
124cf24
%patch5 -p1 -b .ext
16d6860
%patch6 -p1 -b .includeifexists
62dfe30
%patch7 -p1 -b .banners
cvsdist 79dcdc0
%patch12 -p1 -b .locale
3fd9976
%patch17 -p1 -b .rpath
cvsdist dc9ef5d
%patch18 -p1 -b .language
46df885
%patch20 -p1 -b .direct-usb
7fe06eb
%patch22 -p1 -b .dest-cache-v2
cvsdist f5e5367
%patch24 -p1 -b .maxlogsize
aee6db4
%patch32 -p1 -b .pid
c9dd664
%patch41 -p1 -b .relro
cvsdist afac77e
perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
cvsdist 5dbbcca
aclocal -I config-scripts
cvsdist afac77e
autoconf
cvsdist afac77e
cvsdist 0519732
cp %{SOURCE5} cups-lpd.real
cvsdist 0519732
perl -pi -e "s,\@LIBDIR\@,%{_libdir},g" cups-lpd.real
cvsdist 0519732
cvsdist 79dcdc0
# Let's look at the compilation command lines.
cvsdist 79dcdc0
perl -pi -e "s,^.SILENT:,," Makedefs.in
cvsdist 79dcdc0
cvsdist afac77e
%build
29eef2d
export CFLAGS="-DLDAP_DEPRECATED=1"
cvsdist 2c49427
%configure --with-docdir=%{_docdir}/cups-%{version} \
9d10dec
	--with-optim="$RPM_OPT_FLAGS $CFLAGS -fstack-protector-all" \
3fd9976
	--with-log-file-perm=0700 --enable-pie --disable-rpath
cvsdist afac77e
cvsdist afac77e
# If we got this far, all prerequisite libraries must be here.
cvsdist 2c49427
make
cvsdist afac77e
cvsdist afac77e
%install
cvsdist afac77e
rm -rf $RPM_BUILD_ROOT
cvsdist afac77e
mkdir -p $RPM_BUILD_ROOT%{initdir}
cvsdist afac77e
cvsdist afac77e
make BUILDROOT=$RPM_BUILD_ROOT install 
cvsdist afac77e
cvsdist afac77e
install -m 755 $RPM_SOURCE_DIR/cups.init $RPM_BUILD_ROOT%{initdir}/cups
cvsdist afac77e
e69e7d1
find $RPM_BUILD_ROOT/usr/share/cups/model -name "*.ppd" |xargs gzip -n9f
cvsdist afac77e
cvsdist afac77e
%if %use_alternatives
cvsdist 0519732
pushd $RPM_BUILD_ROOT%{_bindir}
cvsdist afac77e
for i in cancel lp lpq lpr lprm lpstat; do
cvsdist afac77e
	mv $i $i.cups
cvsdist afac77e
done
cvsdist afac77e
cd $RPM_BUILD_ROOT%{_sbindir}
cvsdist afac77e
mv lpc lpc.cups
cvsdist afac77e
cd $RPM_BUILD_ROOT%{_mandir}/man1
27e6db5
for i in lp lpq lpr lprm lpstat; do
cvsdist afac77e
	mv $i.1 $i-cups.1
cvsdist afac77e
done
27e6db5
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/cancel.1
27e6db5
ln -s lp-cups.1 $RPM_BUILD_ROOT%{_mandir}/man1/cancel-cups.1
cvsdist afac77e
cd $RPM_BUILD_ROOT%{_mandir}/man8
cvsdist afac77e
mv lpc.8 lpc-cups.8
cvsdist 0519732
popd
cvsdist afac77e
%endif
cvsdist afac77e
dfe8c9c
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps $RPM_BUILD_ROOT%{_sysconfdir}/X11/sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily
cvsdist afac77e
install -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
5f3a030
install -c -m 644 cups-lpd.real $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/cups-lpd
cvsdist 2eebc2a
install -c -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/cups
0edf4c0
install -c -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{cups_serverbin}/backend/ncp
dfe8c9c
install -c -m 755 %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/cups
14b9205
install -c -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/cups/pdftops.conf
cvsdist 99ecd13
ln -s ../doc/%{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
cvsdist afac77e
# Deal with users trying to access the admin tool at
cvsdist afac77e
# /usr/share/doc/cups-%{version}/index.html rather than the
cvsdist afac77e
# correct http://localhost:631/
cvsdist afac77e
for i in admin classes jobs printers; do
cvsdist afac77e
	mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/$i
cvsdist afac77e
	cat >$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/$i/index.html <
cvsdist afac77e
cvsdist afac77e
cvsdist afac77e
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
cvsdist afac77e
<head>
cvsdist afac77e
<meta http-equiv="refresh" content="2; URL=http://localhost:631/$i" />
cvsdist afac77e
<title>CUPS $i</title>
cvsdist afac77e
</head>
cvsdist afac77e
<body bgcolor="#cccc99" text="#000000" link="#0000ff" vlink="#ff00ff">
cvsdist afac77e

You are trying to access the CUPS admin frontend through reading the files.

cvsdist afac77e
The correct way to access the CUPS admin frontend is pointing your browser at
cvsdist afac77e
http://localhost:631/.

cvsdist afac77e

You should be automatically redirected to the correct URL in 2 seconds.

cvsdist afac77e
If your browser does not support redirection, please use
cvsdist afac77e
this link.

cvsdist afac77e
</body>
cvsdist afac77e
</html>
cvsdist afac77e
EOF
cvsdist afac77e
done
cvsdist afac77e
52c268a
cat >$RPM_BUILD_ROOT%{_sysconfdir}/cups/snmp.conf <<"EOF"
52c268a
#Address @LOCAL
52c268a
#Community public
52c268a
#DebugLevel 0
52c268a
#HostNameLookups off
52c268a
EOF
52c268a
cvsdist 99ecd13
# Ship pstoraster (bug #69573).
0edf4c0
install -c -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{cups_serverbin}/filter
cvsdist 99ecd13
install -c -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/cups
cvsdist 66c8324
cvsdist a87014a
# Ship a generic postscript PPD file (#73061)
cvsdist a87014a
install -c -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/cups/model
cvsdist a87014a
b1b5a1b
# Ship a printers.conf file, and a client.conf file.  That way, they get
b1b5a1b
# their SELinux file contexts set correctly.
b1b5a1b
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/printers.conf
0edf4c0
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/client.conf
0edf4c0
0edf4c0
# Ship an SSL directory
0edf4c0
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/cups/ssl
cvsdist 79dcdc0
cvsdist 0519732
# Remove unshipped files.
cvsdist 0519732
rm -rf $RPM_BUILD_ROOT%{_mandir}/cat? $RPM_BUILD_ROOT%{_mandir}/*/cat?
618bddd
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/cups.desktop
b0e38c9
rm -rf $RPM_BUILD_ROOT%{_datadir}/icons
cvsdist 0519732
5fbd6bc
cvsdist afac77e
%post
cvsdist afac77e
/sbin/chkconfig --del cupsd 2>/dev/null || true # Make sure old versions aren't there anymore
cvsdist afac77e
/sbin/chkconfig --add cups || true
cvsdist afac77e
%if %use_alternatives
cvsdist 0519732
/usr/sbin/alternatives --install %{_bindir}/lpr print %{_bindir}/lpr.cups 40 \
cvsdist afac77e
	 --slave %{_bindir}/lp print-lp %{_bindir}/lp.cups \
cvsdist afac77e
	 --slave %{_bindir}/lpq print-lpq %{_bindir}/lpq.cups \
cvsdist afac77e
	 --slave %{_bindir}/lprm print-lprm %{_bindir}/lprm.cups \
cvsdist afac77e
	 --slave %{_bindir}/lpstat print-lpstat %{_bindir}/lpstat.cups \
cvsdist afac77e
	 --slave %{_bindir}/cancel print-cancel %{_bindir}/cancel.cups \
cvsdist afac77e
	 --slave %{_sbindir}/lpc print-lpc %{_sbindir}/lpc.cups \
cvsdist afac77e
	 --slave %{_mandir}/man1/cancel.1.gz print-cancelman %{_mandir}/man1/cancel-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lp.1.gz print-lpman %{_mandir}/man1/lp-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man8/lpc.8.gz print-lpcman %{_mandir}/man8/lpc-cups.8.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lpq.1.gz print-lpqman %{_mandir}/man1/lpq-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lpr.1.gz print-lprman %{_mandir}/man1/lpr-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lprm.1.gz print-lprmman %{_mandir}/man1/lprm-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz \
cvsdist afac77e
	 --initscript cups
cvsdist afac77e
%endif
cvsdist 0519732
if [ $1 -eq 1 ]; then
cvsdist 0519732
  # First install.  Build ppds.dat.
cvsdist 0519732
  /sbin/service cups reload >/dev/null 2>&1 || :
cvsdist 0519732
fi
cvsdist afac77e
exit 0
cvsdist afac77e
cvsdist afac77e
%post libs -p /sbin/ldconfig
cvsdist afac77e
cvsdist afac77e
%postun libs -p /sbin/ldconfig
cvsdist afac77e
cvsdist afac77e
%preun
cvsdist afac77e
if [ "$1" = "0" ]; then
cvsdist afac77e
	/sbin/service cups stop > /dev/null 2>&1
cvsdist afac77e
	/sbin/chkconfig --del cups
cvsdist afac77e
%if %use_alternatives
cvsdist afac77e
        /usr/sbin/alternatives --remove print %{_bindir}/lpr.cups
cvsdist afac77e
%endif
cvsdist afac77e
fi
cvsdist afac77e
exit 0
cvsdist afac77e
cvsdist afac77e
%postun
cvsdist afac77e
if [ "$1" -ge "1" ]; then
cvsdist afac77e
	/sbin/service cups condrestart > /dev/null 2>&1
cvsdist afac77e
fi
cvsdist 66c8324
exit 0
cvsdist afac77e
cvsdist 66c8324
%triggerin -- samba-client
0edf4c0
ln -sf ../../../bin/smbspool %{cups_serverbin}/backend/smb || :
cvsdist afac77e
exit 0
cvsdist afac77e
cvsdist 66c8324
%triggerun -- samba-client
cvsdist afac77e
[ $2 = 0 ] || exit 0
0edf4c0
rm -f %{cups_serverbin}/backend/smb
cvsdist afac77e
cvsdist afac77e
%clean
cvsdist afac77e
rm -rf $RPM_BUILD_ROOT
cvsdist afac77e
cvsdist afac77e
%files
cvsdist afac77e
%defattr(-,root,root)
0edf4c0
%dir %attr(0755,root,nobody) /etc/cups
d52981a
%dir %attr(0755,root,lp) /var/run/cups
0edf4c0
%dir %attr(0511,lp,sys) /var/run/cups/certs
0edf4c0
%config(noreplace) %attr(0640,root,nobody) /etc/cups/cupsd.conf
0edf4c0
%attr(0640,root,nobody) /etc/cups/cupsd.conf.default
0edf4c0
%config(noreplace) %attr(0644,root,nobody) /etc/cups/client.conf
dddbf9b
%config(noreplace) %attr(0600,root,nobody) /etc/cups/printers.conf
14b9205
%config(noreplace) %attr(0644,root,nobody) /etc/cups/pdftops.conf
52c268a
%config(noreplace) %attr(0644,root,nobody) /etc/cups/snmp.conf
cvsdist afac77e
/etc/cups/interfaces
cvsdist 79dcdc0
%config(noreplace) /etc/cups/mime.types
cvsdist 79dcdc0
%config(noreplace) /etc/cups/mime.convs
0edf4c0
%dir %attr(0755,root,nobody) /etc/cups/ppd
0edf4c0
%dir %attr(0700,root,nobody) /etc/cups/ssl
cvsdist 99ecd13
/etc/cups/pstoraster.convs
cvsdist 79dcdc0
%config(noreplace) /etc/pam.d/cups
16814d0
%dir %{_docdir}/cups-%{version}
0edf4c0
%{_docdir}/cups-%{version}/favicon.ico
16814d0
%{_docdir}/cups-%{version}/images
0edf4c0
%{_docdir}/cups-%{version}/ja
124cf24
%{_docdir}/cups-%{version}/es
3ae7909
%{_docdir}/cups-%{version}/sv
998a644
%{_docdir}/cups-%{version}/pl
16814d0
%{_docdir}/cups-%{version}/*.css
16814d0
%{_docdir}/cups-%{version}/admin
16814d0
%{_docdir}/cups-%{version}/classes
16814d0
%{_docdir}/cups-%{version}/jobs
16814d0
%{_docdir}/cups-%{version}/printers
16814d0
%doc %{_docdir}/cups-%{version}/index.html
0edf4c0
%doc %{_docdir}/cups-%{version}/help
16814d0
%doc %{_docdir}/cups-%{version}/robots.txt
15f640f
%config(noreplace) %{initdir}/cups
cvsdist 79dcdc0
%{_bindir}/cupstestppd
124cf24
%{_bindir}/cupstestdsc
cvsdist afac77e
%{_bindir}/cancel*
cvsdist afac77e
%{_bindir}/lp*
0edf4c0
%dir %{cups_serverbin}
0edf4c0
%{cups_serverbin}/backend
0edf4c0
%{cups_serverbin}/cgi-bin
0edf4c0
%dir %{cups_serverbin}/daemon
0edf4c0
%{cups_serverbin}/daemon/cups-polld
0edf4c0
%{cups_serverbin}/daemon/cups-deviced
0edf4c0
%{cups_serverbin}/daemon/cups-driverd
0edf4c0
%{cups_serverbin}/notifier/mailto
0edf4c0
%{cups_serverbin}/notifier/testnotify
0edf4c0
%{cups_serverbin}/filter
0edf4c0
%{cups_serverbin}/monitor
cvsdist afac77e
%{_mandir}/man?/*
cvsdist afac77e
%{_sbindir}/*
cvsdist 79dcdc0
%dir %{_datadir}/cups
cvsdist 79dcdc0
%dir %{_datadir}/cups/banners
cvsdist 79dcdc0
%config(noreplace) %{_datadir}/cups/banners/*
cvsdist 79dcdc0
%{_datadir}/cups/charsets
0edf4c0
%{_datadir}/cups/charmaps
cvsdist 79dcdc0
%{_datadir}/cups/data
cvsdist 79dcdc0
%{_datadir}/cups/doc
cvsdist 79dcdc0
%{_datadir}/cups/fonts
cvsdist 79dcdc0
%{_datadir}/cups/model
cvsdist 79dcdc0
%{_datadir}/cups/templates
cvsdist afac77e
%{_datadir}/locale/*/*
0edf4c0
%dir %attr(1770,root,nobody) /var/spool/cups/tmp
0edf4c0
%dir %attr(0710,root,nobody) /var/spool/cups
cvsdist 0519732
%dir %attr(0755,lp,sys) /var/log/cups
cvsdist 0519732
%config(noreplace) %{_sysconfdir}/logrotate.d/cups
cvsdist afac77e
%{_datadir}/pixmaps/cupsprinter.png
dfe8c9c
%{_sysconfdir}/cron.daily/cups
cvsdist 79dcdc0
%{_sysconfdir}/dbus-1/system.d/cups.conf
0edf4c0
%{_libdir}/php/modules/*.so
cvsdist afac77e
cvsdist afac77e
%files libs
cvsdist afac77e
%defattr(-,root,root)
cvsdist afac77e
%{_libdir}/*.so.*
cvsdist afac77e
cvsdist afac77e
%files devel
cvsdist afac77e
%defattr(-,root,root)
cvsdist afac77e
%{_bindir}/cups-config
cvsdist afac77e
%{_libdir}/*.so
cvsdist afac77e
%{_includedir}/cups
cvsdist afac77e
940d020
%files lpd
940d020
%defattr(-,root,root)
940d020
%config(noreplace) %{_sysconfdir}/xinetd.d/cups-lpd
0edf4c0
%dir %{cups_serverbin}
0edf4c0
%dir %{cups_serverbin}/daemon
0edf4c0
%{cups_serverbin}/daemon/cups-lpd
940d020
cvsdist afac77e
%changelog
fc491f2
* Mon May  8 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-2
fc491f2
- 1.2.0.
fc491f2
e28b95c
* Fri May  5 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.4
e28b95c
- Sync to svn5493.
e28b95c
a98e7f6
* Fri May  5 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.3
a98e7f6
- Sync to svn5491.
c9f932c
4da7526
* Fri Apr 28 2006 Tim Waugh <twaugh@redhat.com>
4da7526
- Sync to svn5470.
4da7526
- No longer need link, CAN-2005-0064, or no-propagate-ipp-port patches.
4da7526
- Switch to upstream PIE implementation (every single binary is PIE).
77bffe1
- Extend relro to all binaries.
3fd9976
- Better rpath patch.
4da7526
e5d2324
* Wed Apr 26 2006 Tim Waugh <twaugh@redhat.com>
4da7526
- No longer need backend, rcp, or ppdsdat patches.
9d10dec
- Use configure switch for LogFilePerm default instead of patch.
e5d2324
d52981a
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com>
d52981a
- Own /var/run/cups (bug #189561).
8325fed
- Sync from svn5460 to svn5462.
d52981a
d6df283
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.2
16d6860
- Patch pdftops to understand 'includeifexists', and use that in the
16d6860
  pdftops.conf file (bug #189809).
16d6860
998a644
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.1
998a644
- 1.2rc3.
52c268a
- Ship an snmp.conf.
52c268a
3ae7909
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.4.rc2.2
3ae7909
- Updated to svn 5446.
3ae7909
62dfe30
* Wed Apr 19 2006 Tim Waugh <twaugh@redhat.com>
62dfe30
- Ignore .rpmnew and .rpmsave banner files.
62dfe30
14b9205
* Tue Apr 11 2006 Tim Waugh <twaugh@redhat.com>
14b9205
- Ship a /etc/cups/pdftops.conf file (bug #188583).
14b9205
8791e25
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com>
8791e25
- Build requires libacl-devel.
8791e25
837e092
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.4.rc2.1
837e092
- 1.2rc2.
837e092
9d2d9cb
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.9
a59156d
- Sync scheduler/* with svn 5383.
a59156d
00a2983
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.8
29eef2d
- No longer need openssl-devel.
29eef2d
- Build with LDAP_DEPRECATED=1, to pick up declarations of ldap_init() etc.
29eef2d
- Only warn about ACLs once (STR #1532).
a2f37b2
- Fix imagetops filter (STR #1533).
a3358e6
- Sync pstops.c with svn 5382.
29eef2d
91729ee
* Thu Apr  6 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.7
f111b12
- Build requires openldap-devel.
91729ee
- Sync pstops.c with svn 5372.
f111b12
46df885
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.6
46df885
- Tweak to allow 'usb:/dev/usb/lp0'-style URIs again.
46df885
bd6546d
* Sun Apr  2 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.5
94c45d0
- Backported svn 5365:5366 change for mutex-protected stringpool (STR #1530).
bd6546d
bd93f45
* Sat Apr  1 2006 Tim Waugh <twaugh@redhat.com>
bd93f45
- Fixed _cupsStrFree() (STR #1529).
bd93f45
91172ac
* Fri Mar 31 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.4
91172ac
- Fixed interaction with CUPS 1.1 servers (STR #1528).
91172ac
80869e6
* Wed Mar 29 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.3
eb14af5
- Fix group list of non-root backends (STR #1521, bug #186954).
eb14af5
2fc5c8d
* Tue Mar 28 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.2
1d0e9cb
- Fix lpq -h (STR#1515, bug #186686).
1d0e9cb
b1b5a1b
* Mon Mar 27 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.1
b1b5a1b
- Ship a printers.conf file, and a client.conf file.  That way, they get
b1b5a1b
  their SELinux file contexts set correctly.
b1b5a1b
b0e38c9
* Mon Mar 27 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.0
b0e38c9
- 1.2rc1.
b0e38c9
14cd466
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.6
14cd466
- Add KDE compatibility symbols _ipp_add_attr/_ipp_free_attr to ipp.h, with
14cd466
  a comment saying why they shouldn't be used.
14cd466
80d6a95
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.5
80d6a95
- Fix KDE compatibility symbols _ipp_add_attr/_ipp_free_attr.
80d6a95
e85467b
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.4
e85467b
- Update to svn snapshot.
e85467b
124cf24
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.3
124cf24
- Update to svn snapshot.  No longer need users or policy patches.
124cf24
0edf4c0
* Fri Mar 17 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.2
0edf4c0
- Rebuilt.
0edf4c0
0edf4c0
* Tue Mar 14 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.1
0edf4c0
- Build requires gnutls-devel.
0edf4c0
- Fixed default policy name.
0edf4c0
- Fixed 'set-allowed-users' in web UI.
0edf4c0
0edf4c0
* Mon Mar 13 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.0
0edf4c0
- 1.2b2.
0edf4c0
- Use new CUPS_SERVERBIN location (/usr/lib/cups even on 64-bit hosts).
9080a93
0edf4c0
* Fri Mar 10 2006 Tim Waugh <twaugh@redhat.com>
0edf4c0
- Fixed some permissions.
905fead
0edf4c0
* Fri Mar 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b1.1
0edf4c0
- Ship /etc/cups/ssl directory.
90f630f
0edf4c0
* Thu Mar  9 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b1.0
0edf4c0
- 1.2b1.  No longer need devid patch.
0edf4c0
0edf4c0
* Wed Mar  8 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5238.2
0edf4c0
- Fixed 'device-id' attribute in GET_DEVICES requests (STR #1467).
0edf4c0
0edf4c0
* Tue Mar  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5238.1
0edf4c0
- New svn snapshot.
0edf4c0
- No longer need browse or raw patches.
0edf4c0
0edf4c0
* Wed Mar  1 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5137.1
0edf4c0
- Fixed raw printing.
0edf4c0
- Removed (unapplied) session printing patch.
0edf4c0
- Fixed browse info.
0edf4c0
0edf4c0
* Thu Feb 23 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5137.0
0edf4c0
- New svn snapshot.
0edf4c0
0edf4c0
* Fri Feb 17 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5102.0
0edf4c0
- New svn snapshot.
0edf4c0
- No longer need enabledisable patch.
0edf4c0
- Fixed double-free in scheduler/policy.c (STR #1428).
0edf4c0
0edf4c0
* Fri Feb 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5083.0
0edf4c0
- New svn snapshot.
0edf4c0
0edf4c0
* Wed Jan 25 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn4964.0
0edf4c0
- Use -fPIE not -fpie in PIE patch.
0edf4c0
- Fix link patch.
0edf4c0
- Patch in PIE instead of using --enable-pie, since that doesn't work.
0edf4c0
0edf4c0
* Fri Jan 20 2006 Tim Waugh <twaugh@redhat.com>
0edf4c0
- 1.2 svn snapshot.
0edf4c0
- No longer need doclink, str1023, pdftops, sanity, lpstat, str1068,
0edf4c0
  sigchld, gcc34, gcc4, slow, CAN-2004-0888, CAN-2005-2097, finddest,
0edf4c0
  str1249, str1284, str1290, str1301, CVE-2005-3625,6,7 patches.
0edf4c0
- Removed autodetect-tag patch.
5de4b6c
45081a8
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 1:1.1.23-30
45081a8
- Include 'Autodetected' tag for better integration with autodetection tools.
45081a8
7fe06eb
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.1.23-29
7fe06eb
- Apply dest-cache-v2 patch (bug #175847).
7fe06eb
0f0c41a
* Wed Jan  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.1.23-28
d6e9845
- Apply patch to fix CVE-2005-3625, CVE-2005-3626, CVE-2005-3627
d6e9845
  (bug #176868).
d6e9845
c9dd664
* Mon Dec 19 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-27
c9dd664
- Link pdftops with -z relro.
c9dd664
b693a8d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b693a8d
- rebuilt
b693a8d
ceed900
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 1:1.1.23-26
ceed900
- rebuild for new dbus
ceed900
3e9ff7c
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> 1:1.1.23-25
3e9ff7c
- rebuilt with new openssl
3e9ff7c
5f98a3f
* Thu Oct 20 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-24
05bc8c9
- Build with -fstack-protector-all.
05bc8c9
05bc8c9
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com> 1:1.1.23-23
Florian La Roche 4a70c58
- link libcupsimage.so against libcups
Florian La Roche 4a70c58
eb7f18f
* Tue Oct 11 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-22
aae056c
- Apply patch to fix STR #1301 (bug #169979).
aae056c
18ff648
* Thu Oct  6 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-21
18ff648
- Apply patch to fix STR #1290.
18ff648
690bcee
* Wed Oct  5 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-20
690bcee
- Apply upstream patch for STR #1249.
690bcee
8294ebf
* Fri Sep 30 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-19
f118957
- Use upstream patch for STR #1284.
f118957
b0b1e6f
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com>
b0b1e6f
- use include instead of pam_stack in pam config
b0b1e6f
ff33a67
* Thu Sep 29 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-18
48d6797
- Raise IPP_MAX_VALUES to 100 (bug #164232).  STR #1284.
26ad1d1
- Made FindDest better behaved in some instances (bug #164232).  STR #1283.
53db004
75f0fa0
* Fri Sep  2 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-17
75f0fa0
- Fixed CAN-2005-2097 (bug #164510).
75f0fa0
e57c289
* Thu Jun 16 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-16
85af8b4
- Make DeletePrinterFromClass faster (bug #160620).
85af8b4
785e3ce
* Thu Mar 31 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-15
aff4b5c
- Don't require exact dbus version, just minimum.
aff4b5c
e1a5ea9
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-14
e1a5ea9
- Fixed up dbus patch so that it compiles.
e1a5ea9
e1a5ea9
* Wed Mar  9 2005 John (J5) Palmieri <johnp@redhat.com>
f7efb95
- Fix up dbus patch 
f7efb95
871b60d
* Mon Mar  7 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.1.23-13
871b60d
- Fixed up dbus patch to work with dbus 0.31
871b60d
a4a7cdf
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 1:1.1.23-12
a4a7cdf
- rebuild for openssl-0.9.7e
a4a7cdf
cdd8f9c
* Tue Feb 22 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-11
cdd8f9c
- UTF-8-ify spec file (bug #149293).
cdd8f9c
fc77736
* Fri Feb 18 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-10
8958721
- Fixed build with GCC 4.
060494f
fc77736
* Thu Feb 10 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-9
7e01892
- Back to old DBUS API since new DBUS isn't built yet.
7e01892
8d9167e
* Mon Feb  7 2005 Tim Waugh <twaugh@redhat.com>
13489fb
- Use upstream patch for STR #1068.
8042765
- Apply patch to fix remainder of CAN-2004-0888 (bug #135378).
8d9167e
2961478
* Wed Feb  2 2005 Tim Waugh <twaugh@redhat.com>
2961478
- Applied patch to prevent occasional cupsd crash on reload (bug #146850).
2961478
fc77736
* Tue Feb  1 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-8
815092e
- New DBUS API.
815092e
fc77736
* Tue Feb  1 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-7
b31cc69
- Applied patch to prevent file descriptor confusion (STR #1068).
b31cc69
3218f29
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com>
3218f29
- Build does not require XFree86-devel (bug #146397).
3218f29
a8006d3
* Thu Jan 27 2005 Tim Waugh <twaugh@redhat.com>
a8006d3
- Corrected directory modes so that they reflect what cupsd sets them to.
a8006d3
fc77736
* Mon Jan 24 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-6
29acb6d
- Build against new dbus.
29acb6d
fc77736
* Fri Jan 21 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-5
dfe8c9c
- Use tmpwatch to remove unused files in the spool temporary directory
dfe8c9c
  (bug #110026).
dfe8c9c
e69e7d1
* Thu Jan 20 2005 Tim Waugh <twaugh@redhat.com>
e69e7d1
- Use gzip's -n flag for the PPDs.
e69e7d1
fc77736
* Thu Jan 20 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-4
15f640f
- Mark the initscript noreplace (bug #145629).
15f640f
fc77736
* Wed Jan 19 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-3
699c7eb
- Applied patch to fix CAN-2005-0064.
699c7eb
fc77736
* Thu Jan  6 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-2
6654378
- Fixed patch from STR #1023.
6654378
fc77736
* Tue Jan  4 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-1
39db5f9
- 1.1.23.
39db5f9
fc77736
* Mon Dec 20 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.23-0.rc1.1
04d25cd
- 1.1.23rc1.
04d25cd
- No longer need ioctl, ref-before-use, str1023 or str1024 patches.
04d25cd
fc77736
* Fri Dec 17 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-6
4e91e02
- Use upstream patches for bug #143086.
4e91e02
fc77736
* Thu Dec 16 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-5
363ef3f
- Fixed STR #1023 (part of bug #143086).
0e531ea
- Fixed STR #1024 (rest of bug #143086).
363ef3f
04c9a77
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com>
16814d0
- Not all files in the doc directory are pure documentation (bug #67337).
16814d0
16814d0
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com>
04c9a77
- Fixed ioctl parameter size in usb backend.  Spotted by David A. Marlin.
04c9a77
0e87afe
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-4
0e87afe
- Convert de and fr .tmpl files into UTF-8 (bug #136177).
0e87afe
3e55b0a
* Thu Dec  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-3
3e55b0a
- Fix ref-before-use bug in debug output (bug #141585).
3e55b0a
eeb9a39
* Mon Nov 29 2004 Tim Waugh <twaugh@redhat.com>
eeb9a39
- Copied "ext" patch over from xpdf RPM package.
eeb9a39
43cd32b
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-2
5f3a030
- Fixed cups-lpd file mode (bug #137325).
3deb1de
- Convert all man pages to UTF-8 (bug #107118).  Patch from Miloslav Trmac.
3deb1de
940d020
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com>
5f3a030
- New lpd subpackage, from patch by Matthew Galgoci (bug #137325).
940d020
fc04b64
* Tue Nov  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-1
fc04b64
- 1.1.22.
fc04b64
- No longer need ippfail, overread or str970 patches.
fc04b64
9a72421
* Tue Oct 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc2.1
27e6db5
- Make cancel-cups(1) man page point to lp-cups(1) not lp(1) (bug #136973).
62e8a89
- Use upstream patch for STR #953.
9a72421
- 1.1.22rc2.
bc1e0e2
92b1517
* Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.7
9fa374f
- Prevent filters generating incorrect PS in locales where "," is the
d1be8e2
  decimal separator (bug #136102).  Patch from STR #970.
9fa374f
9bbae5a
* Thu Oct 14 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.5
9bbae5a
- Fixed another typo in last patch!
9bbae5a
ece553a
* Thu Oct 14 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.4
ece553a
- Fixed typo in last patch.
ece553a
9e8251c
* Thu Oct 14 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.3
9e8251c
- Another attempt at fixing bug #135502.
9e8251c
1ca4c9b
* Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.2
1ca4c9b
- Fail better when receiving corrupt IPP responses (bug #135502).
1ca4c9b
8f2c8b2
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.1
8f2c8b2
- 1.1.22rc1.
8f2c8b2
159ba0d
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-7
159ba0d
- Set LogFilePerm 0600 in default config file.
159ba0d
d792392
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-6
d792392
- Apply patch to fix CAN-2004-0923 (bug #134601).
d792392
d15a430
* Mon Oct  4 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-5
d15a430
- Fixed reload logic (bug #134080).
d15a430
5fbd6bc
* Wed Sep 29 2004 Warren Togami <wtogami@redhat.com> 1:1.1.21-4
5fbd6bc
- Remove .pdf from docs, fix links
5fbd6bc
aee6db4
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-3
aee6db4
- Write a pid file (bug #132987).
aee6db4
e7b778a
* Thu Sep 23 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-2
e7b778a
- 1.1.21.
e7b778a
3349b6f
* Thu Sep  9 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc2.2
3349b6f
- Updated DBUS patch (from Colin Walters).
3349b6f
cvsdist eef8206
* Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc2.1
cvsdist eef8206
- 1.1.21rc2.
cvsdist eef8206
- No longer need state, reload-timeout or str743 patches.
cvsdist eef8206
- httpnBase64 patch no longer applies; alternate method implemented
cvsdist eef8206
  upstream.
cvsdist eef8206
- Fix single byte overread in usersys.c (spotted by Colin Walters).
cvsdist eef8206
cvsdist eef8206
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
cvsdist eef8206
- Applied httpnEncode64 patch from Colin Walters.
cvsdist eef8206
cvsdist eef8206
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
cvsdist eef8206
- Session printing patch (Colin Walters).  Disabled for now.
cvsdist eef8206
cvsdist db3ded6
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.9
cvsdist db3ded6
- Shorter reload timeout (Colin Walters).
cvsdist db3ded6
- Updated DBUS patch from Colin Walters.
cvsdist db3ded6
cvsdist db3ded6
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com>
cvsdist db3ded6
- Updated IPP backend IPP_PORT patch from Colin Walters.
cvsdist db3ded6
cvsdist d90a365
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.8
cvsdist d90a365
- Preserve DBUS_SESSION_BUS_ADDRESS in environment (Colin Walters).
cvsdist d90a365
- Fixed enabledisable patch.
cvsdist d90a365
cvsdist 7531ace
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.7
cvsdist 7531ace
- Bumped DBUS version to 0.22.
cvsdist 7531ace
cvsdist f0394aa
* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.6
cvsdist f0394aa
- Patch from Colin Walters to prevent IPP backend using non-standard
cvsdist f0394aa
  IPP port.
cvsdist f0394aa
cvsdist 91a3039
* Sun Aug  1 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.5
cvsdist 91a3039
- Really bumped DBUS version.
cvsdist 91a3039
cvsdist fa7095d
* Fri Jul 30 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.4
cvsdist fa7095d
- Bumped DBUS version.
cvsdist fa7095d
cvsdist fa7095d
* Fri Jul 16 2004 Tim Waugh <twaugh@redhat.com>
cvsdist fa7095d
- Added version to LPRng obsoletes: tag (bug #128024).
cvsdist fa7095d
cvsdist 6e8334a
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.3
cvsdist 6e8334a
- Updated DBUS patch.
cvsdist 6e8334a
cvsdist c5dee23
* Tue Jun 29 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.2
cvsdist c5dee23
- Apply patch from STR #743 (bug #114999).
cvsdist c5dee23
cvsdist 2eebc2a
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.1
cvsdist 2eebc2a
- Fix permissions on logrotate script (bug #126426).
cvsdist 2eebc2a
cvsdist 3d89616
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3d89616
- rebuilt
cvsdist 3d89616
cvsdist 2c49427
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-0.rc1.2
cvsdist 2c49427
- Build for dbus-0.21.
cvsdist 2c49427
- Fix SetPrinterState().
cvsdist 2c49427
cvsdist 2c49427
* Thu Jun  3 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 2c49427
- Use configure's --with-optim parameter instead of setting OPTIM at
cvsdist 2c49427
  make time (bug #125228).
cvsdist 2c49427
cvsdist 4a08578
* Thu Jun  3 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-0.rc1.1
cvsdist 4a08578
- 1.1.21rc1.
cvsdist 4a08578
- No longer need str716, str718, authtype or encryption patches.
cvsdist 4a08578
cvsdist 4a3035c
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-15
cvsdist 4a3035c
- Build on ppc and ppc64 again.
cvsdist 4a3035c
cvsdist f5e5367
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-14
cvsdist f5e5367
- ExcludeArch ppc, ppc64.
cvsdist f5e5367
- More D-BUS changes.
cvsdist f5e5367
cvsdist f5e5367
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-13
cvsdist f5e5367
- Enable optimizations on ia64 again.
cvsdist f5e5367
cvsdist f5e5367
* Thu May 27 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-12
cvsdist f5e5367
- D-BUS changes.
cvsdist f5e5367
cvsdist f5e5367
* Wed May 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-11
cvsdist f5e5367
- Build requires make >= 3.80 (bug #124472).
cvsdist f5e5367
cvsdist f5e5367
* Wed May 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-10
cvsdist f5e5367
- Finish fix for cupsenable/cupsdisable (bug #102490).
cvsdist f5e5367
- Fix MaxLogSize setting (bug #123003).
cvsdist f5e5367
cvsdist f5e5367
* Tue May 25 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-9
cvsdist f5e5367
- Apply patches from CVS (authtype) to fix STR #434, STR #611, and as a
cvsdist f5e5367
  result STR #719.  This fixes several problems including those noted in
cvsdist f5e5367
  bug #114999.
cvsdist f5e5367
cvsdist f5e5367
* Mon May 24 2004 Tim Waugh <twaugh@redhat.com>
cvsdist f5e5367
- Use upstream patch for exit code fix for bug #110135 [STR 718].
cvsdist f5e5367
cvsdist f5e5367
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-8
cvsdist f5e5367
- If cupsd fails to start, make it exit with an appropriate code so that
cvsdist f5e5367
  initlog notifies the user (bug #110135).
cvsdist f5e5367
cvsdist f5e5367
* Thu May 13 2004 Tim Waugh <twaugh@redhat.com>
cvsdist f5e5367
- Fix cups/util.c:get_num_sdests() to use encryption when it is necessary
cvsdist f5e5367
  or requested (bug #118982).
cvsdist f5e5367
- Use upstream patch for the HTTP/1.1 Continue bug (from STR716).
cvsdist f5e5367
cvsdist f5e5367
* Tue May 11 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-7
cvsdist f5e5367
- Fix non-conformance with HTTP/1.1, which caused failures when printing
cvsdist f5e5367
  to a Xerox Phaser 8200 via IPP (bug #122352).
cvsdist f5e5367
- Make lppasswd(1) PIE.
cvsdist f5e5367
- Rotate logs within cupsd (instead of relying on logrotate) if we start
cvsdist f5e5367
  to approach the filesystem file size limit (bug #123003).
cvsdist f5e5367
cvsdist 47b7c7d
* Tue Apr  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-6
cvsdist 47b7c7d
- Fix pie patch (bug #120078).
cvsdist 47b7c7d
cvsdist 47b7c7d
* Fri Apr  2 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 47b7c7d
- Fix rcp patch for new system-config-printer name.
cvsdist 47b7c7d
cvsdist 5dbbcca
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5dbbcca
- rebuilt
cvsdist 5dbbcca
cvsdist 5dbbcca
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5dbbcca
- rebuilt
cvsdist 5dbbcca
cvsdist 5dbbcca
* Fri Feb  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-4
cvsdist 5dbbcca
- Tracked D-BUS API changes.
cvsdist 5dbbcca
- Updated D-BUS configuration file.
cvsdist 5dbbcca
- Symlinks to avoid conflicting with bash builtins (bug #102490).
cvsdist 5dbbcca
cvsdist 5dbbcca
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-3
cvsdist 5dbbcca
- Improved PIE patch.
cvsdist 5dbbcca
- Fixed compilation with GCC 3.4.
cvsdist 5dbbcca
cvsdist 5dbbcca
* Thu Jan 29 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 5dbbcca
- Don't ship cupsconfig now that nothing uses it.
cvsdist 5dbbcca
cvsdist dc9ef5d
* Wed Jan  7 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-2
cvsdist dc9ef5d
- Try harder to find a translated page for the web interface (bug #107619).
cvsdist dc9ef5d
- Added build_as_pie conditional to spec file to facilitate debugging.
cvsdist dc9ef5d
cvsdist dc9ef5d
* Mon Dec  1 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.20-1
cvsdist dc9ef5d
- 1.1.20.
cvsdist dc9ef5d
- No longer need idefense, str226 patches.
cvsdist dc9ef5d
- Updated sanity patch.
cvsdist dc9ef5d
- The devel sub-package requires openssl-devel (bug #110772).
cvsdist dc9ef5d
cvsdist dc9ef5d
* Wed Nov 26 2003 Thomas Woerner <twoerner@redhat.com> 1:1.1.19-16
cvsdist dc9ef5d
- removed -Wl,-rpath from cups-sharedlibs.m4 (replaced old no_rpath patch)
cvsdist dc9ef5d
cvsdist dc9ef5d
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1:1.1.19-15
cvsdist dc9ef5d
- no rpath in cups-config anymore
cvsdist dc9ef5d
cvsdist dc9ef5d
* Thu Nov 20 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-14
cvsdist dc9ef5d
- Enable PIE for cupsd.
cvsdist dc9ef5d
cvsdist dc9ef5d
* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com>
cvsdist dc9ef5d
- Don't ignore the file descriptor when ShutdownClient is called: it
cvsdist dc9ef5d
  might get closed before we next try to read it (bug #107787).
cvsdist dc9ef5d
cvsdist dc9ef5d
* Tue Oct 14 2003 Tim Waugh <twaugh@redhat.com>
cvsdist dc9ef5d
- Removed busy-loop patch; 1.1.19 has its own fix for this.
cvsdist 74220d8
cvsdist 79dcdc0
* Thu Oct  2 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-13
cvsdist 79dcdc0
- Apply patch from STR 226 to make CUPS reload better behaved (bug #101507).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Sep 10 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-12
cvsdist 79dcdc0
- Prevent a libcups busy loop (bug #97958).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Thu Aug 14 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-11
cvsdist 79dcdc0
- Another attempt to fix bug #100984.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Aug 13 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-10
cvsdist 79dcdc0
- Pass correct attributes-natural-language through even in the absence
cvsdist 79dcdc0
  of translations for that language (bug #100984).
cvsdist 79dcdc0
- Show compilation command lines.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-9
cvsdist 79dcdc0
- Prevent lpstat displaying garbage.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Mon Jul 21 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 79dcdc0
- Mark mime.convs and mime.types as config files (bug #99461).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-8
cvsdist 79dcdc0
- Start cupsd before nfs server processes (bug #97767).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-7
cvsdist 79dcdc0
- Add some %if %use_dbus / %endif's to make it compile without dbus
cvsdist 79dcdc0
  (bug #97397).  Patch from Jos Vos.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Mon Jun 16 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-6
cvsdist 79dcdc0
- Don't busy loop in the client if the IPP port is in use by another
cvsdist 79dcdc0
  app (bug #97468).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-5
cvsdist 79dcdc0
- Mark pam.d/cups as config file not to be replaced (bug #92236).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 79dcdc0
- rebuilt
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue Jun  3 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-3
cvsdist 79dcdc0
- Provide a version for LPRng (bug #92145).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-2
cvsdist 79dcdc0
- Obsolete LPRng now.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-1
cvsdist 79dcdc0
- 1.1.19.  No longer need optparse patch.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Sat May 17 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.4
cvsdist 79dcdc0
- Ship configuration file for D-BUS.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Fri May 16 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.3
cvsdist 79dcdc0
- Rebuild for dbus-0.11 API changes.
cvsdist 79dcdc0
- Fix ownership in file manifest (bug #90840).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed May 14 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.2
cvsdist 79dcdc0
- Fix option parsing in lpq (bug #90823).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue May 13 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.1
cvsdist 79dcdc0
- 1.1.19rc5.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Thu May  8 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc4.1
cvsdist 79dcdc0
- 1.1.19rc4.  Ported initscript, idefense, ppdsdat, dbus patches.
cvsdist 79dcdc0
- No longer need error, sigchld patches.
cvsdist 79dcdc0
- Ship cupstestppd.
cvsdist 3814013
cvsdist 79dcdc0
* Thu Apr 24 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 79dcdc0
- Mark banners as config files (bug #89069).
cvsdist d6a2723
cvsdist 79dcdc0
* Sat Apr 12 2003 Havoc Pennington <hp@redhat.com> 1:1.1.18-4
cvsdist 79dcdc0
- adjust dbus patch - dbus_bus_get() sends the hello for you, 
cvsdist 79dcdc0
  and there were a couple of memleaks
cvsdist 79dcdc0
- buildprereq dbus 0.9
cvsdist 79dcdc0
- rebuild for new dbus
cvsdist 79dcdc0
- hope it works, I'm ssh'd in with no way to test. ;-)
cvsdist 14f0499
cvsdist 79dcdc0
* Thu Apr 10 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-3
cvsdist 79dcdc0
- Get on D-BUS.
cvsdist 14f0499
cvsdist 79dcdc0
* Fri Mar 28 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-2
cvsdist 79dcdc0
- Fix translation in the init script (bug #87551).
cvsdist 25ec0b3
cvsdist 79dcdc0
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-1.1
cvsdist 79dcdc0
- Turn off optimization on ia64 until bug #87383 is fixed.
cvsdist 25ec0b3
cvsdist 79dcdc0
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-1
cvsdist 79dcdc0
- 1.1.18.
cvsdist 79dcdc0
- No longer need uninit patch.
cvsdist 79dcdc0
- Some parts of the iDefense and pdftops patches seem to have been
cvsdist 79dcdc0
  picked up, but not others.
cvsdist 25ec0b3
cvsdist 0519732
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-13
cvsdist 0519732
- Don't set SIGCHLD to SIG_IGN when using wait4 (via pclose) (bug #84101).
cvsdist 9f6e0fb
cvsdist 0519732
* Tue Feb  4 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-12
cvsdist 0519732
- Fix cups-lpd (bug #83452).
cvsdist 9f6e0fb
cvsdist 0519732
* Fri Jan 31 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-11
cvsdist 0519732
- Build ppds.dat on first install.
cvsdist 667ac6d
cvsdist 0519732
* Fri Jan 24 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-10
cvsdist 0519732
- Add support for rebuilding ppds.dat without running the scheduler
cvsdist 0519732
  proper (for bug #82500).
cvsdist 667ac6d
cvsdist 0519732
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.1.17-9
cvsdist 0519732
- rebuilt
cvsdist 667ac6d
cvsdist 0519732
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-8
cvsdist 0519732
- Warn against editing queues managed by redhat-config-printer
cvsdist 0519732
  (bug #82267).
cvsdist 667ac6d
cvsdist 0519732
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-7
cvsdist 0519732
- Fix up error reporting in lpd backend.
cvsdist fcbc17b
cvsdist 0519732
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-6
cvsdist 0519732
- Add epoch to internal requirements.
cvsdist 0519732
- Make 'condrestart' return success exit code when daemon isn't running.
cvsdist 0519732
cvsdist 0519732
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.17-5
cvsdist 0519732
- Use pkg-config information to find SSL libraries.
cvsdist 0519732
cvsdist 0519732
* Thu Dec 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-4
cvsdist fcbc17b
- Security fixes.
cvsdist 0519732
- Make 'service cups reload' update the configuration first (bug #79953).
cvsdist 0519732
cvsdist 0519732
* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-3
cvsdist 0519732
- Fix cupsd startup hang (bug #79346).
cvsdist 0519732
cvsdist 0519732
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-2
cvsdist 0519732
- Fix parallel backend behaviour when cancelling jobs.
cvsdist 0519732
cvsdist 0519732
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-1
cvsdist 0519732
- 1.1.17.
cvsdist 0519732
- No longer need libdir patch.
cvsdist 0519732
- Fix logrotate script (bug #76791).
cvsdist 0519732
cvsdist 0519732
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
cvsdist 0519732
- Build requires XFree86-devel (bug #78362).
cvsdist 0519732
cvsdist 0519732
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
cvsdist 0519732
- 1.1.16.
cvsdist 0519732
- Updated system-auth patch.
cvsdist 0519732
- Add ncp backend script.
cvsdist 0519732
cvsdist 0519732
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-15
cvsdist 0519732
- Set alternatives priority to 40.
cvsdist 0519732
cvsdist 0519732
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.15-14
cvsdist 0519732
- Buildrequire pam-devel.
cvsdist 0519732
- Patch default PAM config file to remove directory names from module paths,
cvsdist 0519732
  allowing the configuration files to work equally well on multilib systems.
cvsdist 0519732
- Patch default PAM config file to use system-auth, require the file at build-
cvsdist 0519732
  time because that's what data/Makefile checks for.
cvsdist 0519732
cvsdist 0519732
* Fri Nov  8 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-13
cvsdist 0519732
- Use logrotate for log rotation (bug #76791).
cvsdist 0519732
- No longer need cups.desktop, since redhat-config-printer handles it.
cvsdist 0519732
cvsdist 0519732
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-12
cvsdist 0519732
- Revert to libdir for CUPS_SERVERBIN.
cvsdist 0519732
cvsdist 0519732
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-11
cvsdist 0519732
- Use %%configure for multilib correctness.
cvsdist 0519732
- Use libexec instead of lib for CUPS_SERVERBIN.
cvsdist 0519732
- Ship translated man pages.
cvsdist 0519732
- Remove unshipped files.
cvsdist 0519732
- Fix file list permissions (bug #59021, bug #74738).
cvsdist 0519732
- Fix messy initscript output (bug #65857).
cvsdist 0519732
- Add 'reload' to initscript (bug #76114).
cvsdist fcbc17b
cvsdist a87014a
* Fri Aug 30 2002 Bernhard Rosenkraenzer <bero@redhat.de> 1.1.15-10
cvsdist a87014a
- Add generic postscript PPD file (#73061)
cvsdist a87014a
cvsdist 58029cb
* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-9
cvsdist 58029cb
- Fix prefix in pstoraster (bug #69573).
cvsdist 58029cb
cvsdist 99ecd13
* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-8
cvsdist 99ecd13
- Disable cups-lpd by default (bug #71712).
cvsdist 99ecd13
- No need for fread patch now that glibc is fixed.
cvsdist 99ecd13
cvsdist 99ecd13
* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-7
cvsdist 99ecd13
- Really add cups-lpd xinetd file (bug #63919).
cvsdist 99ecd13
- Ship pstoraster (bug #69573).
cvsdist 99ecd13
- Prevent fread from trying to read from beyond EOF (fixes a segfault
cvsdist 99ecd13
  with new glibc).
cvsdist 99ecd13
cvsdist 99ecd13
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.1.15-6
cvsdist 99ecd13
- rebuilt with gcc-3.2 (we hope)
cvsdist 99ecd13
cvsdist 99ecd13
* Mon Aug  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-5
cvsdist 99ecd13
- Add cups-lpd xinetd file (#63919)
cvsdist 745e420
cvsdist 99ecd13
* Tue Jul 23 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.1.15-4
cvsdist 99ecd13
- add a "exit 0" to postun script
cvsdist 745e420
cvsdist 99ecd13
* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-3
cvsdist 99ecd13
- Add a symlink /usr/share/cups/doc -> /usr/share/doc/cups-devel-1.1.15
cvsdist 99ecd13
  because some applications expect to find the cups docs in
cvsdist 99ecd13
  /usr/share/cups/doc
cvsdist 66c8324
cvsdist 99ecd13
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 99ecd13
- automated rebuild
cvsdist 99ecd13
cvsdist 99ecd13
* Fri Jun 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-1
cvsdist 99ecd13
- 1.1.15-1
cvsdist 66c8324
- Fix up smb printing trigger (samba-client, not samba-clients)
cvsdist 99ecd13
- Start cupsd earlier, apparently it needs to be running before samba
cvsdist 99ecd13
  starts up for smb printing to work.
cvsdist 99ecd13
cvsdist 99ecd13
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 99ecd13
- automated rebuild
cvsdist 99ecd13
cvsdist 99ecd13
* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-17
cvsdist 99ecd13
- Rebuild in current environment
cvsdist 99ecd13
- [-16 never existed because of build system breakage]
cvsdist 66c8324
cvsdist 9f149e2
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-15
cvsdist 9f149e2
- Fix bug #63387
cvsdist 9f149e2
cvsdist afac77e
* Mon Apr 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-14
cvsdist afac77e
- Fix dangling symlink created by samba-clients trigger
cvsdist afac77e
cvsdist afac77e
* Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-13
cvsdist afac77e
- Add desktop file and icon for CUPS configuration
cvsdist afac77e
cvsdist afac77e
* Wed Apr  3 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-12
cvsdist afac77e
- Support SMB printing (#62407)
cvsdist afac77e
- Add HTML redirections to doc files to work around users mistaking
cvsdist afac77e
  /usr/share/doc/cups-1.1.14 for the web frontend (#62405)
cvsdist afac77e
cvsdist afac77e
* Tue Apr  2 2002 Bill Nottingham <notting@redhat.com> 1.1.14-11
cvsdist afac77e
- fix subsys in initscript (#59206)
cvsdist afac77e
- don't strip binaries
cvsdist afac77e
cvsdist afac77e
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-10
cvsdist afac77e
- Make initscript use killproc instead of killall
cvsdist afac77e
cvsdist afac77e
* Fri Mar  8 2002 Bill Nottingham <notting@redhat.com> 1.1.14-9
cvsdist afac77e
- use alternatives --initscript support
cvsdist afac77e
cvsdist afac77e
* Mon Mar  4 2002 Bill Nottingham <notting@redhat.com> 1.1.14-8
cvsdist afac77e
- use the right path for the lpc man page, duh
cvsdist afac77e
cvsdist afac77e
* Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 1.1.14-7
cvsdist afac77e
- lpc man page is alternative too
cvsdist afac77e
- run ldconfig in -libs %post/%postun, not main
cvsdist afac77e
- remove alternatives in %preun
cvsdist afac77e
cvsdist afac77e
* Wed Feb 27 2002 Bill Nottingham <notting@redhat.com> 1.1.14-6
cvsdist afac77e
- don't source /etc/sysconfig/network in cups.init, we don't use any
cvsdist afac77e
  values from it
cvsdist afac77e
cvsdist afac77e
* Tue Feb 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-4
cvsdist afac77e
- Fix bugs #60220 and #60352
cvsdist afac77e
cvsdist afac77e
* Thu Feb 21 2002 Tim Powers <timp@redhat.com>
cvsdist afac77e
- rebuild against correct version of openssl (0.9.6b)
cvsdist afac77e
cvsdist afac77e
* Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-2
cvsdist afac77e
- Add all man pages to alternatives (#59943)
cvsdist afac77e
- Update to real 1.1.14
cvsdist afac77e
cvsdist afac77e
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-1
cvsdist afac77e
- Update to almost-1.1.14
cvsdist afac77e
cvsdist afac77e
* Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-5
cvsdist afac77e
- Move cups-config to cups-devel subpackage
cvsdist afac77e
- Make alternatives usage a %%define to simplify builds for earlier
cvsdist afac77e
  releases
cvsdist afac77e
- Explicitly provide things we're supplying through alternatives
cvsdist afac77e
  to shut up kdeutils dependencies
cvsdist afac77e
cvsdist afac77e
* Tue Feb  5 2002 Tim Powers <timp@redhat.com>
cvsdist afac77e
- shut the alternatives stuff up for good
cvsdist afac77e
cvsdist afac77e
* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-3
cvsdist afac77e
- Fix alternatives stuff
cvsdist afac77e
- Don't display error messages in %%post
cvsdist afac77e
cvsdist afac77e
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-2
cvsdist afac77e
- alternatives stuff
cvsdist afac77e
cvsdist afac77e
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-1
cvsdist afac77e
- 1.1.13
cvsdist afac77e
- Add patch for koi8-{r,u} and iso8859-8 encodings (#59018)
cvsdist afac77e
- Rename init scripts so we can safely "killall cupsd" from there
cvsdist afac77e
cvsdist afac77e
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.12-1
cvsdist afac77e
- Initial (conflicting, since alternatives isn't there yet) packaging for
cvsdist afac77e
  Red Hat Linux
cvsdist afac77e
cvsdist afac77e
* Sat Jan 19 2002 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist afac77e
- 1.1.12
cvsdist afac77e
cvsdist afac77e
* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-3
cvsdist afac77e
- Compress PPD files
cvsdist afac77e
- Fix build with gcc 3.1
cvsdist afac77e
- Fix init script
cvsdist afac77e
cvsdist afac77e
* Tue Sep  4 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-2
cvsdist afac77e
- Fix URL
cvsdist afac77e
- Generate printcap
cvsdist afac77e
- s/Copyright/License/g
cvsdist afac77e
cvsdist afac77e
* Tue Sep  4 2001 Than Ngo <than@redhat.com> 1.1.10-1
cvsdist afac77e
- update to 1.1.10-1 for ExtraBinge 7.2
cvsdist afac77e
cvsdist afac77e
* Tue May 29 2001 Michael Stefaniuc <mstefani@redhat.com>
cvsdist afac77e
- update to 1.1.8
cvsdist afac77e
- changed cupsd.conf to generate /etc/printcap
cvsdist afac77e
cvsdist afac77e
* Tue May 15 2001 Than Ngo <than@redhat.com>
cvsdist afac77e
- update to 1.1.7, bugfixes
cvsdist afac77e
cvsdist afac77e
* Thu Dec 14 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- fixed package dependency with lpr and LPRng
cvsdist afac77e
cvsdist afac77e
* Wed Oct 25 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- remove man/cat
cvsdist afac77e
cvsdist afac77e
* Tue Oct 24 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- don't start cupsd service in level 0, fixed
cvsdist afac77e
cvsdist afac77e
* Thu Oct 19 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- update to 1.1.4
cvsdist afac77e
- fix CUPS_DOCROOT (Bug #18717)
cvsdist afac77e
cvsdist afac77e
* Fri Aug 11 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- update to 1.1.2 (Bugfix release)
cvsdist afac77e
cvsdist afac77e
* Fri Aug 4 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- fix, cupsd read config file under /etc/cups (Bug #15432)
cvsdist afac77e
- add missing cups filters
cvsdist afac77e
cvsdist afac77e
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- rebuilt against libpng-1.0.8
cvsdist afac77e
cvsdist afac77e
* Tue Aug 01 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- fix permission, add missing ldconfig in %post and %postun (Bug #14963)
cvsdist afac77e
cvsdist afac77e
* Sat Jul 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist afac77e
- 1.1.1 (this has some major bugfixes)
cvsdist afac77e
- Fix a typo in initscript (it's $?, not ?$)
cvsdist afac77e
- Fix /usr/etc vs. /etc trouble, don't insist on /usr/var (YUCK!)
cvsdist afac77e
- Create the spool dir
cvsdist afac77e
cvsdist afac77e
* Fri Jul 28 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- fix unclean code for building against gcc-2.96
cvsdist afac77e
- add missing restart function in startup script
cvsdist afac77e
cvsdist afac77e
* Fri Jul 28 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- fixed initscript so that conrestart doesn't return 1 if the test fails
cvsdist afac77e
cvsdist afac77e
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist afac77e
- rebuilt
cvsdist afac77e
cvsdist afac77e
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- using service to fire them up
cvsdist afac77e
- fix Prereq section
cvsdist afac77e
cvsdist afac77e
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- added defattr to the devel package
cvsdist afac77e
cvsdist afac77e
* Sun Jul 16 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- add cups config files
cvsdist afac77e
cvsdist afac77e
* Sat Jul 15 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- update to 1.1 release
cvsdist afac77e
- move back to /etc/rc.d/init.d
cvsdist afac77e
- fix cupsd.init to work with /etc/init.d and /etc/rc.d/init.d
cvsdist afac77e
- split cups
cvsdist afac77e
cvsdist afac77e
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- rebuilt
cvsdist afac77e
cvsdist afac77e
* Thu Jul 06 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- fixed broken PreReq to now require /etc/init.d
cvsdist afac77e
cvsdist afac77e
* Tue Jun 27 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- PreReq initscripts >= 5.20
cvsdist afac77e
cvsdist afac77e
* Mon Jun 26 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- started changelog 
cvsdist afac77e
- fixed init.d script location
cvsdist afac77e
- changed script in init.d quite a bit and made more like the rest of our
cvsdist afac77e
  startup scripts