Skip to content

Commit 74d893a

Browse files
author
Gurkan Indibay
committed
Bump pg_cron to 1.6.5 and update build workflow for new platforms
1 parent c0fb126 commit 74d893a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/build-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ jobs:
2424
platform:
2525
- el/7
2626
- el/8
27+
- el/9
2728
- ol/7
2829
- ol/8
30+
- ol/9
2931

3032
steps:
3133
- name: Checkout repository
3234
uses: actions/checkout@v3
3335

3436
- name: Clone tools branch
35-
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
37+
run: git clone -b v0.8.30 --depth=1 https://github.com/citusdata/tools.git tools
3638

3739
- name: Install package dependencies
3840
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources

pg_cron.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Summary: Periodic job scheduler for PostgreSQL
77
Name: %{sname}_%{pgmajorversion}
8-
Version: 1.6.2
8+
Version: 1.6.5
99
Release: 1%{dist}
1010
License: PostgreSQL
1111
Group: Applications/Databases
12-
Source0: https://github.com/citusdata/pg_cron/archive/v1.6.2.tar.gz
12+
Source0: https://github.com/citusdata/pg_cron/archive/v1.6.5.tar.gz
1313
URL: https://github.com/citusdata/pg_cron
1414
BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel
1515
BuildRequires: libxslt-devel openssl-devel pam-devel readline-devel
@@ -56,8 +56,8 @@ PATH=%{pginstdir}/bin:$PATH
5656
%endif
5757

5858
%changelog
59-
* Mon Nov 27 2023 - Gurkan Indibay <gindibay@microsoft.com> 1.6.2-1
60-
- Official 1.6.2 release of PG Cron
59+
* Mon Nov 27 2023 - Gurkan Indibay <gindibay@microsoft.com> 1.6.5-1
60+
- Official 1.6.5 release of PG Cron
6161
* Tue Aug 29 2023 - Gurkan Indibay <gindibay@microsoft.com> 1.6.0-1
6262
- Official 1.6.0 release of PG Cron
6363
- Adds support for PostgreSQL 16

pkgvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pkgname=pg_cron
22
hubproj=pg_cron
33
pkgdesc='Periodic job scheduler for PostgreSQL'
4-
pkglatest=1.6.2
4+
pkglatest=1.6.5

0 commit comments

Comments
 (0)