Hello community,

here is the log from the commit of package timescaledb for openSUSE:Factory 
checked in at 2019-03-13 09:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timescaledb (Old)
 and      /work/SRC/openSUSE:Factory/.timescaledb.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timescaledb"

Wed Mar 13 09:11:43 2019 rev:4 rq:671889 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/timescaledb/timescaledb.changes  2018-12-03 
10:11:51.807627251 +0100
+++ /work/SRC/openSUSE:Factory/.timescaledb.new.28833/timescaledb.changes       
2019-03-13 09:11:46.431408140 +0100
@@ -1,0 +2,28 @@
+Tue Feb  5 13:48:51 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Fix grammar. Trim duplicate metadata.
+
+-------------------------------------------------------------------
+Wed Jan 30 17:02:26 UTC 2019 - Bruno Friedmann <[email protected]>
+
+- Update to release 1.2.0 (2019-01-29)
+  + Postgres 11 fully supported.
+  + Deprecation of adaptive chunking
+  + Advanced data lifecycle management : scheduled policies
+    support scheduled drop_chunks and reorder.
+  + Improved performance: support for ordered appends,
+    Note that ordered appends do not support ordering by time_bucket
+    at this time.
+  + first release to include Timescale-Licensed features.
+    LICENSE_TIMESCALE. This code can be found in tsl.
+    (tsl is not build on openSUSE)
+  + 1.1.1
+    - Fix issue when upgrading with pg_upgrade
+    - Fix a segfault that sometimes appeared in long COPYs
+    - Other bug and stability fixes
+- Packaging :
+  + Add -DAPACHE_ONLY=1 to avoid tsl code and submodules
+  + Multibuild : add postgresql11 now supported
+  + Deps : revisit BuildRequires
+
+-------------------------------------------------------------------
@@ -72 +99,0 @@
-

Old:
----
  timescaledb-1.0.0.tar.gz

New:
----
  timescaledb-1.2.0.tar.gz

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

Other differences:
------------------
++++++ timescaledb.spec ++++++
--- /var/tmp/diff_new_pack.0Ws9P6/_old  2019-03-13 09:11:47.927407986 +0100
+++ /var/tmp/diff_new_pack.0Ws9P6/_new  2019-03-13 09:11:47.967407981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package timescaledb
 #
-# 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
@@ -16,18 +16,18 @@
 #
 
 
-%define         pgname  @BUILD_FLAVOR@
+%define         pgname  @BUILD_FLAVOR@%{nil}
 %define         sname   timescaledb
 %define         priority    %{pgname}
-Version:        1.0.0
+Version:        1.2.0
 Release:        0
 Summary:        A time-series database extension for PostgreSQL
 License:        Apache-2.0
 Group:          Productivity/Databases/Tools
 URL:            https://www.timescale.com/
 Source:         
https://github.com/timescale/%{sname}/releases/download/%{version}/%{sname}-%{version}.tar.gz
-BuildRequires:  %{pgname}-devel
 BuildRequires:  %{pgname}-server
+BuildRequires:  %{pgname}-server-devel
 BuildRequires:  cmake >= 3.4
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -50,7 +50,8 @@
 
 TimescaleDB is packaged as a PostgreSQL extension.
 
-See https://www.timescale.com/
+This build includes only Apache2 modules;
+TSL (timescale licenced modules are not built).
 
 %prep
 %setup -q -n %{sname}
@@ -60,7 +61,9 @@
 %build
 export PATH="$PATH:%{_prefix}/lib/%{pgname}/bin"
 # No-as-needed is mandatory for Build on Leap42/SLE12
-%cmake -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-as-needed -Wl,--no-undefined 
-Wl,-z,now" \
+# Force build of only Apache2(community)
+%cmake -DAPACHE_ONLY=1 \
+    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-as-needed -Wl,--no-undefined 
-Wl,-z,now" \
        -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-as-needed" \
        -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-as-needed -Wl,--no-undefined 
-Wl,-z,now" \
   ..

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.0Ws9P6/_old  2019-03-13 09:11:48.227407955 +0100
+++ /var/tmp/diff_new_pack.0Ws9P6/_new  2019-03-13 09:11:48.227407955 +0100
@@ -1,4 +1,5 @@
 <multibuild>
   <package>postgresql96</package>
   <package>postgresql10</package>
+  <package>postgresql11</package>
 </multibuild>

++++++ timescaledb-1.0.0.tar.gz -> timescaledb-1.2.0.tar.gz ++++++
++++ 268491 lines of diff (skipped)


Reply via email to