Skip to content

Commit

Permalink
release v0.7.08
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Apr 29, 2021
1 parent cc8cc99 commit 4ab1fc8
Show file tree
Hide file tree
Showing 14 changed files with 494 additions and 512 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-04-29

* rmw v0.7.08 released

2021-04-28

* bugfix: fixes test failing on osx using xcode 11.5 and above (#283)
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.08-dev
# rmw-0.7.08

## Description

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

v0.7.07
v0.7.08

* bugfix: When restoring files from removable media or devices, rmw
will now process relative paths (this primarily affects users who
trash a file with the "move to trash" option from their desktop, and
then later try to restore with rmw. See
https://github.com/theimpossibleastronaut/rmw/issues/299 for more
information).

* bugfix: list output (rmw -lv) shows all removable devices as
attached even for those that are detached.

* Removed deprecated config option (purgeDays)

* Minor updates to tests infrastructure

* (for testing) Replace RMWTRASH(=fake-year) with RMW_FAKE_YEAR(=true)

Note to mac os users: Purging tests are failing on the Travis CI test
system when using xcode 11.5 and above. If you get errors while purging
or 'make check' fails for you, please report on issue
https://github.com/theimpossibleastronaut/rmw/issues/283
* bugfix: fixes test failing on osx using xcode 11.5 and above (#283)
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.08-dev.
# Generated by GNU Autoconf 2.69 for rmw 0.7.08.
#
# 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.08-dev'
PACKAGE_STRING='rmw 0.7.08-dev'
PACKAGE_VERSION='0.7.08'
PACKAGE_STRING='rmw 0.7.08'
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.08-dev to adapt to many kinds of systems.
\`configure' configures rmw 0.7.08 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.08-dev:";;
short | recursive ) echo "Configuration of rmw 0.7.08:";;
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.08-dev
rmw configure 0.7.08
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.08-dev, which was
It was created by rmw $as_me 0.7.08, 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.08-dev'
VERSION='0.7.08'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -9738,7 +9738,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.08-dev, which was
This file was extended by rmw $as_me 0.7.08, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -9805,7 +9805,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.08-dev
rmw config.status 0.7.08
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.08-dev], [https://github.com/theimpossibleastronaut/rmw/issues],,[https://remove-to-waste.info/])
AC_INIT([rmw], [0.7.08], [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 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.07}
VERSION=${VERSION:-0.7.08}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

Expand Down
4 changes: 2 additions & 2 deletions packaging/Slackbuild/rmw/rmw.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PRGNAM="rmw"
VERSION="0.7.07"
VERSION="0.7.08"
HOMEPAGE="https://remove-to-waste.info/"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.07/rmw-0.7.07.tar.gz"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.08/rmw-0.7.08.tar.gz"
MD5SUM="26d1911d3e2869e4da43df64c97ffc49"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
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.07) stable; urgency=medium
rmw (0.7.08) stable; urgency=medium

* New upstream release

-- Andy Alt <[email protected]> Mon, 26 Apr 2021 13:57:55 -0500
-- Andy Alt <[email protected]> Thu, 29 Apr 2021 11:27:58 -0500
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.07
rmw v0.7.08
ReMove to Waste is a safe-remove
utility for the command line. Its goal is to
conform to the FreeDesktop.org Trash
Expand Down
9 changes: 3 additions & 6 deletions packaging/release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Change version number
configure.ac (AC_INIT)
README.md
packaging/Slackbuild/rmw/rmw.info (also change version numbers in download link)
rmw.Slackbuild
packaging/Debian/changelog
packaging/Slackbuild/rmwrmw.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

Expand Down Expand Up @@ -37,13 +38,9 @@ Check copyright date/year
packaging/Slackbuild/rmw/rmw.Slackbuild

Make Debian package
cp rmw-0.7.07.tar.gz rmw_0.7.07.orig.tar.gz
tar xf rmw-<version>.tar.gz
cd rmw-<version>
cp -a <rmwsrcdir>/packaging/debian .
dch -r 0.7.07 (updates the changelog in debian/
remove "-1" from version at top of debian/changelog
cp debian/changelog <rmwsrcdir>/packaging/debian
dpkg-buildpackage -us -uc -tc (The resulting package will be one level up)

Check the Debian package
Expand Down
Loading

0 comments on commit 4ab1fc8

Please sign in to comment.