[python-smbc] 1.0.13-3: generalize file globbing to ease transition to Python 3.3

dmalcolm dmalcolm at fedoraproject.org
Thu Jul 26 18:52:57 UTC 2012


commit 825d4f0dd5d222587dcab5a691b27f6b1d42759a
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Thu Jul 26 14:52:13 2012 -0400

    1.0.13-3: generalize file globbing to ease transition to Python 3.3

 python-smbc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-smbc.spec b/python-smbc.spec
index b4c5ba5..5fbcca2 100644
--- a/python-smbc.spec
+++ b/python-smbc.spec
@@ -6,7 +6,7 @@
 Summary:       Python bindings for libsmbclient API from Samba
 Name:          python-smbc
 Version:       1.0.13
-Release:       2%{?dist}
+Release:       3%{?dist}
 URL:           http://cyberelk.net/tim/software/pysmbc/
 Source:        http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2
 License:       GPLv2+
@@ -79,11 +79,14 @@ chmod 755 %{buildroot}%{python_sitearch}/smbc.so
 %files -n python3-smbc
 %defattr(-,root,root,-)
 %doc COPYING README NEWS
-%{python3_sitearch}/smbc.cpython-3?mu.so
+%{python3_sitearch}/smbc.cpython-3*.so
 %{python3_sitearch}/pysmbc*.egg-info
 
 
 %changelog
+* Thu Jul 26 2012 David Malcolm <dmalcolm at redhat.com> - 1.0.13-3
+- generalize file globbing to ease transition to Python 3.3
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list