Skip to content

Commit

Permalink
Bump redhat-hll to 2.18 (#1073)
Browse files Browse the repository at this point in the history
* Adds postgres 16 into postgres matrix

* Updates tools version

* Bump redhat-hll to 2.18

* Removes ol/8 since not required

* Removes postgres 10

* Updates checkout plugin to v3

* Updates checkout plugin to v4

* Removes pg 10 exclusions

* Update postgres-matrix.yml

Co-authored-by: Hanefi Onaldi <[email protected]>

---------

Co-authored-by: Hanefi Onaldi <[email protected]>
  • Loading branch information
gurkanindibay and hanefi authored Sep 5, 2023
1 parent 9b45d35 commit 409ec4e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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@v4

- 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.27 --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
7 changes: 5 additions & 2 deletions hll.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Summary: HyperLogLog extension for PostgreSQL
Name: %{sname}_%{pgmajorversion}
Version: 2.17.citus
Version: 2.18.citus
Release: 1%{dist}
License: ASL 2.0
Group: Applications/Databases
Source0: https://github.com/citusdata/postgresql-hll/archive/v2.17.tar.gz
Source0: https://github.com/citusdata/postgresql-hll/archive/v2.18.tar.gz
URL: https://github.com/citusdata/postgresql-hll
BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel
BuildRequires: libxslt-devel openssl-devel pam-devel readline-devel
Expand Down Expand Up @@ -60,6 +60,9 @@ PATH=%{pginstdir}/bin:$PATH
%endif

%changelog
* Fri Sep 1 2023 - Gurkan Indibay <[email protected]> 2.18.citus-1
- Support for PostgreSQL 16

* Fri Aug 26 2022 - Gurkan Indibay <[email protected]> 2.17.citus-1
- Support for PostgreSQL 15

Expand Down
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkgname=hll
hubproj=postgresql-hll
pkgdesc=HyperLogLog
pkglatest=2.17.citus-1
pkglatest=2.18.citus-1
2 changes: 2 additions & 0 deletions postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ version_matrix:
postgres_versions: [ 10, 11, 12, 13, 14 ]
- 2.17:
postgres_versions: [ 10, 11, 12, 13, 14, 15 ]
- 2.18:
postgres_versions: [ 11, 12, 13, 14, 15, 16 ]

0 comments on commit 409ec4e

Please sign in to comment.