-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update packaging for 2.4.4 release number.
- Loading branch information
Showing
7 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2015-07-28 Benjamin A. Allan <[email protected]> | ||
* Update of Cray gpcdr handling. | ||
* Bug fix for init.d example script (missing mkdir, misleading conf prototype) | ||
|
||
2015-06-18 Benjamin A. Allan <[email protected]> | ||
* Addition of libgenders-based init scripts for TOSS. | ||
Requires C++/boost for initscripts, but not for LDMS. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.63) | ||
AC_INIT(ldms-all, 2.4.3, [email protected]) | ||
AC_INIT(ldms-all, 2.4.4, [email protected]) | ||
#fixme=--subdir | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_SRCDIR([m4/Ovis-top.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.63) | ||
AC_INIT(ovis-ldms, 2.4.3, [email protected]) | ||
AC_INIT(ovis-ldms, 2.4.4, [email protected]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
dnl AC_CONFIG_SRCDIR([src/ldms.h]) | ||
AC_CONFIG_AUX_DIR(config) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.63) | ||
AC_INIT([ovis-lib], 2.4.3, [email protected]) | ||
AC_INIT([ovis-lib], 2.4.4, [email protected]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_CONFIG_HEADER(config.h) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,6 +110,8 @@ Doxygen files for ldms-all package. | |
%{_datadir}/doc/%{name}-%{version} | ||
%docdir %{_defaultdocdir} | ||
%changelog | ||
* Thu Jul 29 2015 Ben Allan <[email protected]> 2.4.4-1 | ||
update to latest upstream. | ||
* Thu Jun 18 2015 Ben Allan <[email protected]> 2.4.3-1 | ||
packaging of initscripts for ldmsd/ldms-aggd. | ||
* Thu May 23 2015 Ben Allan <[email protected]> 2.4.2-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters