Skip to content

Commit

Permalink
Release version 0.55
Browse files Browse the repository at this point in the history
Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jamesodhunt committed Apr 8, 2021
1 parent a46fa68 commit 91a7434
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 22 deletions.
18 changes: 10 additions & 8 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/config/config.guess \
$(top_srcdir)/config/config.sub \
$(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
config/compile config/config.guess config/config.sub \
config/depcomp config/install-sh config/missing
AUTHORS COPYING ChangeLog INSTALL NEWS TODO config/compile \
config/config.guess config/config.sub config/depcomp \
config/install-sh config/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -346,7 +346,9 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS =

# Don't require 'README' as we use a markdown file instead.
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = m4/ChangeLog man/procenv.1 procenv.spec
Expand All @@ -361,15 +363,15 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
$(AUTOMAKE) --foreign Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.55 2021-04-08

* Documentation improvements.
* Hurd build fixes:
- Disable detailed memory reporting as `sysinfo()` not available).
- Fixed detection for modern versions of Hurd.
* Nits.

0.54 2021-03-15

* --capabilities: Added new capabilities:
Expand Down
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for procenv 0.54.
# Generated by GNU Autoconf 2.69 for procenv 0.55.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -582,8 +582,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='procenv'
PACKAGE_TARNAME='procenv'
PACKAGE_VERSION='0.54'
PACKAGE_STRING='procenv 0.54'
PACKAGE_VERSION='0.55'
PACKAGE_STRING='procenv 0.55'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='https://github.com/jamesodhunt/procenv'

Expand Down Expand Up @@ -1325,7 +1325,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures procenv 0.54 to adapt to many kinds of systems.
\`configure' configures procenv 0.55 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1396,7 +1396,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of procenv 0.54:";;
short | recursive ) echo "Configuration of procenv 0.55:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1513,7 +1513,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
procenv configure 0.54
procenv configure 0.55
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1938,7 +1938,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by procenv $as_me 0.54, which was
It was created by procenv $as_me 0.55, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2323,7 +2323,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
PROCENV_VERSION=0.54
PROCENV_VERSION=0.55
# Expand $ac_aux_dir to an absolute path.
Expand Down Expand Up @@ -6071,7 +6071,7 @@ fi
# Define the identity of the package.
PACKAGE='procenv'
VERSION='0.54'
VERSION='0.55'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -7155,7 +7155,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by procenv $as_me 0.54, which was
This file was extended by procenv $as_me 0.55, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -7222,7 +7222,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
procenv config.status 0.54
procenv config.status 0.55
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

m4_define([procenv_version], [0.54])
m4_define([procenv_version], [0.55])

AC_INIT(procenv,[procenv_version],[[email protected]],,[https://github.com/jamesodhunt/procenv])

Expand Down
4 changes: 2 additions & 2 deletions procenv.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: procenv
Version: 0.54
Version: 0.55
Release: 1%{?dist}
Summary: Utility to show process environment

Group: Applications/System
License: GPLv3+
URL: https://github.com/jamesodhunt/procenv
Source0: https://github.com/jamesodhunt/procenv/archive/0.54.tar.gz
Source0: https://github.com/jamesodhunt/procenv/archive/0.55.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# fixme: should be autoconf >= 2.68, but Fedora packages or alien'ed dpkg
Expand Down

0 comments on commit 91a7434

Please sign in to comment.