File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2013-06-12
2
+ ==========
3
+ v2.7.1 - Build fixes for OS X and Debian. Documentation fixes. Small changes to test format to improve stability across ` psql ` versions.
4
+
1
5
2013-02-04
2
6
==========
3
7
v2.7 - First open-source release.
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Build
363
363
364
364
Specify versions:
365
365
366
- export VER=2.7
366
+ export VER=2.7.1
367
367
export PGSHRT=91
368
368
369
369
Make sure ` Makefile ` points to the correct ` pg_config ` for the specified version, since ` rpmbuild ` doesn't respect env variables:
@@ -381,11 +381,11 @@ Execute rpmbuild:
381
381
382
382
Install RPM:
383
383
384
- rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-2.7-0.x86_64.rpm
384
+ rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-2.7.1 -0.x86_64.rpm
385
385
386
386
And if you want the debugging build:
387
387
388
- rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-debuginfo-2.7-0.x86_64.rpm
388
+ rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-debuginfo-2.7.1 -0.x86_64.rpm
389
389
390
390
391
391
## From source ##
Original file line number Diff line number Diff line change 19
19
20
20
Summary: Aggregate Knowledge HyperLogLog PostgreSQL extension.
21
21
Name: postgresql%{shortversion }-hll
22
- Version: 2.7
22
+ Version: 2.7.1
23
23
Release: 0
24
24
License: Apache License, Version 2.0
25
25
URL: https://github.com/aggregateknowledge/postgresql-hll
@@ -67,5 +67,9 @@ rm -rf $RPM_BUILD_ROOT
67
67
%{pgbaseinstdir }/lib/hll.so
68
68
69
69
%changelog
70
+ * Wed Jun 12 2013 Timon Karnezos <timon.karnezos@gmail.com> - 2.7.1-0
71
+ - Build fixes for OS X and Debian.
72
+ - Documentation fixes.
73
+ - Small changes to test format to improve stability across psql versions.
70
74
* Tue Dec 11 2012 Ken Sedgwick <ken@bonsai.com> - 2.7-0
71
75
- Initial version.
You can’t perform that action at this time.
0 commit comments