- Updated pysmbc to 1.0.4.

This commit is contained in:
Tim Waugh 2008-06-20 16:42:02 +00:00
parent ced7617bbd
commit 22222d6ebc
5 changed files with 7 additions and 3 deletions

View File

@ -172,3 +172,4 @@ pycups-1.9.39.tar.bz2
pysmbc-1.0.3.tar.bz2
system-config-printer-1.0.1.tar.bz2
system-config-printer-1.0.2.tar.bz2
pysmbc-1.0.4.tar.bz2

Binary file not shown.

BIN
pysmbc-1.0.4.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
dad2dbc927085db061ea324ae5a71440 pycups-1.9.39.tar.bz2
69accd2eaf304b2140baebc9c533ef5b pysmbc-1.0.3.tar.bz2
f86ae3cb4907fef0e2571c45f0bb2722 system-config-printer-1.0.1.tar.bz2
d06e7dbb67b328739525296bc125075c system-config-printer-1.0.2.tar.bz2
41bc000026ea8d01f684705a99ac01d5 pysmbc-1.0.4.tar.bz2

View File

@ -1,5 +1,5 @@
%define pycups_version 1.9.39
%define pysmbc_version 1.0.3
%define pysmbc_version 1.0.4
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
@ -142,11 +142,14 @@ rm -rf %buildroot
exit 0
%changelog
* Fri Jun 20 2008 Tim Waugh <twaugh@redhat.com>
- Updated pysmbc to 1.0.4.
* Tue Jun 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.2-1
- 1.0.2.
* Mon Jun 9 2008 Tim Waugh <twaugh@redhat.com> 1.0.1-1
- Update pysmbc to 1.0.3.
- Updated pysmbc to 1.0.3.
- 1.0.1 (bug #450119).
* Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com>