Merge branch 'f13' into f14

This commit is contained in:
Tim Waugh 2011-01-12 15:39:13 +00:00
commit 3f6b7b8c0c

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project Summary: HP Linux Imaging and Printing Project
Name: hplip Name: hplip
Version: 3.10.9 Version: 3.10.9
Release: 11%{?dist} Release: 12%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
Group: System Environment/Daemons Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132 Conflicts: system-config-printer < 0.6.132
@ -361,6 +361,7 @@ rm -f %{buildroot}%{_datadir}/hplip/hplip-install
rm -rf %{buildroot}%{_datadir}/hplip/install.* rm -rf %{buildroot}%{_datadir}/hplip/install.*
rm -f %{buildroot}%{_datadir}/hplip/hpijs.drv.in.template rm -f %{buildroot}%{_datadir}/hplip/hpijs.drv.in.template
rm -f %{buildroot}%{_datadir}/cups/mime/pstotiff.types rm -f %{buildroot}%{_datadir}/cups/mime/pstotiff.types
rm -f %{buildroot}%{_datadir}/hplip/fax/pstotiff*
# The systray applet doesn't work properly (displays icon as a # The systray applet doesn't work properly (displays icon as a
# window), so don't ship the launcher yet. # window), so don't ship the launcher yet.
@ -519,6 +520,9 @@ fi
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%changelog %changelog
* Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-12
- Removed duplicate pstotiff files.
* Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-11 * Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-11
- Fixed "CUPS Web Interface" button (bug #633899). - Fixed "CUPS Web Interface" button (bug #633899).
- Set mimedir explicitly via configure. - Set mimedir explicitly via configure.