Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2017-10-13 14:07:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion" Fri Oct 13 14:07:47 2017 rev:150 rq:532714 version:1.9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2017-08-29 11:40:33.850068572 +0200 +++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes 2017-10-13 14:07:52.481897143 +0200 @@ -1,0 +2,7 @@ +Mon Oct 9 10:30:38 UTC 2017 - [email protected] + +- Disable kwallet support on openSUSE built with openssl 1.1, because + otherwise the libopenssl pulled in by libserf and libqt4 create + a conflict (boo#1042629) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.vFXpTG/_old 2017-10-13 14:07:53.541850532 +0200 +++ /var/tmp/diff_new_pack.vFXpTG/_new 2017-10-13 14:07:53.545850356 +0200 @@ -27,7 +27,13 @@ %if 0%{?is_opensuse} != 1 %define with_kde 0 %else -%define with_kde 1 + # Disable kwallet support on Tumbleweed, because otherwise there will be + # a conflict between libopenssl-devel versions pulled in by libserf and libqt4 + %if 0%{?suse_version} >= 1330 + %define with_kde 0 + %else + %define with_kde 1 + %endif %endif %bcond_without python_ctypes %bcond_with all_regression_tests
