diff --git a/ChangeLog b/ChangeLog index 908e5ed..e37c144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ + +2022-01-05 1.6 + +- FIX: repair tests broken by AUTHORS change (#164) +- FIX: repair make distcheck by removing copied _jo zsh functions + 2022-01-04 1.5 - NEW: replace asserts with human errors (#162) diff --git a/Makefile.am b/Makefile.am index afd5222..83358c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,9 @@ dist_zshcomp_DATA = jo.zsh install-data-hook: mv -f $(DESTDIR)$(zshcompdir)/jo.zsh $(DESTDIR)$(zshcompdir)/_jo +uninstall-local: + rm -f $(DESTDIR)$(zshcompdir)/_jo + if USE_PANDOC # Add targets to rebuild pages jo.1: jo.pandoc @@ -61,7 +64,7 @@ EXTRA_DIST = $(jo_EXTRA) \ tests/jo.14.sh tests/jo.14.exp \ tests/jo.15.sh tests/jo.15.exp \ tests/jo.16.sh tests/jo.16.exp \ - tests/jo.17.sh tests/jo.17.exp \ + tests/jo.17.sh tests/jo.17.exp tests/jo-creator.txt \ tests/jo.18.sh tests/jo.18.exp \ tests/jo.19.sh tests/jo.19.exp \ tests/jo.20.sh tests/jo.20.exp \ diff --git a/configure.ac b/configure.ac index 2462686..751a5dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([jo], [1.5], [jp@mens.de]) +AC_INIT([jo], [1.6], [jp@mens.de]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([jo.c]) diff --git a/meson.build b/meson.build index 88df9f8..46b907e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('jo', 'c', - version: '1.5', + version: '1.6', license: 'GPL-2.0-or-later', meson_version: '>=0.57.0', default_options: ['warning_level=3', 'optimization=2']) diff --git a/rpm-build/jo.spec b/rpm-build/jo.spec index a7cc596..4aefcaf 100644 --- a/rpm-build/jo.spec +++ b/rpm-build/jo.spec @@ -1,5 +1,5 @@ Name: jo -Version: 1.5 +Version: 1.6 Release: 2%{?dist} Summary: jo is a small utility to create JSON objects diff --git a/snapcraft.yaml b/snapcraft.yaml index 3cb3cdc..216f510 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: jo -version: "1.5" +version: "1.6" summary: jo description: | This is jo, a small utility to create JSON objects or arrays.