From 3c2ddbefc14d99db9cfd191ca8636d23b99a01eb Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Fri, 29 Dec 2023 08:18:43 -0800 Subject: [PATCH] Cutting release 0.3.2 --- ChangeLog | 6 ++++++ NEWS | 9 ++------- admin/build-dev-arch-pkg-cnt | 2 +- admin/build-dev-debian-pkg-cnt | 5 +++-- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 904b11e..d39e46d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +2023-12-29 Michael Herstine + + Cutting release 0.3.2 + 2023-12-28 Michael Herstine + Cutting release 0.3.2 + Assorted clean-up pre-merge: - fix the project CI (again) - I've decided on a policy of supporting rust versions going back diff --git a/NEWS b/NEWS index 957c661..ae731bb 100644 --- a/NEWS +++ b/NEWS @@ -2,20 +2,15 @@ mpdpopm News -- history of user-visible changes -*- outline -*- * 0.3 builds -** 0.3.3 build - -*** Bugfixes +** 0.3.2 build -**** [#10] Repair setting a sticker for the first time -**** [#9] Correctly quote files with double-quotes in their name *** User-visible changes **** If HOME isn't set, look for .mppopm in / -** 0.3.2 build - *** Bugfixes **** Fix issue #10: mpdpopm now fails to set playcount for the first time +**** Fix issue #9: Correctly quote files with double-quotes in their name ** 0.3.1 build No user-visible changes; strictly a hygiene build: diff --git a/admin/build-dev-arch-pkg-cnt b/admin/build-dev-arch-pkg-cnt index 970d5c5..500ee98 100755 --- a/admin/build-dev-arch-pkg-cnt +++ b/admin/build-dev-arch-pkg-cnt @@ -7,7 +7,7 @@ cp -v /$1 /tmp cp -v /PKGBUILD /tmp cd /tmp makepkg -g >> PKGBUILD -makepkg +makepkg --log sudo pacman --noconfirm -Uv mpdpopm-${version}-1-x86_64.pkg.tar.zst mppopm --version mppopm --help diff --git a/admin/build-dev-debian-pkg-cnt b/admin/build-dev-debian-pkg-cnt index b360472..89239cd 100755 --- a/admin/build-dev-debian-pkg-cnt +++ b/admin/build-dev-debian-pkg-cnt @@ -12,10 +12,11 @@ cp -v /LICENSE . ./configure cd mpdpopm cargo deb -sudo dpkg --debug=2 -i target/debian/mpdpopm_${version}_amd64.deb +ls -Alh target/debian +sudo dpkg --debug=2 -i target/debian/mpdpopm_${version}-1_amd64.deb mppopm --version mppopm --help test -f /usr/local/share/info/mpdpopm.info sudo dpkg --debug=2 -r mpdpopm -sudo cp -v target/debian/mpdpopm_${version}_amd64.deb /mpdpopm +sudo cp -v target/debian/mpdpopm_${version}-1_amd64.deb /mpdpopm