Skip to content

Commit 1691857

Browse files
committed
Update specs to set version 2.3.2
1 parent 15ef07b commit 1691857

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packaging/rpm/SPECS/mamonsu.alt.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
33

44
Name: mamonsu
5-
Version: 2.3.1
5+
Version: 2.3.2
66
Release: 1%{?dist}
77
Summary: Monitoring agent for PostgreSQL
88
Group: Applications/Internet
@@ -73,6 +73,9 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373
/sbin/chkconfig --del mamonsu
7474

7575
%changelog
76+
* Tue Dec 12 2017 Grigory Smolkin <[email protected]> - 2.3.2-1
77+
- bootstrap fixes
78+
7679
* Fri Aug 18 2017 Grigory Smolkin <[email protected]> - 2.3.1-1
7780
- update trigger fork-rate
7881

packaging/rpm/SPECS/mamonsu.suse.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define _datarootdir %{_prefix}/share
22
Name: mamonsu
3-
Version: 2.3.1
3+
Version: 2.3.2
44
Release: 1%{?dist}
55
Summary: Monitoring agent for PostgreSQL
66
Group: Applications/Internet
@@ -74,6 +74,9 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474
/sbin/chkconfig --del mamonsu
7575

7676
%changelog
77+
* Tue Dec 12 2017 Grigory Smolkin <[email protected]> - 2.3.2-1
78+
- bootstrap fixes
79+
7780
* Fri Aug 18 2017 Grigory Smolkin <[email protected]> - 2.3.1-1
7881
- update trigger fork-rate
7982

packaging/win/mamonsu.def.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!define NAME Mamonsu
2-
!define VERSION 2.3.1
2+
!define VERSION 2.3.2
33
!define MAMONSU_REG_PATH "Software\PostgresPro\Mamonsu"
44
!define MAMONSU_REG_UNINSTALLER_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall"
55
!define EDB_REG "SOFTWARE\Postgresql"

0 commit comments

Comments
 (0)