Hello community,

here is the log from the commit of package couchdb for openSUSE:Factory checked 
in at 2011-12-21 09:59:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-27 
14:25:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.couchdb.new/couchdb.changes     2011-12-21 
09:59:48.000000000 +0100
@@ -1,0 +2,41 @@
+Thu Dec 15 10:52:45 UTC 2011 - [email protected]
+
+- apache pulled 1.1.0, so update to 1.1.1
+  - Support SpiderMonkey 1.8.5
+  - Add configurable maximum to the number of bytes returned by _log.
+  - Allow CommonJS modules to be an empty string.
+  - Bump minimum Erlang version to R13B02.
+  - Do not run deleted validate_doc_update functions.
+  - ETags for views include current sequence if include_docs=true.
+  - Fix bug where duplicates can appear in _changes feed.
+  - Fix bug where update handlers break after conflict resolution.
+  - Fix bug with _replicator where include "filter" could crash couch.
+  - Fix crashes when compacting large views.
+  - Fix file descriptor leak in _log
+  - Fix missing revisions in _changes?style=all_docs.
+  - Improve handling of compaction at max_dbs_open limit.
+  - JSONP responses now send "text/javascript" for Content-Type.
+  - Link to ICU 4.2 on Windows.
+  - Permit forward slashes in path to update functions.
+  - Reap couchjs processes that hit reduce_overflow error.
+  - Status code can be specified in update handlers.
+  - Support provides() in show functions.
+  - _view_cleanup when ddoc has no views now removes all index files.
+  - max_replication_retry_count now supports "infinity".
+  - Fix replication crash when source database has a document with empty ID.
+  - Fix deadlock when assigning couchjs processes to serve requests.
+  - Fixes to the document multipart PUT API.
+  - Fixes regarding file descriptor leaks for databases with views.
+
+-------------------------------------------------------------------
+Thu Dec  8 12:51:05 UTC 2011 - [email protected]
+
+- create /var/run/couchdb explicitly in the init script
+  (needed with /var/run as tmpfs)
+
+-------------------------------------------------------------------
+Thu Dec  1 11:20:40 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

Old:
----
  apache-couchdb-1.1.0.tar.gz

New:
----
  apache-couchdb-1.1.1.tar.gz

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

Other differences:
------------------
++++++ couchdb.spec ++++++
--- /var/tmp/diff_new_pack.ELixS2/_old  2011-12-21 09:59:49.000000000 +0100
+++ /var/tmp/diff_new_pack.ELixS2/_new  2011-12-21 09:59:49.000000000 +0100
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+#
 %define couchdb_user couchdb
 %define couchdb_group couchdb
 %define couchdb_home %{_localstatedir}/lib/couchdb
@@ -33,21 +33,23 @@
 %endif
 
 Name:           couchdb
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
-License:        Apache-2.0
 Summary:        A document database server, accessible via a RESTful JSON API
-Url:            http://couchdb.apache.org/
+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
 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:  help2man
 BuildRequires:  libcurl-devel
 BuildRequires:  libicu-devel
+BuildRequires:  libtool
 BuildRequires:  mozilla-xulrunner%{xul_version}-devel
 BuildRequires:  pkgconfig
 Requires:       erlang
@@ -60,7 +62,7 @@
 Requires:       mozilla-js%{xul_version}
 %endif
 Requires(post):     aaa_base
-Requires(preun): aaa_base
+Requires(preun):aaa_base
 # Users and groups
 Requires(pre): pwdutils
 

++++++ apache-couchdb-1.1.0.tar.gz -> apache-couchdb-1.1.1.tar.gz ++++++
++++ 34943 lines of diff (skipped)

++++++ couchdb-mozjs-rpath.patch ++++++
--- /var/tmp/diff_new_pack.ELixS2/_old  2011-12-21 09:59:50.000000000 +0100
+++ /var/tmp/diff_new_pack.ELixS2/_new  2011-12-21 09:59:50.000000000 +0100
@@ -1,11 +1,13 @@
---- apache-couchdb-1.0.1.orig/src/couchdb/priv/Makefile.am     2010-06-15 
18:27:22.000000000 +0200
-+++ apache-couchdb-1.0.1/src/couchdb/priv/Makefile.am  2010-08-16 
09:13:04.000000000 +0200
-@@ -46,7 +46,7 @@
+Index: apache-couchdb-1.1.1/src/couchdb/priv/Makefile.am
+===================================================================
+--- apache-couchdb-1.1.1.orig/src/couchdb/priv/Makefile.am     2011-10-23 
19:38:54.000000000 +0200
++++ apache-couchdb-1.1.1/src/couchdb/priv/Makefile.am  2011-12-15 
12:00:26.901601333 +0100
+@@ -56,7 +56,7 @@ COUCHJS_SRCS = \
  
  locallibbin_PROGRAMS = couchjs
  couchjs_SOURCES = $(COUCHJS_SRCS)
 -couchjs_LDFLAGS = $(CURL_LDFLAGS)
 +couchjs_LDFLAGS = $(CURL_LDFLAGS) -Wl,-rpath,@JS_LIB_DIR@
- couchjs_CFLAGS = -D_BSD_SOURCE $(CURL_CFLAGS)
+ couchjs_CFLAGS = -g -Wall -Werror -D_BSD_SOURCE $(CURL_CFLAGS)
  couchjs_LDADD = $(CURL_LDFLAGS) @JSLIB@
  

++++++ couchdb.init ++++++
--- /var/tmp/diff_new_pack.ELixS2/_old  2011-12-21 09:59:50.000000000 +0100
+++ /var/tmp/diff_new_pack.ELixS2/_new  2011-12-21 09:59:50.000000000 +0100
@@ -32,6 +32,8 @@
 
 lockfile=/var/lock/subsys/couchdb
 
+mkdir -m 755 -p /var/run/couchdb
+chown couchdb /var/run/couchdb
 
 case "$1" in
     start)

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

Reply via email to