Browse Source

upgrading package: postgresql-timescale 2.3.1 -> 2.4.2

master
parent
commit
45d1dbbc23
  1. 10
      postgresql-timescale/postgresql-timescale.spec

10
postgresql-timescale/postgresql-timescale.spec

@ -22,8 +22,8 @@
## ##
# package version # package version
%define V_opkg 2.3.1 %define V_opkg 2.4.2
%define V_dist 2.3.1 %define V_dist 2.4.2
# package information # package information
Name: postgresql-timescale Name: postgresql-timescale
@ -36,10 +36,10 @@ Class: EVAL
Group: Database Group: Database
License: Apache License: Apache
Version: %{V_opkg} Version: %{V_opkg}
Release: 20210707 Release: 20210921
# list of sources # list of sources
Source0: https://github.com/timescale/timescaledb/releases/download/%{V_dist}/timescaledb-%{V_dist}.tar.lzma Source0: https://github.com/timescale/timescaledb/archive/refs/tags/%{V_dist}.tar.gz
Patch0: postgresql-timescale.patch Patch0: postgresql-timescale.patch
# build information # build information
@ -64,7 +64,7 @@ PreReq: postgresql
} }
%prep %prep
%setup -q -n timescaledb %setup -q -n timescaledb-%{V_dist}
%patch -p0 %patch -p0
%build %build

Loading…
Cancel
Save