diff options
author | Jani Välimaa <wally@mageia.org> | 2019-12-24 13:14:39 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2019-12-24 13:14:39 +0200 |
commit | 1c374a73d1c693010d8912cdd5fada2687d0ee15 (patch) | |
tree | 0e057aaad438c02c7150170d8f93b657f1acf403 | |
parent | 2b124461dab07cf1d56e2caa80e51cf0adcb03cd (diff) | |
download | rpm-setup-1c374a73d1c693010d8912cdd5fada2687d0ee15.tar rpm-setup-1c374a73d1c693010d8912cdd5fada2687d0ee15.tar.gz rpm-setup-1c374a73d1c693010d8912cdd5fada2687d0ee15.tar.bz2 rpm-setup-1c374a73d1c693010d8912cdd5fada2687d0ee15.tar.xz rpm-setup-1c374a73d1c693010d8912cdd5fada2687d0ee15.zip |
2.462.46
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.46 - 24 December 2019, by Jani Välimaa + - make brp-mangle-shebangs to not exit if 'read shebang_line < "$f"' exits with a non-zero status. diff --git a/configure.ac b/configure.ac index 418fa46..267f050 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.45, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.46, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |