Hello community, here is the log from the commit of package pg_comparator for openSUSE:Leap:15.2 checked in at 2020-03-17 04:15:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/pg_comparator (Old) and /work/SRC/openSUSE:Leap:15.2/.pg_comparator.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pg_comparator" Tue Mar 17 04:15:49 2020 rev:11 rq:785743 version:2.2.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/pg_comparator/pg_comparator.changes 2020-01-15 15:43:43.067264419 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.pg_comparator.new.3160/pg_comparator.changes 2020-03-17 04:16:16.728998759 +0100 @@ -1,0 +2,10 @@ +Sun Mar 15 02:27:23 UTC 2020 - Max Lin <[email protected]> + +- BuildRequires postgresql-server-devel on Leap >= 15.2 as well + +------------------------------------------------------------------- +Tue Apr 9 06:58:36 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Add the missing build dependency for Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pg_comparator.spec ++++++ --- /var/tmp/diff_new_pack.x7JNvr/_old 2020-03-17 04:16:17.788999374 +0100 +++ /var/tmp/diff_new_pack.x7JNvr/_new 2020-03-17 04:16:17.808999385 +0100 @@ -1,7 +1,7 @@ # # spec file for package pg_comparator # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2013 Aldemir Akpinar <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -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/ # @@ -28,12 +28,15 @@ License: BSD-3-Clause Group: Development/Libraries -Url: http://pgfoundry.org/projects/pg-comparator/ +URL: http://pgfoundry.org/projects/pg-comparator/ Source: http://pgfoundry.org/frs/download.php/3661/pg_comparator-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: postgresql-devel +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 +BuildRequires: postgresql-server-devel +%endif Requires: perl Requires: perl-DBD-Pg Requires: perl-DBD-mysql
