diff --git a/.cvsignore b/.cvsignore index f80a042..6a0f865 100644 --- a/.cvsignore +++ b/.cvsignore @@ -169,3 +169,4 @@ system-config-printer-0.9.92.tar.bz2 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 diff --git a/pysmbc-1.0.2.tar.bz2.sig b/pysmbc-1.0.2.tar.bz2.sig deleted file mode 100644 index f955fb6..0000000 Binary files a/pysmbc-1.0.2.tar.bz2.sig and /dev/null differ diff --git a/pysmbc-1.0.3.tar.bz2.sig b/pysmbc-1.0.3.tar.bz2.sig new file mode 100644 index 0000000..f5ef617 Binary files /dev/null and b/pysmbc-1.0.3.tar.bz2.sig differ diff --git a/sources b/sources index 21953d3..597469f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -5e82fb70ead0d00f2ec8979b44269982 pysmbc-1.0.2.tar.bz2 8a24d4212f97f4bbcc4b8ae55d275d1b system-config-printer-1.0.0.tar.bz2 dad2dbc927085db061ea324ae5a71440 pycups-1.9.39.tar.bz2 +69accd2eaf304b2140baebc9c533ef5b pysmbc-1.0.3.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index ac766f7..77bcb1a 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,5 +1,5 @@ %define pycups_version 1.9.39 -%define pysmbc_version 1.0.2 +%define pysmbc_version 1.0.3 %{!?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]")} @@ -145,6 +145,9 @@ rm -rf %buildroot exit 0 %changelog +* Mon Jun 9 2008 Tim Waugh +- Update pysmbc to 1.0.3. + * Thu Jun 5 2008 Tim Waugh - Requires notify-python (bug #450139).