- Updated pycups to 1.9.25.

This commit is contained in:
Tim Waugh 2007-08-30 12:31:30 +00:00
parent 6a3c6b0f25
commit 0f23ac9ec1
5 changed files with 6 additions and 6 deletions

View File

@ -133,3 +133,4 @@ system-config-printer-0.7.70.tar.bz2
system-config-printer-0.7.71.tar.bz2 system-config-printer-0.7.71.tar.bz2
system-config-printer-0.7.72.tar.bz2 system-config-printer-0.7.72.tar.bz2
system-config-printer-0.7.73.tar.bz2 system-config-printer-0.7.73.tar.bz2
pycups-1.9.25.tar.bz2

Binary file not shown.

BIN
pycups-1.9.25.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,2 +1,2 @@
5038e4c6945c5183ad7061d6ee061205 pycups-1.9.24.tar.bz2
9d383d4e2a5e3cd302cb3e0c7c7143c9 system-config-printer-0.7.73.tar.bz2 9d383d4e2a5e3cd302cb3e0c7c7143c9 system-config-printer-0.7.73.tar.bz2
eda648fec5d187fa13a676c60c7e6b1e pycups-1.9.25.tar.bz2

View File

@ -1,4 +1,4 @@
%define pycups_version 1.9.24 %define pycups_version 1.9.25
Summary: A printer administration tool Summary: A printer administration tool
Name: system-config-printer Name: system-config-printer
@ -50,10 +50,6 @@ the configuration tool.
%prep %prep
%setup -q -a 1 %setup -q -a 1
pushd pycups-%{pycups_version}
mkdir examples
mv cupstree.py examples
popd
%build %build
%configure %configure
@ -130,6 +126,9 @@ if [ "$1" = "0" ]; then
fi fi
%changelog %changelog
* Thu Aug 30 2007 Tim Waugh <twaugh@redhat.com>
- Updated pycups to 1.9.25.
* Sat Aug 25 2007 Tim Waugh <twaugh@redhat.com> * Sat Aug 25 2007 Tim Waugh <twaugh@redhat.com>
- More specific license tag. - More specific license tag.