Skip to content

Commit

Permalink
Release/v0.7.09 (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: @Jammyjamjamman
  • Loading branch information
andy5995 authored May 6, 2021
1 parent 711c721 commit a4ac91d
Show file tree
Hide file tree
Showing 17 changed files with 391 additions and 381 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
=== rmw ChangeLog ===

2021-05-06

* rmw v0.7.09 released

2021-05-05

* bugfix: filenames now display correctly when using '-vvg' (#308)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rmw-0.7.09-dev
# rmw-0.7.09

## Description

Expand Down
4 changes: 2 additions & 2 deletions ReleaseNotes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== RMW Release Notes ===

v0.7.08
v0.7.09

* bugfix: fixes test failing on osx using xcode 11.5 and above (#283)
* bugfix: filenames now display correctly when using '-vvg' (#308)
20 changes: 10 additions & 10 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 rmw 0.7.09-dev.
# Generated by GNU Autoconf 2.69 for rmw 0.7.09.
#
# Report bugs to <https://github.com/theimpossibleastronaut/rmw/issues>.
#
Expand Down Expand Up @@ -581,8 +581,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='rmw'
PACKAGE_TARNAME='rmw'
PACKAGE_VERSION='0.7.09-dev'
PACKAGE_STRING='rmw 0.7.09-dev'
PACKAGE_VERSION='0.7.09'
PACKAGE_STRING='rmw 0.7.09'
PACKAGE_BUGREPORT='https://github.com/theimpossibleastronaut/rmw/issues'
PACKAGE_URL='https://remove-to-waste.info/'

Expand Down Expand Up @@ -1324,7 +1324,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 rmw 0.7.09-dev to adapt to many kinds of systems.
\`configure' configures rmw 0.7.09 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1395,7 +1395,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of rmw 0.7.09-dev:";;
short | recursive ) echo "Configuration of rmw 0.7.09:";;
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
rmw configure 0.7.09-dev
rmw configure 0.7.09
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1869,7 +1869,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 rmw $as_me 0.7.09-dev, which was
It was created by rmw $as_me 0.7.09, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2733,7 +2733,7 @@ fi
# Define the identity of the package.
PACKAGE='rmw'
VERSION='0.7.09-dev'
VERSION='0.7.09'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -9485,7 +9485,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 rmw $as_me 0.7.09-dev, which was
This file was extended by rmw $as_me 0.7.09, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -9552,7 +9552,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="\\
rmw config.status 0.7.09-dev
rmw config.status 0.7.09
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,5 +1,5 @@
AC_PREREQ(2.69)
AC_INIT([rmw], [0.7.09-dev], [https://github.com/theimpossibleastronaut/rmw/issues],,[https://remove-to-waste.info/])
AC_INIT([rmw], [0.7.09], [https://github.com/theimpossibleastronaut/rmw/issues],,[https://remove-to-waste.info/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall subdir-objects foreign no-dependencies])
AM_SILENT_RULES([yes])
Expand Down
2 changes: 1 addition & 1 deletion man/rmw.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RMW "1" "April 2021"
.TH RMW "1" "May 2021"
.SH NAME
rmw - remove files, safely
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion packaging/Slackbuild/rmw/README.Slackware
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rmw-0.7.07
# rmw-0.7.09

## Description

Expand Down
2 changes: 1 addition & 1 deletion packaging/Slackbuild/rmw/rmw.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

PRGNAM=rmw
VERSION=${VERSION:-0.7.08}
VERSION=${VERSION:-0.7.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

Expand Down
6 changes: 3 additions & 3 deletions packaging/Slackbuild/rmw/rmw.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="rmw"
VERSION="0.7.08"
VERSION="0.7.09"
HOMEPAGE="https://remove-to-waste.info/"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.08/rmw-0.7.08.tar.gz"
MD5SUM="3cc21974aacc17f3635738b5a28f88cc"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.09/rmw-0.7.09.tar.gz"
MD5SUM="706afc9ededc60a0e235d05ceced08b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
4 changes: 2 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rmw (0.7.08) stable; urgency=medium
rmw (0.7.09) stable; urgency=medium

* New upstream release

-- Andy Alt <[email protected]> Thu, 29 Apr 2021 11:27:58 -0500
-- Andy Alt <[email protected]> Wed, 05 May 2021 22:31:23 -0500
2 changes: 1 addition & 1 deletion packaging/debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
dh $@
2 changes: 1 addition & 1 deletion packaging/file_id.diz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rmw v0.7.08
rmw v0.7.09
ReMove to Waste is a safe-remove
utility for the command line. Its goal is to
conform to the FreeDesktop.org Trash
Expand Down
10 changes: 8 additions & 2 deletions packaging/release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ Change version number
configure.ac (AC_INIT)
README.md
packaging/Slackbuild/rmw/rmw.info (also change version numbers in download link)
packaging/Slackbuild/rmwrmw.Slackbuild
packaging/Slackbuild/rmw/rmw.Slackbuild
packaging/file_id.diz (filegate.net)
cd packaging and run 'dch -r' (updates the changelog timestamp in debian/

cp README.md packaging/Slackbuild/rmw/README.Slackware

run autoreconf

Setup build (if not already done)
mkdir _build
cd _build
../configure

update po and pot files
(from the build directory) cd po && make update-po

Expand All @@ -26,8 +31,9 @@ Ex:
* rmw v0.7.07 released


Change Month and Year in man/man.1
Change Month and Year in man/rmw.1

cd ..
make distcheck
make dist

Expand Down
Loading

0 comments on commit a4ac91d

Please sign in to comment.