Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql-pgagent for openSUSE:Factory checked in at 2021-01-27 18:57:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql-pgagent (Old) and /work/SRC/openSUSE:Factory/.postgresql-pgagent.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql-pgagent" Wed Jan 27 18:57:27 2021 rev:4 rq:867127 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql-pgagent/postgresql-pgagent.changes 2020-06-11 15:01:05.484432712 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql-pgagent.new.28504/postgresql-pgagent.changes 2021-01-27 18:57:27.748361683 +0100 @@ -1,0 +2,18 @@ +Wed Jan 27 09:15:35 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Quote "%{pgname}" to fix build with rpm 4.16 +- Do not build the postgresql13 flavor on SLE versions where + it's not available + +------------------------------------------------------------------- +Fri Sep 25 16:06:14 UTC 2020 - Marcus Rueckert <mrueck...@suse.de> + +- enable pg13 + +------------------------------------------------------------------- +-Fri Aug 7 13:16:29 UTC 2020 - Antonio Larrosa <alarr...@suse.com> + +- Do not build postgresql11 and postgresql12 flavors where they're + not available. + +------------------------------------------------------------------- @@ -9 +27 @@ -- adding postgresql12 to _multibuild +- adding postgresql12 to _multibuild (boo#1174996) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql-pgagent.spec ++++++ --- /var/tmp/diff_new_pack.Ie06Jb/_old 2021-01-27 18:57:28.304362543 +0100 +++ /var/tmp/diff_new_pack.Ie06Jb/_new 2021-01-27 18:57:28.308362549 +0100 @@ -1,7 +1,7 @@ # # spec file for package postgresql-pgagent # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,19 +21,28 @@ %define pgname postgresql ExclusiveArch: do_not_build %endif -%if 0%{?suse_version} < 1500 && %{pgname} == "postgresql10" +%if 0%{?suse_version} < 1500 && "%{pgname}" == "postgresql10" ExclusiveArch: do_not_build %endif -%if 0%{?suse_version} == 1500 && %{pgname} == "postgresql93" +%if 0%{?suse_version} == 1500 && "%{pgname}" == "postgresql93" ExclusiveArch: do_not_build %endif -%if 0%{?suse_version} == 1500 && %{pgname} == "postgresql94" +%if 0%{?suse_version} == 1500 && "%{pgname}" == "postgresql94" ExclusiveArch: do_not_build %endif -%if 0%{?suse_version} == 1500 && %{pgname} == "postgresql95" +%if 0%{?suse_version} == 1500 && "%{pgname}" == "postgresql95" ExclusiveArch: do_not_build %endif -%if !0%{?is_opensuse} && 0%{?suse_version} == 1500 && %{pgname} == "postgresql96" +%if !0%{?is_opensuse} && 0%{?suse_version} == 1500 && "%{pgname}" == "postgresql96" +ExclusiveArch: do_not_build +%endif +%if !0%{?is_opensuse} && 0%{?suse_version} == 1500 && "%{pgname}" == "postgresql11" +ExclusiveArch: do_not_build +%endif +%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150100 && "%{pgname}" == "postgresql12" +ExclusiveArch: do_not_build +%endif +%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150200 && "%{pgname}" == "postgresql13" ExclusiveArch: do_not_build %endif %define sname pgagent ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.Ie06Jb/_old 2021-01-27 18:57:28.344362605 +0100 +++ /var/tmp/diff_new_pack.Ie06Jb/_new 2021-01-27 18:57:28.344362605 +0100 @@ -4,4 +4,5 @@ <package>postgresql10</package> <package>postgresql11</package> <package>postgresql12</package> + <package>postgresql13</package> </multibuild>