Hello community,

here is the log from the commit of package postgresql-pgagent for 
openSUSE:Factory checked in at 2019-03-14 15:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql-pgagent (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql-pgagent.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql-pgagent"

Thu Mar 14 15:01:04 2019 rev:2 rq:684714 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql-pgagent/postgresql-pgagent.changes    
2018-11-26 10:23:30.253507169 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql-pgagent.new.28833/postgresql-pgagent.changes
 2019-03-14 15:01:24.351694872 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 15:00:19 UTC 2019 - Reinhard Max <[email protected]>
+
+- Remove postgresql93 from multibuild and add postgresql11.
+- Fix build with PostgreSQL 11.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgresql-pgagent.spec ++++++
--- /var/tmp/diff_new_pack.cQLDG8/_old  2019-03-14 15:01:25.211694703 +0100
+++ /var/tmp/diff_new_pack.cQLDG8/_new  2019-03-14 15:01:25.215694702 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package pgagent_10
+# spec file for package postgresql-pgagent
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,7 +43,6 @@
 # double \ as they are escaped in %%() call
 %define         pg_version %(pg_config --version | sed -e 's/.*[[:space:]]//' 
-e 's/\\.[0-9]*$//' -e 's/\\.//')
 
-%define pgmajorversion 10
 Name:           %{pgname}-%{sname}
 Version:        4.0.0
 Release:        0
@@ -56,6 +55,8 @@
 Source3:        %{sname}.logrotate.in
 Source4:        %{sname}.conf.in
 Source5:        README.SUSE
+BuildRequires:  %{pgname}-server
+BuildRequires:  %{pgname}-server-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8.8
 BuildRequires:  gcc-c++
@@ -64,8 +65,6 @@
 BuildRequires:  libboost_regex-devel
 BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_thread-devel
-BuildRequires:  %{pgname}-devel
-BuildRequires:  %{pgname}-server
 BuildRequires:  systemd-rpm-macros
 Requires(pre):  shadow
 Requires:       %{pgname}-server
@@ -130,7 +129,6 @@
 mkdir -p %{buildroot}%{_sbindir}
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
-
 %pre
 getent group pgagent >/dev/null || groupadd -r pgagent
 getent passwd pgagent >/dev/null || useradd -r -g pgagent -d 
%{_localstatedir}/lib/%{sname} -s /sbin/false -c "user for pgAgent Job 
Scheduler" pgagent

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.cQLDG8/_old  2019-03-14 15:01:25.247694696 +0100
+++ /var/tmp/diff_new_pack.cQLDG8/_new  2019-03-14 15:01:25.247694696 +0100
@@ -1,7 +1,7 @@
 <multibuild>
-  <package>postgresql93</package>
   <package>postgresql94</package>
   <package>postgresql95</package>
   <package>postgresql96</package>
   <package>postgresql10</package>
+  <package>postgresql11</package>
 </multibuild>


Reply via email to