diff options
author | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:41:02 -0400 |
---|---|---|
committer | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:41:02 -0400 |
commit | 25af56f18400e949dab20910e97349b26674c512 (patch) | |
tree | b0f6c5336b5240a34be2690c730f545e77d8a804 | |
parent | b0abbd1c63251b3de4a63a45cc09a718a993d24f (diff) | |
download | rpm-setup-25af56f18400e949dab20910e97349b26674c512.tar rpm-setup-25af56f18400e949dab20910e97349b26674c512.tar.gz rpm-setup-25af56f18400e949dab20910e97349b26674c512.tar.bz2 rpm-setup-25af56f18400e949dab20910e97349b26674c512.tar.xz rpm-setup-25af56f18400e949dab20910e97349b26674c512.zip |
2.222.22
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.22 - 30 July 2017, by Neal Gompa + - Rename %configure to %main_configure and add shims for %configure and %configure2_5x to use it - Remove redundant %__debug_install_post as it breaks diff --git a/configure.ac b/configure.ac index 0d2a0ce..0bcd0aa 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.21, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.22, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |