Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pgsql-ogr-fdw for openSUSE:Factory 
checked in at 2021-07-02 13:26:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgsql-ogr-fdw (Old)
 and      /work/SRC/openSUSE:Factory/.pgsql-ogr-fdw.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pgsql-ogr-fdw"

Fri Jul  2 13:26:54 2021 rev:3 rq:903363 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pgsql-ogr-fdw/pgsql-ogr-fdw.changes      
2021-05-17 18:46:03.560434051 +0200
+++ /work/SRC/openSUSE:Factory/.pgsql-ogr-fdw.new.2625/pgsql-ogr-fdw.changes    
2021-07-02 13:27:35.616701685 +0200
@@ -1,0 +2,5 @@
+Wed Jun 30 14:36:35 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Do not build postgresql95 and postgresql96 flavors on Tumbleweed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pgsql-ogr-fdw.spec ++++++
--- /var/tmp/diff_new_pack.mBgnCa/_old  2021-07-02 13:27:36.084698054 +0200
+++ /var/tmp/diff_new_pack.mBgnCa/_new  2021-07-02 13:27:36.088698023 +0200
@@ -58,7 +58,10 @@
 %if 0%{?suse_version} < 1315 && "%{pg_flavor}" == "postgresql10"
 ExclusiveArch:  do_not_build
 %endif
-%if 0%{?suse_version} == 1500 && "%{pg_flavor}" == "postgresql95"
+%if 0%{?suse_version} >= 1500 && "%{pg_flavor}" == "postgresql95"
+ExclusiveArch:  do_not_build
+%endif
+%if 0%{?suse_version} >= 1550 && "%{pg_flavor}" == "postgresql96"
 ExclusiveArch:  do_not_build
 %endif
 %if "%{pg_flavor}" == ""

Reply via email to