Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump RedHat TopN to 2.4.0 #760

Merged
merged 4 commits into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
services: [ docker ]
language: perl
perl: "5.18"
perl: [ "5.18" ]
env:
global:
- PKG_REPOTYPE=community
Expand All @@ -12,10 +12,8 @@ env:
# passphrase for packaging gpg secret key
- secure: "pZmrxStWj0vXaG/YAyJORvxfaKQHvr+O+66yjFF52gQTVd2zNb83Mn4zDLNqMwU3nkXEKYuFbpXKbDSMX9zNbE7W/w1ARSa8MVXnMVM3jbj+OCaBu7fyVrA0tvT3EZkMh943paTRcSyPSzd61P3CNOkcY1RycDHBbJtNrzSdUbdAy6//TWgNxC66dxSeHASRJIIs49caxQssMMSGRgC5aGH4KLU5eSdP3wnWDEHr+aLqaI2DF2W3lNMI0WJwtGN6cLEYzAsA3BkoPoYRFDd4jjTpolVdrFBXRaT1EIg0FXjsvjyFrQfQLBIqvSx42H5w4rCIYoKYYgRgCKDATLK8XxPbFsgPKLVSHFD6t9ebuYacYxS20oMakkqj5e98qMIWe2vkm+V9YNeADIlhYT+NsF9Kug2B6pLK+U+Hhj6TldFpP18snPXttRKzsg9QrGbnBUVq2wv60U7/3pWs+T3tpr9bIFyaUYbRRAwl/hv2hVkFiSdsiLB6tJphbILB7EDKBCu1iK9PC9tlYoGrqptRxj6bmlawOvcnEKRtoPNJ9eyrvHPDd8FmmW6xWbq89zJ97Ztl7VR8CzNePqvG9vwdtJigXovuXfzu4CHX+jOt3jvllB6rMprsK5r++qBzh1SS24sYqo/APtUfoYdkleWhC+tSuhbucZb2yGUCMo/ZhDo="
matrix:
- TARGET_PLATFORM=el/6
- TARGET_PLATFORM=el/7
- TARGET_PLATFORM=el/8
- TARGET_PLATFORM=ol/6
- TARGET_PLATFORM=ol/7
before_install:
- git clone -b v0.7.21 --depth 1 https://github.com/citusdata/tools.git
Expand Down
4 changes: 2 additions & 2 deletions pkgvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=topn
hubproj=postgresql-topn
pkgdesc='Counter Based Implementation for top-n Approximation'
pkglatest=2.3.1.citus-1
releasepg=11,12,13
pkglatest=2.4.0.citus-1
releasepg=11,12,13,14
7 changes: 5 additions & 2 deletions topn.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Summary: Counter Based Implementation for top-n Approximation
Name: %{sname}_%{pgmajorversion}
Version: 2.3.1.citus
Version: 2.4.0.citus
Release: 1%{dist}
License: AGPLv3
Group: Applications/Databases
Source0: https://github.com/citusdata/postgresql-topn/archive/v2.3.1.tar.gz
Source0: https://github.com/citusdata/postgresql-topn/archive/v2.4.0.tar.gz
URL: https://github.com/citusdata/posgresql-topn
BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel
BuildRequires: libxslt-devel openssl-devel pam-devel readline-devel
Expand Down Expand Up @@ -57,6 +57,9 @@ PATH=%{pginstdir}/bin:$PATH
%endif

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

* Mon Nov 30 2020 - Hanefi Onaldi <[email protected]> 2.3.1.citus-1
- Support for PostgreSQL 13, parallel queries/aggregates and bug fixes

Expand Down