Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2019-01-21 10:08:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion" Mon Jan 21 10:08:54 2019 rev:161 rq:667035 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2018-11-12 09:35:12.265716170 +0100 +++ /work/SRC/openSUSE:Factory/.subversion.new.28833/subversion.changes 2019-01-21 10:08:56.358764961 +0100 @@ -1,0 +2,18 @@ +Fri Jan 18 14:03:54 UTC 2019 - [email protected] + +- Apache Subversion 1.11.1: + * Add conflict resolver support for added vs unversioned file + * Add conflict resolver support for unversioned directories + * Various client-side bug fixes for working copy operations + * Server: fix unexpected SVN_ERR_FS_NOT_DIRECTORY errors + * Server: fix mod_dav_svn's SVNUseUTF8 had no effect in some setups + * Server: fix a crash in mod_http2 + * JavaHL bindings: Fix crash in client code when using external + diff + +------------------------------------------------------------------- +Fri Jan 11 09:21:41 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Move the bash completion to /usr as per rpmlint warning + +------------------------------------------------------------------- Old: ---- subversion-1.11.0.tar.bz2 subversion-1.11.0.tar.bz2.asc New: ---- subversion-1.11.1.tar.bz2 subversion-1.11.1.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.FbAKlZ/_old 2019-01-21 10:08:57.282764027 +0100 +++ /var/tmp/diff_new_pack.FbAKlZ/_new 2019-01-21 10:08:57.282764027 +0100 @@ -1,7 +1,7 @@ # # spec file for package subversion # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009-2010 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -21,7 +21,6 @@ %define svnuser svn %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services %define sqlite_minimum_version 3.8.2 -%bcond_without gnome # SLE does not ship KDE %if 0%{?is_opensuse} != 1 %bcond_with kde @@ -32,15 +31,16 @@ %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif +%bcond_without gnome %bcond_without python_ctypes %bcond_with all_regression_tests Name: subversion -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Subversion version control system License: Apache-2.0 Group: Development/Tools/Version Control -Url: https://subversion.apache.org +URL: https://subversion.apache.org Source0: https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2 Source1: subversion.conf Source2: subversion.README.SUSE @@ -117,14 +117,14 @@ BuildRequires: pkgconfig(libsecret-1) %endif %if %{with kde} +# for kf5-config +BuildRequires: kdelibs4support BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5Wallet) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Gui) -# for kf5-config -BuildRequires: kdelibs4support %else # In a case we migrate from system that had the kwallet integration we need it # gone from the package to allow update @@ -392,7 +392,7 @@ ln -sv %{_libdir}/svn-javahl/svn-javahl.jar %{buildroot}/%{_datadir}/java/svn-javahl.jar rm -f %{buildroot}%{_localstatedir}/adm/perl-modules/subversion -install -D -m0644 tools/client-side/bash_completion "%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}" +install -D -m0644 tools/client-side/bash_completion %{buildroot}%{_datadir}/bash-completion/completions/%{name} # examples mkdir -p %{buildroot}%{_docdir}/%{name} @@ -557,6 +557,6 @@ %endif %files bash-completion -%config %{_sysconfdir}/bash_completion.d/%{name} +%{_datadir}/bash-completion/completions/%{name} %changelog ++++++ subversion-1.11.0.tar.bz2 -> subversion-1.11.1.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/subversion/subversion-1.11.0.tar.bz2 /work/SRC/openSUSE:Factory/.subversion.new.28833/subversion-1.11.1.tar.bz2 differ: char 11, line 1 ++++++ subversion-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.FbAKlZ/_old 2019-01-21 10:08:57.342763967 +0100 +++ /var/tmp/diff_new_pack.FbAKlZ/_new 2019-01-21 10:08:57.342763967 +0100 @@ -13,10 +13,10 @@ subversion/tests/cmdline/getopt_tests_data/svn--version_stdout | 1 - 5 files changed, 6 insertions(+), 12 deletions(-) -Index: subversion-1.10.0/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java +Index: subversion-1.11.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java =================================================================== ---- subversion-1.10.0.orig/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java -+++ subversion-1.10.0/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java +--- subversion-1.11.1.orig/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java 2018-04-16 15:51:21.000000000 +0200 ++++ subversion-1.11.1/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java 2019-01-18 15:03:10.407588129 +0100 @@ -144,10 +144,10 @@ public class BasicTests extends SVNTests { vx = client.getVersionExtended(false); @@ -30,11 +30,11 @@ throw new Exception("Build time empty"); result = vx.getBuildHost(); if (result == null || result.trim().length() == 0) -Index: subversion-1.10.0/subversion/libsvn_subr/opt.c +Index: subversion-1.11.1/subversion/libsvn_subr/opt.c =================================================================== ---- subversion-1.10.0.orig/subversion/libsvn_subr/opt.c -+++ subversion-1.10.0/subversion/libsvn_subr/opt.c -@@ -1118,12 +1118,8 @@ svn_opt__print_version_info(const char * +--- subversion-1.11.1.orig/subversion/libsvn_subr/opt.c 2018-03-15 12:54:29.000000000 +0100 ++++ subversion-1.11.1/subversion/libsvn_subr/opt.c 2019-01-18 15:03:10.407588129 +0100 +@@ -1085,12 +1085,8 @@ svn_opt__print_version_info(const char * if (quiet) return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER); @@ -49,10 +49,10 @@ SVN_ERR(svn_cmdline_printf(pool, "%s\n", svn_version_ext_copyright(info))); if (footer) -Index: subversion-1.10.0/subversion/libsvn_subr/version.c +Index: subversion-1.11.1/subversion/libsvn_subr/version.c =================================================================== ---- subversion-1.10.0.orig/subversion/libsvn_subr/version.c -+++ subversion-1.10.0/subversion/libsvn_subr/version.c +--- subversion-1.11.1.orig/subversion/libsvn_subr/version.c 2019-01-04 12:38:50.000000000 +0100 ++++ subversion-1.11.1/subversion/libsvn_subr/version.c 2019-01-18 15:03:10.407588129 +0100 @@ -139,8 +139,8 @@ svn_version_extended(svn_boolean_t verbo { svn_version_extended_t *info = apr_pcalloc(pool, sizeof(*info)); @@ -63,21 +63,21 @@ + info->build_time = ""; info->build_host = SVN_BUILD_HOST; info->copyright = apr_pstrdup - (pool, _("Copyright (C) 2018 The Apache Software Foundation.\n" -Index: subversion-1.10.0/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout + (pool, _("Copyright (C) 2019 The Apache Software Foundation.\n" +Index: subversion-1.11.1/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout =================================================================== ---- subversion-1.10.0.orig/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout -+++ subversion-1.10.0/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout +--- subversion-1.11.1.orig/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout 2015-05-11 14:35:49.000000000 +0200 ++++ subversion-1.11.1/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout 2019-01-18 15:03:10.407588129 +0100 @@ -1,5 +1,4 @@ svn, version 1.9.0-dev (under development) - compiled Feb 26 2014, 15:15:42 on x86_64-unknown-openbsd5.5 Copyright (C) 2012 The Apache Software Foundation. This software consists of contributions made by many people; -Index: subversion-1.10.0/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout +Index: subversion-1.11.1/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout =================================================================== ---- subversion-1.10.0.orig/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout -+++ subversion-1.10.0/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout +--- subversion-1.11.1.orig/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout 2015-05-11 14:35:49.000000000 +0200 ++++ subversion-1.11.1/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout 2019-01-18 15:03:10.407588129 +0100 @@ -1,5 +1,4 @@ svn, version 1.9.0-dev (under development) - compiled Feb 26 2014, 15:15:42 on x86_64-unknown-openbsd5.5 ++++++ subversion.keyring ++++++ ++++ 10975 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/subversion/subversion.keyring ++++ and /work/SRC/openSUSE:Factory/.subversion.new.28833/subversion.keyring
