Hello community,

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

Package is "timescaledb"

Mon Dec  3 10:11:13 2018 rev:3 rq:653220 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/timescaledb/timescaledb.changes  2018-05-29 
10:33:47.993123361 +0200
+++ /work/SRC/openSUSE:Factory/.timescaledb.new.19453/timescaledb.changes       
2018-12-03 10:11:51.807627251 +0100
@@ -1,0 +2,10 @@
+Wed Nov 28 17:55:39 UTC 2018 - Bruno Friedmann <[email protected]>
+
+- Update to final release version 1.0.0 (2018-10-31)
+  For complete changelog see 
+  https://github.com/timescale/timescaledb/releases
+  or CHANGELOG file packaged
+- LICENSE file was renammed to LICENSE-APACHE
+- Packaging renew spec with spec-cleaner -m
+
+-------------------------------------------------------------------

Old:
----
  timescaledb-0.9.2.tar.gz

New:
----
  timescaledb-1.0.0.tar.gz

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

Other differences:
------------------
++++++ timescaledb.spec ++++++
--- /var/tmp/diff_new_pack.MubR5J/_old  2018-12-03 10:11:54.703624568 +0100
+++ /var/tmp/diff_new_pack.MubR5J/_new  2018-12-03 10:11:54.703624568 +0100
@@ -12,36 +12,35 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define         pgname  @BUILD_FLAVOR@
 %define         sname   timescaledb
 %define         priority    %{pgname}
-
-%if "%{pgname}" == ""
-Name:           %{sname}
-ExclusiveArch:  do_not_build
-%else
-Name:           %{pgname}-%{sname}
-%endif
-Version:        0.9.2
+Version:        1.0.0
 Release:        0
 Summary:        A time-series database extension for PostgreSQL
 License:        Apache-2.0
 Group:          Productivity/Databases/Tools
-Url:            https://www.timescale.com/
+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:  pkgconfig
 BuildRequires:  update-alternatives
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(zlib)
 %requires_eq    %{pgname}-server
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if "%{pgname}" == ""
+Name:           %{sname}
+ExclusiveArch:  do_not_build
+%else
+Name:           %{pgname}-%{sname}
+%endif
 
 %description
 TimescaleDB is a database for making SQL more scalable for
@@ -59,7 +58,7 @@
 rm -fv %{sname}.so
 
 %build
-export PATH="$PATH:/usr/lib/%{pgname}/bin"
+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" \
        -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-as-needed" \
@@ -69,8 +68,8 @@
 make USE_PGXS=1 %{?_smp_mflags}
 
 %install
-export PATH="$PATH:/usr/lib/%{pgname}/bin"
-%cmake_install USE_PGXS=1 install DESTDIR="%buildroot"
+export PATH="$PATH:%{_prefix}/lib/%{pgname}/bin"
+%cmake_install USE_PGXS=1 install DESTDIR=%{buildroot}
 
 %fdupes %{buildroot}/%{_datadir}/%{pgname}/extension
 
@@ -79,7 +78,7 @@
 
 %files
 %defattr(-,root,root)
-%license LICENSE NOTICE
+%license LICENSE-APACHE NOTICE
 %doc README.md CONTRIBUTING.md CHANGELOG.md docs
 %{_prefix}/lib/%{pgname}/%{_lib}/%{sname}*.so
 %{_datadir}/%{pgname}/extension/%{sname}*

++++++ timescaledb-0.9.2.tar.gz -> timescaledb-1.0.0.tar.gz ++++++
++++ 255058 lines of diff (skipped)


Reply via email to