diff --git a/.gitignore b/.gitignore index e8a8ee5..ecdf98a 100755 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /timescaledb-2.3.0.tar.gz /timescaledb-2.3.1.tar.gz /timescaledb-2.5.1.tar.gz +/2.7.0.tar.gz diff --git a/sources b/sources index 7e47c09..d3f95db 100755 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (timescaledb-2.5.1.tar.gz) = 501e96c2b1fe3257444dd30a41808dc8a84bbc6275ff5908f54fffa5af406ba1e1fb9462cb4d0b4d7be1d49762e7477f9831a33d42e970f37af7f25598b65222 +SHA512 (2.7.0.tar.gz) = fb07e06be36c2a59fbbaa77c7cbc3b564ce26b8f508211ec10b19b2e9bf08afed2e734b9a578b97ed99af95936a8f722cbc4cf2b5c6952df739e777ea96bf414 diff --git a/timescaledb.spec b/timescaledb.spec index 3241ea3..84d3877 100644 --- a/timescaledb.spec +++ b/timescaledb.spec @@ -1,11 +1,13 @@ -Name: timescaledb -Version: 2.5.1 -Release: 3%{?dist} +%global core_name timescale + +Name: %{core_name}db +Version: 2.7.0 +Release: 1%{?dist} Summary: Open-source time-series database powered by PostgreSQL License: ASL 2.0 -URL: http://www.timescale.com -Source0: %{name}-%{version}.tar.gz +URL: http://www.%{core_name}.com +Source0: https://github.com/%{core_name}/%{name}/archive/refs/tags/%{version}.tar.gz %if 0%{?fedora} >= 30 || 0%{?epel} >= 8 BuildRequires: cmake gcc openssl-devel postgresql-server-devel @@ -23,7 +25,7 @@ support. %prep -%setup -q -n %{name}-%{version} +%autosetup -n %{name}-%{version} # Remove tsl directory containing sources licensed under Timescale license rm -rf tsl @@ -51,6 +53,11 @@ rm -rf tsl %changelog +* Fri Jul 1 2022 Ondrej Sloup - 2.7.0-1 +- Use autosetup +- Change source links to Github +- Rebase to the latest upstream version (rhbz#1989589) + * Sat Jan 22 2022 Fedora Release Engineering - 2.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild