File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55
66Summary: Periodic job scheduler for PostgreSQL
77Name: %{sname }_%{pgmajorversion }
8- Version: 1.6.2
8+ Version: 1.6.5
99Release: 1%{dist }
1010License: PostgreSQL
1111Group: 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
1313URL: https://github.com/citusdata/pg_cron
1414BuildRequires: postgresql%{pgmajorversion }-devel libxml2-devel
1515BuildRequires: 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
Original file line number Diff line number Diff line change 11pkgname=pg_cron
22hubproj=pg_cron
33pkgdesc='Periodic job scheduler for PostgreSQL'
4- pkglatest=1.6.2
4+ pkglatest=1.6.5
You can’t perform that action at this time.
0 commit comments