Skip to content

Commit 96835a1

Browse files
committed
build: prepare a build-fix 4.0.3 release for Mac
1 parent 99cd43c commit 96835a1

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
pcp-4.0.3 (27 May 2018)
2+
- build fix release for Mac OS X brew packaging.
3+
14
pcp-4.0.2 (11 May 2018)
25
- log rotation, management scripts, compression and utilities
36
- pmie_{check,daily}: rework .prev and -N handling

VERSION.pcp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#
44
PACKAGE_MAJOR=4
55
PACKAGE_MINOR=0
6-
PACKAGE_REVISION=2
6+
PACKAGE_REVISION=3
77
PACKAGE_BUILD=1

build/rpm/fedora.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: pcp
2-
Version: 4.0.2
2+
Version: 4.0.3
33
Release: 1%{?dist}
44
Summary: System-level performance monitoring and performance management
55
License: GPLv2+ and LGPLv2.1+ and CC-BY
@@ -3357,6 +3357,9 @@ cd
33573357
%endif
33583358

33593359
%changelog
3360+
* Sun May 27 2018 Nathan Scott <[email protected]> - 4.0.3-1
3361+
- Build fix affecting Mac OS X brew packaging only.
3362+
33603363
* Fri May 11 2018 Mark Goodwin <[email protected]> - 4.0.2-1
33613364
- Propogate build flags throughout PCP (BZ 1538187)
33623365
- Further additions to selinux policy (BZ 1565158)

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pcp (4.0.3-1) unstable; urgency=low
2+
3+
* New release (full details in CHANGELOG).
4+
5+
-- Nathan Scott <[email protected]> Sun, 27 May 2018 13:44:32 +1100
6+
17
pcp (4.0.2-1) unstable; urgency=low
28

39
* New release (full details in CHANGELOG).

0 commit comments

Comments
 (0)