Skip to content

Commit

Permalink
Bump redhat-hll to 2.17 (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored Aug 26, 2022
1 parent 6391009 commit 9b45d35
Show file tree
Hide file tree
Showing 5 changed files with 15 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
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.16.citus
Version: 2.17.citus
Release: 1%{dist}
License: ASL 2.0
Group: Applications/Databases
Source0: https://github.com/citusdata/postgresql-hll/archive/v2.16.tar.gz
Source0: https://github.com/citusdata/postgresql-hll/archive/v2.17.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 Aug 26 2022 - Gurkan Indibay <[email protected]> 2.17.citus-1
- Support for PostgreSQL 15

* Mon Sep 13 2021 - Hanefi Onaldi <[email protected]> 2.16.citus-1
- Support for PostgreSQL 14

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=hll
hubproj=postgresql-hll
pkgdesc=HyperLogLog
pkglatest=2.16.citus-1
releasepg=11,12,13,14
pkglatest=2.17.citus-1
4 changes: 3 additions & 1 deletion postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ project_name: hll

version_matrix:
- 2.16:
postgres_versions: [11, 12, 13, 14]
postgres_versions: [ 10, 11, 12, 13, 14 ]
- 2.17:
postgres_versions: [ 10, 11, 12, 13, 14, 15 ]

0 comments on commit 9b45d35

Please sign in to comment.