Skip to content

Commit

Permalink
update packaging for 2.4.4 release number.
Browse files Browse the repository at this point in the history
  • Loading branch information
baallan committed Jul 29, 2015
1 parent f799fcb commit 554effc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
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])
Expand Down
2 changes: 1 addition & 1 deletion ldms/configure.ac
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)
Expand Down
2 changes: 1 addition & 1 deletion lib/configure.ac
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)
Expand Down
4 changes: 2 additions & 2 deletions packaging/firerpms
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
./configure '--enable-ssl' '--enable-rdma' '--enable-ncsa-unified' '--disable-zap' '--disable-zaptest' '--with-libevent=/usr/lib64/ovis-libevent2' '--disable-rpath' '--enable-authentication' '--disable-readline' '--enable-sysclassib' 'CC=gcc' 'CXX=g++' --disable-sos --enable-libgenders
./util/release_tarball-240.sh
cd Release
tar zxf ldms-2.4.3.tar.gz
cd ldms-2.4.3
tar zxf ldms-2.4.4.tar.gz
cd ldms-2.4.4
./configure '--enable-ssl' '--enable-rdma' '--enable-ncsa-unified' '--disable-zap' '--disable-zaptest' '--with-libevent=/usr/lib64/ovis-libevent2' '--disable-rpath' '--enable-authentication' '--disable-readline' '--enable-sysclassib' 'CC=gcc' 'CXX=g++' --disable-sos --enable-libgenders
make toss
2 changes: 2 additions & 0 deletions packaging/ovis-base.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions util/release_tarball-240.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ fi
REPO_DIR=`pwd`
OUTPUT_DIR=`pwd`/Release

BRANCH_NAME=TOSS-v2.4.3
BRANCH_NAME=TOSS-v2.4.4

# Will get this from git in the future
VERSION=2.4.3
VERSION=2.4.4

if ! test -f libevent-2.0.21-stable.tar.gz; then
echo "do not need a copy of libevent-2.0.21-stable.tar.gz in $REPO_DIR"
Expand Down

0 comments on commit 554effc

Please sign in to comment.