Hello community, here is the log from the commit of package timescaledb for openSUSE:Factory checked in at 2020-04-05 20:54:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timescaledb (Old) and /work/SRC/openSUSE:Factory/.timescaledb.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timescaledb" Sun Apr 5 20:54:15 2020 rev:6 rq:791391 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/timescaledb/timescaledb.changes 2019-03-29 20:41:40.542680088 +0100 +++ /work/SRC/openSUSE:Factory/.timescaledb.new.3248/timescaledb.changes 2020-04-05 20:54:22.353238469 +0200 @@ -1,0 +2,31 @@ +Tue Mar 31 20:07:40 UTC 2020 - Bruno Friedmann <[email protected]> + +- update to 1.6.1 + https://github.com/timescale/timescaledb/releases/tag/1.6.1 + https://github.com/timescale/timescaledb/releases/tag/1.6.0 + https://github.com/timescale/timescaledb/releases/tag/1.5.1 + https://github.com/timescale/timescaledb/releases/tag/1.5.0 + timescaledb doesn't offer support for postgresql 12 yet +- Packaging + + spec-cleaner minimal + + add patch to support clang version 9 clang-format9_support.diff + +------------------------------------------------------------------- +Tue Oct 22 17:05:22 UTC 2019 - Marcus Rueckert <[email protected]> + +- update to 1.4.2 + https://github.com/timescale/timescaledb/releases/tag/1.2.1 + https://github.com/timescale/timescaledb/releases/tag/1.2.2 + https://github.com/timescale/timescaledb/releases/tag/1.3.0 + https://github.com/timescale/timescaledb/releases/tag/1.3.1 + https://github.com/timescale/timescaledb/releases/tag/1.3.2 + https://github.com/timescale/timescaledb/releases/tag/1.4.0 + https://github.com/timescale/timescaledb/releases/tag/1.4.1 + https://github.com/timescale/timescaledb/releases/tag/1.4.2 + +------------------------------------------------------------------- +Tue Oct 22 15:34:17 UTC 2019 - Marcus Rueckert <[email protected]> + +- adding postgresql12 to _multibuild + +------------------------------------------------------------------- Old: ---- timescaledb-1.2.0.tar.gz New: ---- 1.6.1.tar.gz clang-format9_support.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timescaledb.spec ++++++ --- /var/tmp/diff_new_pack.wEwh7W/_old 2020-04-05 20:54:23.625239834 +0200 +++ /var/tmp/diff_new_pack.wEwh7W/_new 2020-04-05 20:54:23.625239834 +0200 @@ -1,7 +1,7 @@ # # spec file for package timescaledb # -# 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 @@ -19,21 +19,20 @@ %define pgname @BUILD_FLAVOR@%{nil} %define sname timescaledb %define priority %{pgname} -Version: 1.2.0 +Version: 1.6.1 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 +Source: https://github.com/timescale/%{sname}/archive/%{version}.tar.gz +Patch0: clang-format9_support.diff BuildRequires: %{pgname}-server BuildRequires: %{pgname}-server-devel +BuildRequires: clang BuildRequires: cmake >= 3.4 BuildRequires: fdupes -BuildRequires: pkgconfig BuildRequires: update-alternatives -BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(zlib) %requires_eq %{pgname}-server %if "%{pgname}" == "" Name: %{sname} @@ -57,9 +56,10 @@ TSL (timescale licenced modules are not build) %prep -%setup -q -n %{sname} +%setup -q -n %{sname}-%{version} # Remove static .so rm -fv %{sname}.so +%autopatch -p1 %build export PATH="$PATH:%{_prefix}/lib/%{pgname}/bin" @@ -69,6 +69,7 @@ -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" \ + -DREGRESS_CHECKS=OFF \ .. make USE_PGXS=1 %{?_smp_mflags} ++++++ timescaledb-1.2.0.tar.gz -> 1.6.1.tar.gz ++++++ ++++ 212467 lines of diff (skipped) ++++++ clang-format9_support.diff ++++++ diff -rup a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt 2020-03-18 15:58:38.000000000 +0100 +++ b/CMakeLists.txt 2020-03-31 22:03:28.897261375 +0200 @@ -258,8 +258,8 @@ if (CLANG_FORMAT) message(FATAL_ERROR "Could not parse clang-format version ${CLANG_FORMAT_VERSION_OUTPUT}") endif () - if((${CMAKE_MATCH_1} LESS "7") OR (${CMAKE_MATCH_1} GREATER "8")) - message(WARNING "clang-format version 7 or 8 required") + if((${CMAKE_MATCH_1} LESS "7") OR (${CMAKE_MATCH_1} GREATER "9")) + message(WARNING "clang-format version 7 or 9 required") set(CLANG_FORMAT False) endif() endif ()
