diff --git a/.cvsignore b/.cvsignore index a8c05de..41eec68 100644 --- a/.cvsignore +++ b/.cvsignore @@ -164,3 +164,4 @@ pycups-1.9.38.tar.bz2 system-config-printer-0.9.90.tar.bz2 pysmbc-1.0.0.tar.bz2 system-config-printer-0.9.91.tar.bz2 +pysmbc-1.0.2.tar.bz2 diff --git a/pysmbc-1.0.0.tar.bz2.sig b/pysmbc-1.0.0.tar.bz2.sig deleted file mode 100644 index 1940d41..0000000 Binary files a/pysmbc-1.0.0.tar.bz2.sig and /dev/null differ diff --git a/pysmbc-1.0.2.tar.bz2.sig b/pysmbc-1.0.2.tar.bz2.sig new file mode 100644 index 0000000..f955fb6 Binary files /dev/null and b/pysmbc-1.0.2.tar.bz2.sig differ diff --git a/sources b/sources index fdbe405..424087a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ cf3a3db3f1ff08bdf2c9254086e8ec70 pycups-1.9.38.tar.bz2 -ebbefa0b433f165a506c651f48ae6122 pysmbc-1.0.0.tar.bz2 +5e82fb70ead0d00f2ec8979b44269982 pysmbc-1.0.2.tar.bz2 21c7bab0cf9ccc9550bf285679a1f2aa system-config-printer-0.9.91.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index cb2be2e..409338a 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,5 +1,5 @@ %define pycups_version 1.9.38 -%define pysmbc_version 1.0.0 +%define pysmbc_version 1.0.2 %{!?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,6 +142,9 @@ rm -rf %buildroot exit 0 %changelog +* Tue May 20 2008 Tim Waugh +- Updated pysmbc to 1.0.2. + * Sun May 18 2008 Tim Waugh 0.9.91-2 - Fixed icon search path.