diff options
author | Pascal Terjan <pterjan@gmail.com> | 2015-10-21 00:09:02 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-10-21 00:09:02 +0000 |
commit | b622e5fd468cc2c776f0237d1c69de2b8982a387 (patch) | |
tree | bba22c2fdb870a170bddf634057d5b722a729244 | |
parent | 11ae3aa42830096307125ced210b051bfe1bf1d0 (diff) | |
download | rpm-setup-b622e5fd468cc2c776f0237d1c69de2b8982a387.tar rpm-setup-b622e5fd468cc2c776f0237d1c69de2b8982a387.tar.gz rpm-setup-b622e5fd468cc2c776f0237d1c69de2b8982a387.tar.bz2 rpm-setup-b622e5fd468cc2c776f0237d1c69de2b8982a387.tar.xz rpm-setup-b622e5fd468cc2c776f0237d1c69de2b8982a387.zip |
2.142.14
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.14 - 21 October 2015, by Pascal Terjan + - do not remove buildroot in %install if install is disabled (to make rpmbuild --without install actually useful) - make python dependency extractor much faster diff --git a/configure.ac b/configure.ac index 1f2537f..6c9e368 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.13, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.14, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |