Hello community,

here is the log from the commit of package pg_cron for openSUSE:Factory checked 
in at 2020-06-05 20:20:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pg_cron (Old)
 and      /work/SRC/openSUSE:Factory/.pg_cron.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pg_cron"

Fri Jun  5 20:20:12 2020 rev:4 rq:811587 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pg_cron/pg_cron.changes  2019-09-02 
13:25:49.413307078 +0200
+++ /work/SRC/openSUSE:Factory/.pg_cron.new.3606/pg_cron.changes        
2020-06-05 20:26:29.964949179 +0200
@@ -1,0 +2,15 @@
+Thu Jun  4 17:08:45 UTC 2020 - Reinhard Max <[email protected]>
+
+- Disable LLVM on SLE builds.
+
+-------------------------------------------------------------------
+Tue Oct 22 16:13:29 UTC 2019 - Marcus Rueckert <[email protected]>
+
+- supplement the llvmjit subpackage with the llvmjit main package
+
+-------------------------------------------------------------------
+Tue Oct 22 15:34:17 UTC 2019 - Marcus Rueckert <[email protected]>
+
+- adding postgresql12 to _multibuild
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pg_cron.spec ++++++
--- /var/tmp/diff_new_pack.53CgT1/_old  2020-06-05 20:26:31.400949451 +0200
+++ /var/tmp/diff_new_pack.53CgT1/_new  2020-06-05 20:26:31.400949451 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pg_cron
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define         sname pg_cron
 %define         pg_libdir %(pg_config --pkglibdir)
 %define         pg_share %(pg_config --sharedir)
-%if "%{pgversion}" == "postgresql11" && 0%{?suse_version} >= 1500 
+%if 0%{?is_opensuse} && ("%{pgversion}" == "postgresql11" || "%{pgversion}" == 
"postgresql12") && 0%{?suse_version} >= 1500
 %bcond_without  llvm
 %else
 %bcond_with     llvm
@@ -50,10 +50,12 @@
 
 %if %{with llvm}
 %package llvmjit
-Summary:        Just-in-time compilation support for PostgreSQL pg_cron 
extension
+Summary:        Just-in-time compilation support for PostgreSQL %{sname} 
extension
 Group:          Productivity/Databases/Servers
+Requires:       %{pgversion}-%{sname} = %{version}-%{release}
+Requires:       %{pgversion}-llvmjit
 Requires:       %{pgversion}-server
-Requires:       postgresql-llvmjit-noarch
+Supplements:    packageand(%{pgversion}-llvmjit:%{name})
 
 %description llvmjit
 This package contains support for just-in-time compiling parts of

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.53CgT1/_old  2020-06-05 20:26:31.444949459 +0200
+++ /var/tmp/diff_new_pack.53CgT1/_new  2020-06-05 20:26:31.444949459 +0200
@@ -3,4 +3,5 @@
   <package>postgresql96</package>
   <package>postgresql10</package>
   <package>postgresql11</package>
+  <package>postgresql12</package>
 </multibuild>


Reply via email to