[python3-bsddb3] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu May 15 10:02:32 UTC 2014


commit b40fef21249ff4ff5a07cda8d7bf46e19f64fb26
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Thu May 15 12:02:21 2014 +0200

    Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

 python3-bsddb3.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python3-bsddb3.spec b/python3-bsddb3.spec
index 35f9c5f..77a16e7 100644
--- a/python3-bsddb3.spec
+++ b/python3-bsddb3.spec
@@ -1,6 +1,6 @@
 Name:           python3-bsddb3
 Version:        6.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python 3 bindings for BerkleyDB
 
 License:        BSD
@@ -26,7 +26,7 @@ CFLAGS="%{optflags}" %{__python3} setup.py build
 rm -rf %{buildroot}
 %{__python3} setup.py install --skip-build --root "%{buildroot}"
 # Get rid of unneeded header
-rm -f %{buildroot}/%{_includedir}/python3.3m/bsddb3/bsddb.h
+rm -f %{buildroot}/%{_includedir}/python3.?m/bsddb3/bsddb.h
 # Make all scripts executable
 chmod 0755 %{buildroot}/%{python3_sitearch}/bsddb3/{dbshelve.py,tests/test_dbtables.py}
 
@@ -36,9 +36,12 @@ chmod 0755 %{buildroot}/%{python3_sitearch}/bsddb3/{dbshelve.py,tests/test_dbtab
 %files
 %doc ChangeLog PKG-INFO README.txt LICENSE.txt
 %{python3_sitearch}/bsddb3/
-%{python3_sitearch}/bsddb3-%{version}-py3.3.egg-info
+%{python3_sitearch}/bsddb3-%{version}-py3.?.egg-info
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 6.0.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Fri Dec 06 2013 Jan Stanek <jstanek at redhat.com> - 6.0.1-1
 - Update to 6.0.1
 


More information about the scm-commits mailing list