Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2011-11-08 09:35:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2011-09-23 12:47:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes 2011-11-08 09:35:14.000000000 +0100 @@ -1,0 +2,72 @@ +Sun Oct 23 17:34:20 CEST 2011 - [email protected] + +- update to 1.7.1 + * Based on many fixes by stsp.elego.de, many thanks! + * License changed to Apache License, version 2 + * Detecting MIME types with libmagic + * Optimizations of diff, merge and blame + * See http://subversion.apache.org/docs/release-notes/1.7 + for details + +------------------------------------------------------------------- +Fri Oct 21 18:01:34 CEST 2011 - [email protected] + +- merge in fixes from stsp.elego.de: + * Simplify tools install and ship a smaller amount of tools. + Should fix rpmlint complaining about .libs/ directories + and various other illegal files ending up in the package. + Users are better off downloading the scripts previously shipped + in this package directly from the upstream svn repository. + +------------------------------------------------------------------- +Fri Oct 21 17:56:21 CEST 2011 - [email protected] + +- merge in package description fixes from stsp.elego.de, thanks! + +------------------------------------------------------------------- +Fri Oct 21 17:46:18 CEST 2011 - [email protected] + +- reenable gnome-keyring/kde4-keyring support for older distros + (bnc#713919) + +------------------------------------------------------------------- +Thu Sep 29 09:44:52 UTC 2011 - [email protected] + +- pass the serf configure option to subversion's configure script, + not to swig's configure script + +------------------------------------------------------------------- +Wed Aug 24 00:34:35 CEST 2011 - [email protected] + +- add bconditional for libserf support + +------------------------------------------------------------------- +Fri Aug 19 17:39:29 CEST 2011 - [email protected] + +- fix swig bindings building (bnc#710878) + +------------------------------------------------------------------- +Sat Aug 13 00:44:04 CEST 2011 - [email protected] + +- run regression tests again, but only for fsfs, as bdb + is slow and often runs out of memory + +------------------------------------------------------------------- +Tue Aug 2 18:05:00 CEST 2011 - [email protected] + +- add versioned runtime dependency on sqlite3 libraries +- make init script executable + +------------------------------------------------------------------- +Sat Jul 30 08:45:05 CEST 2011 - [email protected] + +- annotate changelog with bugs and CVE's fixed via individual backports + on the maintained code streams + +------------------------------------------------------------------- +Wed Jul 27 16:15:24 CEST 2011 - [email protected] + +- remove intree copies of sqlite and swig if version is new enough +- disable kwallet/gnome-keyring support for SLE11 (to be package list compatible) + +------------------------------------------------------------------- @@ -49 +121,2 @@ -- update to 1.6.16 (bnc#676949): +- update to 1.6.16 (bnc#676949, bnc#662030): + includes security fixes [CVE-2010-4539, CVE-2010-4644, CVE-2011-0715] @@ -101 +174,2 @@ -- update to 1.6.15: +- update to 1.6.15 (bnc#649861): + includes security fixes [CVE-2010-3315] @@ -329 +403 @@ -- update to 1.6.4. +- update to 1.6.4 (bnc#528714): Old: ---- sqlite-amalgamation-3.6.13.tar.bz2 subversion-1.6.17.tar.bz2 subversion-ctypes-remove_shebang.patch subversion-fix_nonvoid_function_without_return.patch subversion.header_wrappers.patch subversion.java14.patch New: ---- contrib-1187941.tar.bz2 sqlite-autoconf-3070603.tar.bz2 subversion-1.7.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ ++++ 606 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/subversion/subversion.spec ++++ and /work/SRC/openSUSE:Factory/.subversion.new/subversion.spec ++++++ subversion-1.6.17.tar.bz2 -> subversion-1.7.1.tar.bz2 ++++++ ++++ 1152233 lines of diff (skipped) ++++++ subversion-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.ANnu5s/_old 2011-11-08 09:35:21.000000000 +0100 +++ /var/tmp/diff_new_pack.ANnu5s/_new 2011-11-08 09:35:21.000000000 +0100 @@ -1,6 +1,6 @@ --- subversion/libsvn_subr/opt.c.orig +++ subversion/libsvn_subr/opt.c -@@ -965,9 +965,8 @@ svn_opt__print_version_info(const char * +@@ -1069,9 +1069,8 @@ if (quiet) return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER); @@ -9,6 +9,6 @@ - SVN_VERSION, __DATE__, __TIME__)); + SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n\n"), pgm_name, + SVN_VERSION)); - SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2000-2009 CollabNet.\n" - "Subversion is open source software, see" - " http://subversion.apache.org/\n" + SVN_ERR(svn_cmdline_fputs( + _("Copyright (C) 2011 The Apache Software Foundation.\n" + "This software consists of contributions made by many " ++++++ subversion.libtool-pie-flags.patch ++++++ --- /var/tmp/diff_new_pack.ANnu5s/_old 2011-11-08 09:35:21.000000000 +0100 +++ /var/tmp/diff_new_pack.ANnu5s/_new 2011-11-08 09:35:21.000000000 +0100 @@ -1,63 +1,13 @@ ---- Makefile.in.orig -+++ Makefile.in -@@ -163,42 +163,45 @@ CPPFLAGS = @CPPFLAGS@ $(EXTRA_CPPFLAGS) - LDFLAGS = @LDFLAGS@ $(EXTRA_LDFLAGS) - SWIG_LDFLAGS = @SWIG_LDFLAGS@ $(EXTRA_SWIG_LDFLAGS) - -+NOPIECFLAGS = -fno-pie -fno-PIE -+PIECFLAGS = -fpie -fPIE -+PIELDFLAGS = -pie - COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(INCLUDES) - COMPILE_CXX = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDES) --LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) --LT_COMPILE_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) -+LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) $(NOPIECFLAGS) -+LT_COMPILE_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(NOPIECFLAGS) - - # Execute a command that loads libraries from the build dir - LT_EXECUTE = $(LIBTOOL) $(LTFLAGS) --mode=execute `for f in $(abs_builddir)/subversion/*/*.la; do echo -dlopen $$f; done` - - # special compilation for files destined for mod_dav_svn --COMPILE_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c -+COMPILE_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(NOPIECFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c - - # special compilation for files destined for libsvn_swig_* (e.g. swigutil_*.c) --COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) -DSWIGPYTHON $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c --COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c --COMPILE_SWIG_RB = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(SWIG_RB_INCLUDES) $(INCLUDES) -o $@ -c -+COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) -DSWIGPYTHON $(NOPIECFLAGS) $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c -+COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(NOPIECFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c -+COMPILE_SWIG_RB = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(NOPIECFLAGS) $(SWIG_RB_INCLUDES) $(INCLUDES) -o $@ -c - - # special compilation for files destined for javahl (i.e. C++) --COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(JAVAHL_INCLUDES) -o $@ -c -+COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(NOPIECFLAGS) $(JAVAHL_INCLUDES) -o $@ -c - COMPILE_JAVAHL_JAVAC = $(JAVAC) $(JAVAC_FLAGS) - COMPILE_JAVAHL_JAVAH = $(JAVAH) - --LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(libdir) --LINK_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) $(CXXFLAGS) $(LDFLAGS) -rpath $(libdir) -+LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) $(PIELDFLAGS) -rpath $(libdir) -+LINK_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) $(CXXFLAGS) $(LDFLAGS) $(PIELDFLAGS) -rpath $(libdir) - - # special link rule for mod_dav_svn --LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS) -+LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) $(PIELDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS) +--- Makefile.in.orig 2011-06-16 17:36:40.624000428 +0200 ++++ Makefile.in 2011-06-16 17:49:24.352000431 +0200 +@@ -227,8 +227,8 @@ + libsvn_wc_LDFLAGS = @libsvn_wc_LDFLAGS@ # Compilation of SWIG-generated C source code --COMPILE_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) $(SWIG_PY_INCLUDES) -prefer-pic -c -o $@ --COMPILE_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(SWIG_RB_INCLUDES) -prefer-pic -c -o $@ -+COMPILE_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) $(PIECFLAGS) $(SWIG_PY_INCLUDES) -prefer-pic -c -o $@ -+COMPILE_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(PIECFLAGS) $(SWIG_RB_INCLUDES) -prefer-pic -c -o $@ +-COMPILE_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_PY_INCLUDES) -prefer-pic -c -o $@ +-COMPILE_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_RB_INCLUDES) -prefer-pic -c -o $@ ++COMPILE_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_PY_INCLUDES) -fpie -fPIE -prefer-pic -c -o $@ ++COMPILE_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_RB_INCLUDES) -fpie -fPIE -prefer-pic -c -o $@ # these commands link the wrapper objects into an extension library/module --LINK_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_PY_LINK) $(SWIG_LDFLAGS) -rpath $(swig_pydir) -avoid-version -module --LINK_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_RB_LINK) $(SWIG_LDFLAGS) -rpath $(swig_rbdir) -avoid-version -module -+LINK_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_PY_LINK) $(PIELDFLAGS) $(SWIG_LDFLAGS) -rpath $(swig_pydir) -avoid-version -module -+LINK_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_RB_LINK) $(PIELDFLAGS) $(SWIG_LDFLAGS) -rpath $(swig_rbdir) -avoid-version -module - --LINK_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) $(CXXFLAGS) $(LDFLAGS) $(LT_CXX_LIBADD) -rpath $(libdir) -+LINK_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) $(CXXFLAGS) $(LDFLAGS) $(LT_CXX_LIBADD) $(PIELDFLAGS) -rpath $(libdir) - - INSTALL = @INSTALL@ - INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) + LINK_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_PY_LINK) $(SWIG_LDFLAGS) -rpath $(swig_pydir) -avoid-version -module ++++++ subversion.libtool-verbose.patch ++++++ --- /var/tmp/diff_new_pack.ANnu5s/_old 2011-11-08 09:35:21.000000000 +0100 +++ /var/tmp/diff_new_pack.ANnu5s/_new 2011-11-08 09:35:21.000000000 +0100 @@ -1,6 +1,6 @@ ---- Makefile.in.orig -+++ Makefile.in -@@ -103,8 +103,8 @@ EXEEXT = @EXEEXT@ +--- Makefile.in.orig 2011-05-26 10:58:42.000000000 +0200 ++++ Makefile.in 2011-06-16 17:30:00.724000428 +0200 +@@ -111,8 +111,8 @@ SHELL = @SHELL@ LIBTOOL = @SVN_LIBTOOL@ @@ -8,6 +8,6 @@ -LTCXXFLAGS = --tag=CXX --silent +LTFLAGS = --tag=CC +LTCXXFLAGS = --tag=CXX + LT_CFLAGS = @LT_CFLAGS@ LT_LDFLAGS = @LT_LDFLAGS@ - LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ - LT_CXX_LIBADD = @LT_CXX_LIBADD@ + LT_SO_VERSION = @SVN_LT_SOVERSION@ ++++++ subversion.rcsvnserve ++++++ --- /var/tmp/diff_new_pack.ANnu5s/_old 2011-11-08 09:35:21.000000000 +0100 +++ /var/tmp/diff_new_pack.ANnu5s/_new 2011-11-08 09:35:21.000000000 +0100 @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (c) 1995-20011 SuSE Linux AG, Nuernberg, Germany. +# Copyright (c) 1995-2011 SuSE Linux AG, Nuernberg, Germany. # All rights reserved. # # /etc/init.d/svnserve -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
