diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-02-12 15:11:44 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-02-12 15:11:44 +0100 |
commit | c3a9e92dde4cbdd0985654f52362819521131e90 (patch) | |
tree | 0783bf71b0aedb43ab94cdb22a4fd30071035fa6 | |
parent | 59e1c64946cb475725246ec8fe743ebc7054fe7d (diff) | |
download | rpm-setup-c3a9e92dde4cbdd0985654f52362819521131e90.tar rpm-setup-c3a9e92dde4cbdd0985654f52362819521131e90.tar.gz rpm-setup-c3a9e92dde4cbdd0985654f52362819521131e90.tar.bz2 rpm-setup-c3a9e92dde4cbdd0985654f52362819521131e90.tar.xz rpm-setup-c3a9e92dde4cbdd0985654f52362819521131e90.zip |
2.532.53
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.53 - 1 February 2020, by Thierry Vignaud - build.macros: restore '--without <section>' rpmbuild functionality (which is very useful in order to work on huge packages before submiting them to BS) diff --git a/configure.ac b/configure.ac index 93eb7bd..12c71e3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.52, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.53, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |