Hello community,

here is the log from the commit of package timescaledb for openSUSE:Factory 
checked in at 2018-05-29 10:33:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timescaledb (Old)
 and      /work/SRC/openSUSE:Factory/.timescaledb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timescaledb"

Tue May 29 10:33:43 2018 rev:2 rq:610716 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/timescaledb/timescaledb.changes  2018-05-15 
10:31:59.227306128 +0200
+++ /work/SRC/openSUSE:Factory/.timescaledb.new/timescaledb.changes     
2018-05-29 10:33:47.993123361 +0200
@@ -1,0 +2,5 @@
+Fri May 18 19:47:42 UTC 2018 - [email protected]
+
+- Trim redundancies from the description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ timescaledb.spec ++++++
--- /var/tmp/diff_new_pack.hW7aMj/_old  2018-05-29 10:33:49.073083477 +0200
+++ /var/tmp/diff_new_pack.hW7aMj/_new  2018-05-29 10:33:49.073083477 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package timescaledb
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define         pgname  @BUILD_FLAVOR@
 %define         sname   timescaledb
 %define         priority    %{pgname}
@@ -27,15 +28,15 @@
 %endif
 Version:        0.9.2
 Release:        0
+Summary:        A time-series database extension for PostgreSQL
 License:        Apache-2.0
-Summary:        An open-source time-series database extension for PostgreSQL
-Url:            https://www.timescale.com/
 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:  cmake >= 3.4
 BuildRequires:  fdupes
-BuildRequires:  %{pgname}-server
-BuildRequires:  %{pgname}-devel
 BuildRequires:  update-alternatives
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(zlib)
@@ -43,13 +44,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-TimescaleDB is an open-source database designed to make SQL scalable
-for time-series data. It is engineered up from PostgreSQL, providing
+TimescaleDB is a database for making SQL more scalable for
+time-series data. It is engineered up from PostgreSQL, providing
 automatic partitioning across time and space (partitioning key), as 
 well as full SQL support.
 
-TimescaleDB is packaged as a PostgreSQL extension and released under
-the Apache 2 open-source license.
+TimescaleDB is packaged as a PostgreSQL extension.
 
 See https://www.timescale.com/
 
@@ -58,7 +58,6 @@
 # Remove static .so 
 rm -fv %{sname}.so
 
-
 %build
 export PATH="$PATH:/usr/lib/%{pgname}/bin"
 # No-as-needed is mandatory for Build on Leap42/SLE12
@@ -69,10 +68,9 @@
 
 make USE_PGXS=1 %{?_smp_mflags}
 
-
 %install
 export PATH="$PATH:/usr/lib/%{pgname}/bin"
-%cmake_install USE_PGXS=1 install DESTDIR=$RPM_BUILD_ROOT
+%cmake_install USE_PGXS=1 install DESTDIR="%buildroot"
 
 %fdupes %{buildroot}/%{_datadir}/%{pgname}/extension
 
@@ -85,3 +83,5 @@
 %doc README.md CONTRIBUTING.md CHANGELOG.md docs
 %{_prefix}/lib/%{pgname}/%{_lib}/%{sname}*.so
 %{_datadir}/%{pgname}/extension/%{sname}*
+
+%changelog


Reply via email to