diff options
author | Jani Välimaa <wally@mageia.org> | 2020-05-21 13:23:11 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-05-21 13:23:11 +0300 |
commit | b01a2d708d96c4b4d0d4432f9468671730e39875 (patch) | |
tree | 634f59fb2d24c3e6927fe5af75e490d314705961 | |
parent | 0d75d27d98117e9d5c799b39b0f8aad0cdf69735 (diff) | |
download | rpm-setup-954496edfceb72bf117aae2102b146d128e7b436.tar rpm-setup-954496edfceb72bf117aae2102b146d128e7b436.tar.gz rpm-setup-954496edfceb72bf117aae2102b146d128e7b436.tar.bz2 rpm-setup-954496edfceb72bf117aae2102b146d128e7b436.tar.xz rpm-setup-954496edfceb72bf117aae2102b146d128e7b436.zip |
2.552.55
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.55 - 21 May 2020, by Jani Välimaa - build macros: add _legacy_common_support macro for adding -fcommon to compiler flags - build.macros: run /usr/lib/rpm/check-buildroot at end of %install scriptlet via __arch_install_post diff --git a/configure.ac b/configure.ac index 6bae530..32ab9f5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.54, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.55, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |