diff --git a/.cvsignore b/.cvsignore index fe3eb90..bfb8064 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/pysmbc-1.0.3.tar.bz2.sig b/pysmbc-1.0.3.tar.bz2.sig deleted file mode 100644 index f5ef617..0000000 Binary files a/pysmbc-1.0.3.tar.bz2.sig and /dev/null differ diff --git a/pysmbc-1.0.4.tar.bz2.sig b/pysmbc-1.0.4.tar.bz2.sig new file mode 100644 index 0000000..0bac594 Binary files /dev/null and b/pysmbc-1.0.4.tar.bz2.sig differ diff --git a/sources b/sources index 46b919d..98e530e 100644 --- a/sources +++ b/sources @@ -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 diff --git a/system-config-printer.spec b/system-config-printer.spec index 3ded61f..594a544 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.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 +- Updated pysmbc to 1.0.4. + * Tue Jun 10 2008 Tim Waugh 1.0.2-1 - 1.0.2. * Mon Jun 9 2008 Tim Waugh 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