From e242512dbdffd7618d6aee530c34d90f131c6034 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sat, 4 Aug 2012 07:06:02 -0400 Subject: [PATCH] rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 --- python-smbc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-smbc.spec b/python-smbc.spec index 0957f7e..5462e20 100644 --- a/python-smbc.spec +++ b/python-smbc.spec @@ -10,7 +10,7 @@ Summary: Python bindings for libsmbclient API from Samba Name: python-smbc Version: 1.0.13 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://cyberelk.net/tim/software/pysmbc/ Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2 License: GPLv2+ @@ -100,6 +100,9 @@ chmod 755 %{buildroot}%{python_sitearch}/smbc.so %changelog +* Sat Aug 04 2012 David Malcolm - 1.0.13-5 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + * Fri Aug 3 2012 David Malcolm - 1.0.13-4 - add with_python3 conditionals