diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-08-03 12:01:37 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-08-03 12:01:37 +0200 |
commit | 95f93ec49c824c780fd43e67b22190b8f0f818ac (patch) | |
tree | 0eed9ce4f7d8e71f1f5f28c392cbd93e569ea87e | |
parent | 193b50d5466c260544f05a7cabb184009ee8056b (diff) | |
download | rpm-setup-95f93ec49c824c780fd43e67b22190b8f0f818ac.tar rpm-setup-95f93ec49c824c780fd43e67b22190b8f0f818ac.tar.gz rpm-setup-95f93ec49c824c780fd43e67b22190b8f0f818ac.tar.bz2 rpm-setup-95f93ec49c824c780fd43e67b22190b8f0f818ac.tar.xz rpm-setup-95f93ec49c824c780fd43e67b22190b8f0f818ac.zip |
2.242.24
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.24 - 3 August 2017, by Thierry Vignaud + - drop now useless brp-java-repack-jars - generate .gdb_index sections by default - move _debuginfo_subpackages and _debugsource_packages from rpm diff --git a/configure.ac b/configure.ac index ab3a720..351e851 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.23, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.24, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |