Hello community,

here is the log from the commit of package python-CouchDB for openSUSE:Factory 
checked in at 2012-04-17 07:48:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CouchDB (Old)
 and      /work/SRC/openSUSE:Factory/.python-CouchDB.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CouchDB", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CouchDB/python-CouchDB.changes    
2011-09-26 10:11:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-CouchDB.new/python-CouchDB.changes       
2012-04-17 07:48:27.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Mar 27 09:21:51 UTC 2012 - sasc...@suse.de
+
+- Simplify macro usage
+- Fix doc package requires on base package
+- Only suggest couchdb, it may reside on a different machine
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-CouchDB.spec ++++++
--- /var/tmp/diff_new_pack.bCseNV/_old  2012-04-17 07:48:28.000000000 +0200
+++ /var/tmp/diff_new_pack.bCseNV/_new  2012-04-17 07:48:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-couchdb
+# spec file for package python-CouchDB
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           python-CouchDB
 Version:        0.8
 Release:        0
@@ -26,20 +25,17 @@
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/C/CouchDB/CouchDB-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-BuildRequires:  python-devel
 BuildRequires:  python-Sphinx
-Requires:       couchdb
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:      noarch
-%endif
-%endif
+BuildRequires:  python-devel
+Suggests:       couchdb
 Provides:       python-couchdb = %{version}
 #TODO: Change back to '<' after next version update:
 Obsoletes:      python-couchdb <= %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%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
 This is a Python library for the CouchDB document-oriented database. It
@@ -48,7 +44,7 @@
 %package doc
 Summary:        The  API reference files for CouchDB 
 Group:          Development/Libraries/Python
-Requires:       %{name}
+Requires:       %{name} = %{version}
 
 %description doc
 This is a Python library for the CouchDB document-oriented database. It

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to