Hello community,

here is the log from the commit of package python-ZODB for openSUSE:Factory 
checked in at 2013-10-01 08:34:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ZODB (Old)
 and      /work/SRC/openSUSE:Factory/.python-ZODB.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ZODB"

Changes:
--------
New Changes file:

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZODB.new/python-ZODB.changes     
2013-10-01 08:34:36.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sat Aug  3 20:34:31 UTC 2013 - [email protected]
+
+- version 4.0.0b3: initial build
+

New:
----
  ZODB-4.0.0b3.tar.gz
  python-ZODB.changes
  python-ZODB.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ZODB.spec ++++++
#
# spec file for package python-ZODB
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-ZODB
Version:        4.0.0b3
Release:        0
Summary:        Zope Object Database: object database and persistence
License:        ZPL-2.1
Group:          Development/Libraries/Python
Url:            http://www.zope.org/Products/ZODB
Source:         
https://pypi.python.org/packages/source/Z/ZODB/ZODB-%{version}.tar.gz
BuildRequires:  python-setuptools
BuildRequires:  python-persistent-devel
BuildRequires:  python-BTrees
BuildRequires:  python-ZConfig
BuildRequires:  python-transaction
BuildRequires:  python-six
BuildRequires:  python-zc.lockfile
BuildRequires:  python-zdaemon >= 4.0.0
BuildRequires:  python-zope.interface

Requires:       python-persistent
Requires:       python-BTrees
Requires:       python-ZConfig
Requires:       python-transaction
Requires:       python-six
Requires:       python-zc.lockfile
Requires:       python-zdaemon >= 4.0.0
Requires:       python-zope.interface
# Testing requirements:
BuildRequires:  python-manuel
BuildRequires:  python-xml
BuildRequires:  python-zope.testing
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
The Zope Object Database provides an object-oriented database for Python that
provides a high-degree of transparency. Applications can take advantage of
object database features with few, if any, changes to application logic. ZODB
includes features such as a plugable storage interface, rich transaction
support, and undo.

%package doc
Summary:        Zope Object Database: object database and persistence
Group:          Development/Libraries/Python
Requires:       %{name} = %{version}

%description doc
This package contains documentation files for %{name}.

%prep
%setup -q -n ZODB-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
chmod 0755 
%{buildroot}%{python_sitelib}/ZODB/scripts/{space,fsoids,fsrefs,checkbtrees,analyze,migrate}.py
chmod 0755 
%{buildroot}%{python_sitelib}/ZODB/scripts/{fstest,fstail,repozo,fsstats,netspace,zodbload}.py

%check
python setup.py test

%files
%defattr(-,root,root)
%doc 3.11.txt CHANGES.rst COPYRIGHT.txt HISTORY.txt LICENSE.txt README.rst
%{python_sitelib}/*
%{_bindir}/fsdump
%{_bindir}/fsoids
%{_bindir}/fsrefs
%{_bindir}/fstail
%{_bindir}/repozo

%files doc
%defattr(-,root,root,-)
%doc doc/

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to