From 554effc2d2aec31f81d37c6116420cf97c49392e Mon Sep 17 00:00:00 2001 From: Ben Allan Date: Wed, 29 Jul 2015 07:37:05 -0700 Subject: [PATCH] update packaging for 2.4.4 release number. --- ChangeLog.txt | 4 ++++ configure.ac | 2 +- ldms/configure.ac | 2 +- lib/configure.ac | 2 +- packaging/firerpms | 4 ++-- packaging/ovis-base.spec.in | 2 ++ util/release_tarball-240.sh | 4 ++-- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 19b7c44ba..d158a6fe9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2015-07-28 Benjamin A. Allan +* Update of Cray gpcdr handling. +* Bug fix for init.d example script (missing mkdir, misleading conf prototype) + 2015-06-18 Benjamin A. Allan * Addition of libgenders-based init scripts for TOSS. Requires C++/boost for initscripts, but not for LDMS. diff --git a/configure.ac b/configure.ac index c004d39a5..c3feee9f2 100644 --- a/configure.ac +++ b/configure.ac @@ -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, ovis-help@sandia.gov) +AC_INIT(ldms-all, 2.4.4, ovis-help@sandia.gov) #fixme=--subdir AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([m4/Ovis-top.m4]) diff --git a/ldms/configure.ac b/ldms/configure.ac index 1ea19724d..d420eb64d 100644 --- a/ldms/configure.ac +++ b/ldms/configure.ac @@ -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, ovis-help@sandia.gov) +AC_INIT(ovis-ldms, 2.4.4, ovis-help@sandia.gov) AC_CONFIG_MACRO_DIR([m4]) dnl AC_CONFIG_SRCDIR([src/ldms.h]) AC_CONFIG_AUX_DIR(config) diff --git a/lib/configure.ac b/lib/configure.ac index 282dd08f5..0e76469fe 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -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, ovis-help@sandia.gov) +AC_INIT([ovis-lib], 2.4.4, ovis-help@sandia.gov) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) diff --git a/packaging/firerpms b/packaging/firerpms index 1f261962b..891619e9f 100755 --- a/packaging/firerpms +++ b/packaging/firerpms @@ -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 diff --git a/packaging/ovis-base.spec.in b/packaging/ovis-base.spec.in index 3ef52c145..331a9e780 100644 --- a/packaging/ovis-base.spec.in +++ b/packaging/ovis-base.spec.in @@ -110,6 +110,8 @@ Doxygen files for ldms-all package. %{_datadir}/doc/%{name}-%{version} %docdir %{_defaultdocdir} %changelog +* Thu Jul 29 2015 Ben Allan 2.4.4-1 +update to latest upstream. * Thu Jun 18 2015 Ben Allan 2.4.3-1 packaging of initscripts for ldmsd/ldms-aggd. * Thu May 23 2015 Ben Allan 2.4.2-1 diff --git a/util/release_tarball-240.sh b/util/release_tarball-240.sh index e8e991551..3e5f997de 100755 --- a/util/release_tarball-240.sh +++ b/util/release_tarball-240.sh @@ -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"