diff --git a/.gitignore b/.gitignore index 69a270d..16f2844 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ZODB3-3.10.0b6.tar.gz /ZODB3-3.10.0b7.tar.gz +/ZODB3-3.10.0.tar.gz diff --git a/python-ZODB3.spec b/python-ZODB3.spec index 1f5ca64..fde7858 100644 --- a/python-ZODB3.spec +++ b/python-ZODB3.spec @@ -1,5 +1,3 @@ -%global prerel b7 - # Filter private shared library provides %filter_provides_in %{python_sitearch}/BTrees/.*\.so$ %filter_provides_in %{python_sitearch}/persistent/.*\.so$ @@ -7,7 +5,7 @@ Name: python-ZODB3 Version: 3.10.0 -Release: 0.6.%{prerel}%{?dist} +Release: 1%{?dist} Summary: Zope Object Database: Object Database and Persistence Group: Development/Libraries License: ZPLv2.1 @@ -112,7 +110,10 @@ cp -p COPYRIGHT.txt LICENSE.txt HISTORY.txt README.txt doc/* $DOCDIR %{_includedir}/python?.?/ZODB3 %changelog -* Thu Sep 30 2010 Robin Lee - 3.10.0-0.6.b7 +* Wed Oct 13 2010 Robin Lee - 3.10.0-1 +- Update to 3.10.0 final + +* Thu Sep 30 2010 Robin Lee - 3.10.0-0.6.b7 - Update to 3.10.0b7 * Wed Sep 29 2010 jkeating - 3.10.0-0.5.b6 diff --git a/sources b/sources index 018a3a8..8cb0fb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -062a8a4e377884d329d1b19a697f0c17 ZODB3-3.10.0b7.tar.gz +ee6763f95854816de47efaf4d54338ed ZODB3-3.10.0.tar.gz