Hello community, here is the log from the commit of package couchdb for openSUSE:Factory checked in at 2012-06-15 14:04:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/couchdb (Old) and /work/SRC/openSUSE:Factory/.couchdb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "couchdb", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/couchdb/couchdb.changes 2011-12-21 09:59:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.couchdb.new/couchdb.changes 2012-06-15 14:04:41.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Jun 15 04:07:03 UTC 2012 - [email protected] + +- fix requires for factory + +------------------------------------------------------------------- +Wed Jun 13 15:53:51 UTC 2012 - [email protected] + +- update to 1.2.0, plenty of changes - see + http://www.apache.org/dist/couchdb/notes/1.2.0/apache-couchdb-1.2.0.html + +------------------------------------------------------------------- Old: ---- apache-couchdb-1.1.1.tar.gz couchdb-mozjs-rpath.patch New: ---- apache-couchdb-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ couchdb.spec ++++++ --- /var/tmp/diff_new_pack.81ZCi9/_old 2012-06-15 14:04:46.000000000 +0200 +++ /var/tmp/diff_new_pack.81ZCi9/_new 2012-06-15 14:04:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # %define couchdb_user couchdb %define couchdb_group couchdb @@ -33,34 +34,43 @@ %endif Name: couchdb -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: A document database server, accessible via a RESTful JSON API License: Apache-2.0 Group: Productivity/File utilities Url: http://couchdb.apache.org/ -Source0: http://www.apache.org/dist/%{name}/%{version}/apache-couchdb-%{version}.tar.gz +Source0: http://www.apache.org/dist/%{name}/releases/%{version}/apache-couchdb-%{version}.tar.gz Source1: %{name}.init -# PATCH-FIX-UPSTREAM couchdb-mozjs-rpath.patch [email protected] -- couchdb does not honor mozjs' libflags from the .pc file. -Patch0: couchdb-mozjs-rpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: erlang +BuildRequires: gcc-c++ BuildRequires: help2man BuildRequires: libcurl-devel BuildRequires: libicu-devel BuildRequires: libtool +%if %suse_version > 1210 +BuildRequires: js-devel +BuildRequires: xulrunner-devel +%else BuildRequires: mozilla-xulrunner%{xul_version}-devel +%endif BuildRequires: pkgconfig Requires: erlang #Requires: %%{_bindir}/icu-config #Requires: libicu-devel # Require the proper mozilla-js (do not rely on the autoprovreq found libmozjs) +%if 0%{?suse_version} > 1210 +Requires: js +%else %if 0%{?suse_version} < 1130 Requires: mozilla-xulrunner%{xul_version} %else Requires: mozilla-js%{xul_version} %endif +%endif +Requires: logrotate Requires(post): aaa_base Requires(preun):aaa_base # Users and groups @@ -76,15 +86,15 @@ %prep %setup -q -n apache-couchdb-%{version} -%patch0 -p1 +#%patch0 -p1 %build -autoreconf -fi +#autoreconf -fi # We need to define the use of gnu99 standard. It seems expected in the code, but not passed. export CFLAGS="%{optflags} -std=gnu99" %configure \ - --with-js-include=$(pkg-config --variable=includedir mozilla-js)%{xul_pathext} \ - --with-js-lib=$(pkg-config --variable=libdir mozilla-js) + --with-js-include=$(pkg-config --variable=includedir mozjs185) \ + --with-js-lib=$(pkg-config --variable=libdir mozjs185) make %{?_smp_mflags} %install ++++++ apache-couchdb-1.1.1.tar.gz -> apache-couchdb-1.2.0.tar.gz ++++++ ++++ 74402 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
