Skip to content

Commit

Permalink
Bump redhat pg_cron to 1.5.1 (#1037)
Browse files Browse the repository at this point in the history
* Bump redhat pg_cron to 1.5.1
  • Loading branch information
gurkanindibay authored Apr 4, 2023
1 parent 6e78c89 commit f483e68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Clone tools branch
run: git clone -b v0.8.18 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.24 --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
14 changes: 8 additions & 6 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.2
Version: 1.5.1
Release: 1%{dist}
License: PostgreSQL
Group: Applications/Databases
Source0: https://github.com/citusdata/pg_cron/archive/v1.4.2.tar.gz
Source0: https://github.com/citusdata/pg_cron/archive/v1.5.1.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,10 +56,12 @@ 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 Pg Cron
* Tue Apr 4 2023 - Gurkan Indibay <[email protected]> 1.5.1-1
- Official 1.5.1 release of PG Cron
* 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 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
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkgname=pg_cron
hubproj=pg_cron
pkgdesc='Periodic job scheduler for PostgreSQL'
pkglatest=1.4.2
pkglatest=1.5.1

0 comments on commit f483e68

Please sign in to comment.