diff options
author | Jani Välimaa <wally@mageia.org> | 2021-09-07 20:37:29 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2021-09-07 20:37:29 +0300 |
commit | eeaedf60482af35ec59fa9a4a00a960ab3a0b314 (patch) | |
tree | fdbeb1eb4c13475ddcc25f92f000beda6c3ff683 | |
parent | 9d3cc18add64b339406f7c56330a6066a2e2d88a (diff) | |
download | rpm-setup-eeaedf60482af35ec59fa9a4a00a960ab3a0b314.tar rpm-setup-eeaedf60482af35ec59fa9a4a00a960ab3a0b314.tar.gz rpm-setup-eeaedf60482af35ec59fa9a4a00a960ab3a0b314.tar.bz2 rpm-setup-eeaedf60482af35ec59fa9a4a00a960ab3a0b314.tar.xz rpm-setup-eeaedf60482af35ec59fa9a4a00a960ab3a0b314.zip |
2.612.61
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.61 - 7 September 2021, by Jani Välimaa - brp-mangle-shebang: fix handling of files without newlines (from Fedora) - build.macros: run /usr/lib/rpm/brp-remove-la-files after %install (available since RPM 4.17.0) - build.macros: run /usr/lib/rpm/check-rpaths after %install diff --git a/configure.ac b/configure.ac index a556181..1873d42 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.60, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.61, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |