Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2019-05-20 13:17:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subversion (Old)
 and      /work/SRC/openSUSE:Factory/.subversion.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subversion"

Mon May 20 13:17:00 2019 rev:165 rq:704031 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/subversion/subversion.changes    2019-05-03 
22:36:05.649422914 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new.5148/subversion.changes  
2019-05-20 13:17:04.515955894 +0200
@@ -1,0 +2,17 @@
+Sat May 18 01:45:06 UTC 2019 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- Apache Subversion 1.12.0:
+  * 'move vs. move' merge conflicts can now be resolve
+  * 'svn --version --verbose' shows loaded libraries on Linux
+  * 'svnrdump' can read/write a file instead of stdin/stdout
+  * 'svn list' tries to not truncate the author's name
+  * 'svn list' can show sizes in base-2 unit suffixes
+  * 'svn info' shows the size of files in the repository
+  * 'svn cleanup' can remove read-only directories
+  * Repos-to-WC copy with --parents works with absent target
+  * Repos-to-WC copy from foreign repo with peg/operative revs
+  * Ignore empty group definitions in authz files
+  * svnauthz: warn about empty groups in authz files
+  * Storing passwords in plain text on disk is disabled by default
+
+-------------------------------------------------------------------

Old:
----
  subversion-1.11.1.tar.bz2
  subversion-1.11.1.tar.bz2.asc

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

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

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.KTf7P8/_old  2019-05-20 13:17:06.359954932 +0200
+++ /var/tmp/diff_new_pack.KTf7P8/_new  2019-05-20 13:17:06.363954930 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -35,7 +35,7 @@
 %bcond_without python_ctypes
 %bcond_with    all_regression_tests
 Name:           subversion
-Version:        1.11.1
+Version:        1.12.0
 Release:        0
 Summary:        Subversion version control system
 License:        Apache-2.0

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

++++++ subversion-1.8.0-rpath.patch ++++++
--- /var/tmp/diff_new_pack.KTf7P8/_old  2019-05-20 13:17:06.419954901 +0200
+++ /var/tmp/diff_new_pack.KTf7P8/_new  2019-05-20 13:17:06.423954898 +0200
@@ -12,13 +12,13 @@
  build/generator/gen_base.py |    3 ++-
  3 files changed, 11 insertions(+), 8 deletions(-)
 
-Index: subversion-1.10.0/Makefile.in
+Index: subversion-1.12.0/Makefile.in
 ===================================================================
---- subversion-1.10.0.orig/Makefile.in
-+++ subversion-1.10.0/Makefile.in
-@@ -264,10 +264,10 @@ COMPILE_CXXHL_CXX = $(LT_COMPILE_CXX) $(
- COMPILE_GOOGLEMOCK_CXX = $(LT_COMPILE_CXX_NOWARN) $(GOOGLEMOCK_LIB_INCLUDES) 
-o $@ -c
- COMPILE_CXXHL_GOOGLEMOCK_CXX = $(LT_COMPILE_CXX) $(CXXHL_INCLUDES) 
$(GOOGLEMOCK_INCLUDES) -o $@ -c
+--- subversion-1.12.0.orig/Makefile.in
++++ subversion-1.12.0/Makefile.in
+@@ -268,10 +268,10 @@ TEST_SHLIB_VAR_SWIG_RB=\
+ COMPILE_SVNXX = $(LT_COMPILE_CXX) $(SVNXX_INCLUDES) -o $@ -c
+ COMPILE_SVNXX_TEST = $(LT_COMPILE_CXX) $(SVNXX_INCLUDES) 
$(BOOST_TEST_CPPFLAGS) -o $@ -c
  
 -LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) 
$(LDFLAGS) -rpath $(libdir)
 -LINK_LIB = $(LINK) $(LT_SO_VERSION)
@@ -28,10 +28,10 @@
 +LINK_LIB = $(LINK) $(LT_SO_VERSION) -rpath $(libdir)
 +LINK_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) 
$(CXXFLAGS) $(LDFLAGS)
 +LINK_CXX_LIB = $(LINK_CXX) $(LT_SO_VERSION) -rpath $(libdir)
+ LINK_SVNXX_TEST = $(LINK_CXX) $(BOOST_TEST_LDFLAGS)
  
  # 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) -shared
-@@ -864,7 +864,9 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
+@@ -876,7 +876,9 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
        ./config.status subversion/bindings/swig/perl/native/Makefile.PL
  
  $(SWIG_PL_DIR)/native/Makefile: libsvn_swig_perl 
$(SWIG_PL_DIR)/native/Makefile.PL
@@ -42,11 +42,11 @@
  
  # There is a "readlink -f" command on some systems for the same purpose,
  # but it's not as portable (e.g. Mac OS X doesn't have it).  These should
-Index: subversion-1.10.0/build.conf
+Index: subversion-1.12.0/build.conf
 ===================================================================
---- subversion-1.10.0.orig/build.conf
-+++ subversion-1.10.0/build.conf
-@@ -568,7 +568,7 @@ lang = python
+--- subversion-1.12.0.orig/build.conf
++++ subversion-1.12.0/build.conf
+@@ -572,7 +572,7 @@ lang = python
  path = subversion/bindings/swig/python/libsvn_swig_py
  libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_subr
         apriconv apr python swig
@@ -55,7 +55,7 @@
  install = swig-py-lib
  # need special build rule to include -DSWIGPYTHON
  compile-cmd = $(COMPILE_SWIG_PY)
-@@ -594,7 +594,7 @@ type = swig_lib
+@@ -598,7 +598,7 @@ type = swig_lib
  lang = ruby
  path = subversion/bindings/swig/ruby/libsvn_swig_ruby
  libs = libsvn_client libsvn_wc libsvn_delta libsvn_subr apriconv apr ruby swig
@@ -64,10 +64,10 @@
  install = swig-rb-lib
  # need special build rule to include
  compile-cmd = $(COMPILE_SWIG_RB)
-Index: subversion-1.10.0/build/generator/gen_base.py
+Index: subversion-1.12.0/build/generator/gen_base.py
 ===================================================================
---- subversion-1.10.0.orig/build/generator/gen_base.py
-+++ subversion-1.10.0/build/generator/gen_base.py
+--- subversion-1.12.0.orig/build/generator/gen_base.py
++++ subversion-1.12.0/build/generator/gen_base.py
 @@ -599,7 +599,7 @@ class TargetLinked(Target):
      self.install = options.get('install')
      self.compile_cmd = options.get('compile-cmd')

++++++ subversion.keyring ++++++
++++ 2592 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/subversion/subversion.keyring
++++ and /work/SRC/openSUSE:Factory/.subversion.new.5148/subversion.keyring


Reply via email to