Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2015-09-08 17:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subversion (Old)
 and      /work/SRC/openSUSE:Factory/.subversion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subversion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/subversion/subversion.changes    2015-08-27 
08:57:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes       
2015-09-08 17:42:46.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Sep  3 13:28:33 UTC 2015 - [email protected]
+
+- Apache Subversion 1.9.1:
+  * Fix crash with GPG-agent with non-canonical $HOME
+  * svn: expose expat and zlib versions in svn --version --verbose
+  * svn: improve help text for 'svn info --show-item'
+  * svnserve: fixed minor typo in help text
+  * Fix an error leak in FSFS verification
+  * Fix incomplete membuffer cache initialization
+  * svnfsfs: fix some bugs and inconsistencies in load-index
+  * Fix memory corruption in copy source SWIG bindings
+- drop subversion-1.8.14-httpd-version-number-detection.patch, 
+  change is upstream
+- adjust subversion-1.9.0-allow-httpd-2.4.6.patch for upstream
+  changes
+
+-------------------------------------------------------------------

Old:
----
  subversion-1.8.14-httpd-version-number-detection.patch
  subversion-1.9.0.tar.bz2
  subversion-1.9.0.tar.bz2.asc

New:
----
  subversion-1.9.1.tar.bz2
  subversion-1.9.1.tar.bz2.asc

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

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.yQ55cr/_old  2015-09-08 17:43:08.000000000 +0200
+++ /var/tmp/diff_new_pack.yQ55cr/_new  2015-09-08 17:43:08.000000000 +0200
@@ -23,9 +23,9 @@
 %global _tmpfilesdir %{_libexecdir}/tmpfiles.d
 %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 %define        apxs                %{_sbindir}/apxs2
-%define        apache_libexecdir       %(%apxs -q LIBEXECDIR)
-%define        apache_sysconfdir       %(%apxs -q SYSCONFDIR)
-%define apache_mmn          %(MMN="$(%apxs -q LIBEXECDIR)_MMN"; test -x "$MMN" 
&& "$MMN")
+%define        apache_libexecdir       %(%{apxs} -q LIBEXECDIR)
+%define        apache_sysconfdir       %(%{apxs} -q SYSCONFDIR)
+%define apache_mmn          %(MMN="$(%{apxs} -q LIBEXECDIR)_MMN"; test -x 
"$MMN" && "$MMN")
 %define sqlite_minimum_version 3.7.12
 # SLE 12 does not ship KDE
 %if 0%{?suse_version} == 1315 && 0%{?is_opensuse} != 1
@@ -36,7 +36,7 @@
 %bcond_without python_ctypes
 %bcond_with    all_regression_tests
 Name:           subversion
-Version:        1.9.0
+Version:        1.9.1
 Release:        0
 Summary:        Subversion version control system
 License:        Apache-2.0
@@ -65,7 +65,6 @@
 Patch40:        subversion-perl-underlinking.patch
 Patch44:        subversion-1.8.11-swig-py-comment-3.patch
 Patch45:        subversion-1.8.11-autocheck-time.patch
-Patch46:        subversion-1.8.14-httpd-version-number-detection.patch
 Patch48:        subversion-1.9.0-allow-httpd-2.4.6.patch
 BuildRequires:  apache2-devel >= 2.2.0
 BuildRequires:  apache2-prefork
@@ -239,7 +238,6 @@
 %patch40 -p1
 %patch44 -p1
 %patch45 -p1
-%patch46 -p1
 %patch48 -p1
 
 %build
@@ -397,6 +395,7 @@
 
 %check
 export LANG=C LC_ALL=C
+
 make %{?_smp_mflags} check CLEANUP=true || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-javahl || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-swig-pl || (cat fails.log; exit 1)


++++++ subversion-1.9.0-allow-httpd-2.4.6.patch ++++++
--- /var/tmp/diff_new_pack.yQ55cr/_old  2015-09-08 17:43:08.000000000 +0200
+++ /var/tmp/diff_new_pack.yQ55cr/_new  2015-09-08 17:43:08.000000000 +0200
@@ -16,16 +16,16 @@
  build/ac-macros/apache.m4 |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: subversion-1.9.0-alpha2/build/ac-macros/apache.m4
+Index: subversion-1.9.1/build/ac-macros/apache.m4
 ===================================================================
---- subversion-1.9.0-alpha2.orig/build/ac-macros/apache.m4     2013-11-26 
22:18:56.000000000 +0100
-+++ subversion-1.9.0-alpha2/build/ac-macros/apache.m4  2015-01-24 
14:55:32.000000000 +0100
-@@ -128,7 +128,7 @@ if test -n "$APXS" && test "$APXS" != "n
-   AC_MSG_CHECKING([mod_dav version])
-   old_CPPFLAGS="$CPPFLAGS"
-   CPPFLAGS="$CPPFLAGS $SVN_APR_INCLUDES"
--  blacklisted_versions_regex=["\"2\" \"\.\" (\"2\" \"\.\" \"25\"|\"4\" \"\.\" 
\"[56]\")"]
-+  blacklisted_versions_regex=["\"2\" \"\.\" (\"2\" \"\.\" \"25\"|\"4\" \"\.\" 
\"[5]\")"]
-   AC_EGREP_CPP([apache_version= *$blacklisted_versions_regex],
-                [
- #include "$APXS_INCLUDE/ap_release.h"
+--- subversion-1.9.1.orig/build/ac-macros/apache.m4    2015-09-03 
15:13:26.505496972 +0200
++++ subversion-1.9.1/build/ac-macros/apache.m4 2015-09-03 15:14:20.843043405 
+0200
+@@ -102,7 +102,7 @@ if test -n "$APXS" && test "$APXS" != "n
+   HTTPD_PATCH=`$SED -ne '/^#define AP_SERVER_PATCHLEVEL_NUMBER/p' 
"$APXS_INCLUDE/ap_release.h" | $SED -e 's/^.*NUMBER *//'`
+   HTTPD_VERSION="${HTTPD_MAJOR}.${HTTPD_MINOR}.${HTTPD_PATCH}"
+   case "$HTTPD_VERSION" in
+-    2.2.25 | 2.4.[[5-6]])
++    2.2.25 | 2.4.5)
+       AC_MSG_RESULT([broken])
+       AC_MSG_ERROR([Apache httpd version $HTTPD_VERSION includes a broken 
mod_dav; use a newer version of httpd])
+       ;;

++++++ subversion-1.9.0.tar.bz2 -> subversion-1.9.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/subversion/subversion-1.9.0.tar.bz2 
/work/SRC/openSUSE:Factory/.subversion.new/subversion-1.9.1.tar.bz2 differ: 
char 11, line 1


Reply via email to