Skip to content

Commit

Permalink
Bump redhat pg_cron to 1.4.2 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored Aug 18, 2022
1 parent b4f2e91 commit 6e78c89
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Clone tools branch
run: git clone -b v0.8.10 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Expand Down
8 changes: 5 additions & 3 deletions pg_cron.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Summary: Periodic job scheduler for PostgreSQL
Name: %{sname}_%{pgmajorversion}
Version: 1.4.1
Version: 1.4.2
Release: 1%{dist}
License: PostgreSQL
Group: Applications/Databases
Source0: https://github.com/citusdata/pg_cron/archive/v1.4.1.tar.gz
Source0: https://github.com/citusdata/pg_cron/archive/v1.4.2.tar.gz
URL: https://github.com/citusdata/pg_cron
BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel
BuildRequires: libxslt-devel openssl-devel pam-devel readline-devel
Expand Down Expand Up @@ -56,8 +56,10 @@ PATH=%{pginstdir}/bin:$PATH
%endif

%changelog
* Thu Aug 18 2022 - Gurkan Indibay <[email protected]> 1.4.2-1
- Official 1.4.2 release of Pg Cron
* Wed Sep 29 2021 - Gurkan Indibay <[email protected]> 1.4.1-1
- - Official 1.4.1 release of Citus
- Official 1.4.1 release of Pg Cron
* Mon Mar 29 2021 - Marco Slot <[email protected]> 1.3.1-1
- Fixes a memory leak
* Mon Oct 26 2020 - Marco Slot <[email protected]> 1.3.0.citus-1
Expand Down
5 changes: 5 additions & 0 deletions pg_exclude.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
exclude:
nightly:
ol/7: [15]
release:
ol/7: [15]
3 changes: 1 addition & 2 deletions pkgvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pkgname=pg_cron
hubproj=pg_cron
pkgdesc='Periodic job scheduler for PostgreSQL'
pkglatest=1.4.1
releasepg=10,11,12,13,14
pkglatest=1.4.2
2 changes: 2 additions & 0 deletions postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ project_name: pg-cron
version_matrix:
- 1.4.1:
postgres_versions: [10, 11, 12, 13, 14]
- 1.4.2:
postgres_versions: [ 10, 11, 12, 13, 14, 15 ]

0 comments on commit 6e78c89

Please sign in to comment.