- Update pysmbc to 1.0.3.

- 1.0.1 (bug #450119).
This commit is contained in:
Tim Waugh 2008-06-09 16:41:17 +00:00
parent 210ffaf5ba
commit 5b368ebddc
6 changed files with 6 additions and 2269 deletions

View File

@ -170,3 +170,4 @@ system-config-printer-0.9.93.tar.bz2
system-config-printer-1.0.0.tar.bz2
pycups-1.9.39.tar.bz2
pysmbc-1.0.3.tar.bz2
system-config-printer-1.0.1.tar.bz2

View File

@ -1,3 +1,3 @@
8a24d4212f97f4bbcc4b8ae55d275d1b system-config-printer-1.0.0.tar.bz2
dad2dbc927085db061ea324ae5a71440 pycups-1.9.39.tar.bz2
69accd2eaf304b2140baebc9c533ef5b pysmbc-1.0.3.tar.bz2
f86ae3cb4907fef0e2571c45f0bb2722 system-config-printer-1.0.1.tar.bz2

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -5,15 +5,14 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.0.0
Release: 3%{?dist}
Version: 1.0.1
Release: 1%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
Source0: http://cyberelk.net/tim/data/system-config-printer/1.0.x/system-config-printer-%{version}.tar.bz2
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
Patch1: system-config-printer-1.0.x.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: python-devel >= 2.4
@ -60,8 +59,6 @@ the configuration tool.
%prep
%setup -q -a 1 -a 2
%patch1 -p1 -b .1.0.x
./bootstrap
%build
%configure
@ -145,8 +142,9 @@ rm -rf %buildroot
exit 0
%changelog
* Mon Jun 9 2008 Tim Waugh <twaugh@redhat.com>
* Mon Jun 9 2008 Tim Waugh <twaugh@redhat.com> 1.0.1-1
- Update pysmbc to 1.0.3.
- 1.0.1 (bug #450119).
* Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com>
- Requires notify-python (bug #450139).