Hello community,

here is the log from the commit of package postgresql10 for openSUSE:Factory 
checked in at 2017-12-21 11:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql10 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql10.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql10"

Thu Dec 21 11:26:58 2017 rev:3 rq:558530 version:10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql10/postgresql10.changes        
2017-12-19 10:45:20.675418141 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql10.new/postgresql10.changes   
2017-12-21 11:27:05.190152574 +0100
@@ -1,0 +2,12 @@
+Thu Dec 14 18:10:50 UTC 2017 - mrueck...@suse.de
+
+- also package %define pgcontribdir %pgdatadir/contrib
+
+-------------------------------------------------------------------
+Thu Dec 14 12:26:04 UTC 2017 - mrueck...@suse.de
+
+- enable support for ICU (new BR: libicu-devel)
+- enable support for selinux (new BR: libselinux-devel)
+- enable support for systemd (new BR: pkgconfig(libsystemd))
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgresql10.spec ++++++
--- /var/tmp/diff_new_pack.de7WVY/_old  2017-12-21 11:27:06.718078074 +0100
+++ /var/tmp/diff_new_pack.de7WVY/_new  2017-12-21 11:27:06.718078074 +0100
@@ -21,6 +21,13 @@
 %else
 %bcond_with     systemd
 %endif
+%if 0%{?suse_version} >= 1500
+%bcond_without  systemd_notify
+%else
+%bcond_with     systemd_notify
+%endif
+%bcond_without  selinux
+%bcond_without  icu
 
 %define pgmajor 10
 %define priority %{pgmajor}
@@ -45,6 +52,7 @@
 %define pgdatadir %_datadir/%name
 %define pgdocdir %_docdir/%name
 %define pgextensiondir %pgdatadir/extension
+%define pgcontribdir %pgdatadir/contrib
 %define pgmandir %_mandir
 
 Name:           postgresql%pgmajor
@@ -63,6 +71,12 @@
 %endif
 
 BuildRequires:  fdupes
+%if %{with icu}
+BuildRequires:  libicu-devel
+%endif
+%if %{with selinux}
+BuildRequires:  libselinux-devel
+%endif
 BuildRequires:  libxslt-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel
@@ -72,6 +86,10 @@
 %else
 BuildRequires:  pkgconfig(krb5)
 %endif
+%if %{with systemd_notify}
+BuildRequires:  pkgconfig(libsystemd)
+BuildRequires:  pkgconfig(systemd)
+%endif
 #!BuildIgnore:  %name
 #!BuildIgnore:  %name-server
 #!BuildIgnore:  postgresql-implementation
@@ -354,6 +372,15 @@
         --with-uuid=e2fs \
         --with-libxml \
         --with-libxslt \
+%if %{with systemd_notify}
+        --with-systemd \
+%endif
+%if %{with selinux}
+        --with-selinux \
+%endif
+%if %{with icu}
+        --with-icu \
+%endif
 %else
         --without-readline \
 %endif
@@ -650,6 +677,7 @@
 %dir %pgdocdir
 %pgdocdir/extension
 %dir %pgdatadir
+%dir %pgcontribdir
 /usr/lib/postgresql
 
 %files server -f server.files


Reply via email to