[python3-bsddb3] Update to 6.0.1

Jan Staněk jstanek at fedoraproject.org
Fri Dec 6 12:14:14 UTC 2013


commit f809b9d81dea8c83ed2d2e9164274df8f7545cc9
Author: Jan Staněk <jstanek at redhat.com>
Date:   Fri Dec 6 13:03:56 2013 +0100

    Update to 6.0.1

 .gitignore          |    1 +
 python3-bsddb3.spec |   12 ++++++------
 sources             |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b56312..1b5dc7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bsddb3-6.0.0.tar.gz
+/bsddb3-6.0.1.tar.gz
diff --git a/python3-bsddb3.spec b/python3-bsddb3.spec
index 33cdacf..35f9c5f 100644
--- a/python3-bsddb3.spec
+++ b/python3-bsddb3.spec
@@ -1,12 +1,11 @@
 Name:           python3-bsddb3
-Version:        6.0.0
+Version:        6.0.1
 Release:        1%{?dist}
 Summary:        Python 3 bindings for BerkleyDB
 
 License:        BSD
 URL:            https://pypi.python.org/pypi/bsddb3/
 Source0:        https://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
-Source1:        LICENSE
 
 Requires:       python(abi) >= 3.0
 BuildRequires:  python3-devel
@@ -19,11 +18,9 @@ any length.
 
 %prep
 %setup -q -n bsddb3-%{version}
-# Add license file
-cp -p %{SOURCE1} %{_builddir}/bsddb3-%{version}
 
 %build
-CFLAGS="%{optflags}" %{__python3} setup.py --berkeley-db="%{_libdir}" build
+CFLAGS="%{optflags}" %{__python3} setup.py build
 
 %install
 rm -rf %{buildroot}
@@ -37,10 +34,13 @@ chmod 0755 %{buildroot}/%{python3_sitearch}/bsddb3/{dbshelve.py,tests/test_dbtab
 %{__python3} test.py
 
 %files
-%doc ChangeLog PKG-INFO README.txt LICENSE
+%doc ChangeLog PKG-INFO README.txt LICENSE.txt
 %{python3_sitearch}/bsddb3/
 %{python3_sitearch}/bsddb3-%{version}-py3.3.egg-info
 
 %changelog
+* Fri Dec 06 2013 Jan Stanek <jstanek at redhat.com> - 6.0.1-1
+- Update to 6.0.1
+
 * Mon Sep 23 2013 Jan Stanek <jstanek at redhat.com> - 6.0.0-1
 - Initial package
diff --git a/sources b/sources
index 8bba1c1..3e4648e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c963bb3bcb1fe92cd195bf056aa28c2  bsddb3-6.0.0.tar.gz
+2b22ab1b4d896961c30e4106660e9139  bsddb3-6.0.1.tar.gz


More information about the scm-commits mailing list