Hello community, here is the log from the commit of package tdb for openSUSE:Factory checked in at 2016-02-25 22:00:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tdb (Old) and /work/SRC/openSUSE:Factory/.tdb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tdb" Changes: -------- --- /work/SRC/openSUSE:Factory/tdb/tdb.changes 2015-11-24 22:21:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2016-02-25 22:37:50.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Feb 21 22:10:42 UTC 2016 - [email protected] + +- Add conflict between python-tdb and python3-tdb. + +------------------------------------------------------------------- +Sun Feb 21 16:50:07 UTC 2016 - [email protected] + +- Avoid a file collision for non SUSE build targets; (bsc#966174). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tdb.spec ++++++ --- /var/tmp/diff_new_pack.NRXwCk/_old 2016-02-25 22:37:51.000000000 +0100 +++ /var/tmp/diff_new_pack.NRXwCk/_new 2016-02-25 22:37:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package tdb # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,7 +64,11 @@ small. +%if 0%{?suse_version} > 0 %define libtdb_name libtdb1 +%else +%define libtdb_name libtdb +%endif %package -n %{libtdb_name} Summary: Libraries and Header Files to Develop Programs with tdb1 Support Group: System/Libraries @@ -115,6 +119,7 @@ Summary: Python bindings for the Tdb library Group: Development/Libraries/Python Requires: %{libtdb_name} = %{version} +Conflicts: python3-tdb PreReq: /sbin/ldconfig %description -n python-tdb @@ -126,6 +131,7 @@ Summary: Python3 bindings for the Tdb library Group: Development/Libraries/Python Requires: %{libtdb_name} = %{version} +Conflicts: python-tdb PreReq: /sbin/ldconfig %description -n python3-tdb
