Hello community, here is the log from the commit of package pg_cron for openSUSE:Factory checked in at 2020-10-25 18:06:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pg_cron (Old) and /work/SRC/openSUSE:Factory/.pg_cron.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pg_cron" Sun Oct 25 18:06:07 2020 rev:5 rq:841073 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pg_cron/pg_cron.changes 2020-06-05 20:26:29.964949179 +0200 +++ /work/SRC/openSUSE:Factory/.pg_cron.new.3463/pg_cron.changes 2020-10-25 18:06:11.715321165 +0100 @@ -1,0 +2,15 @@ +Wed Oct 7 19:11:36 UTC 2020 - Andrey Karepin <[email protected]> + +- update to 1.3.0 + * Background worker support by Bertrand Drouvot + * Audit table support by Bertrand Drouvot + * PostgreSQL 13 support by Alexander Kukushkin + * Schedule jobs by name + * Fixes a bug that could cause cron.schedule to crash with long + schedules + * Fixes a bug that could cause cron.schedule to get into an infinite + loop + * Fixes a bug that caused overlapping runs not to start +- adding postgresql13 to _multibuild + +------------------------------------------------------------------- Old: ---- pg_cron-1.2.0.tar.gz New: ---- pg_cron-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pg_cron.spec ++++++ --- /var/tmp/diff_new_pack.L8Q6IZ/_old 2020-10-25 18:06:12.335321752 +0100 +++ /var/tmp/diff_new_pack.L8Q6IZ/_new 2020-10-25 18:06:12.335321752 +0100 @@ -21,13 +21,13 @@ %define sname pg_cron %define pg_libdir %(pg_config --pkglibdir) %define pg_share %(pg_config --sharedir) -%if 0%{?is_opensuse} && ("%{pgversion}" == "postgresql11" || "%{pgversion}" == "postgresql12") && 0%{?suse_version} >= 1500 +%if 0%{?is_opensuse} && ("%{pgversion}" == "postgresql11" || "%{pgversion}" == "postgresql12" || "%{pgversion}" == "postgresql13") && 0%{?suse_version} >= 1500 %bcond_without llvm %else %bcond_with llvm %endif Name: %{pgversion}-%{sname} -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: PostgreSQL module for simple job schedule License: PostgreSQL ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.L8Q6IZ/_old 2020-10-25 18:06:12.367321782 +0100 +++ /var/tmp/diff_new_pack.L8Q6IZ/_new 2020-10-25 18:06:12.371321786 +0100 @@ -4,4 +4,5 @@ <package>postgresql10</package> <package>postgresql11</package> <package>postgresql12</package> + <package>postgresql13</package> </multibuild> ++++++ pg_cron-1.2.0.tar.gz -> pg_cron-1.3.0.tar.gz ++++++ ++++ 2807 lines of diff (skipped)
