diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-10-26 09:29:28 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-10-26 09:29:28 +0100 |
commit | c71666d376cad7759cb24898ebd93cdc5adec276 (patch) | |
tree | 1454a82105a6007b431606f038867c8e052dcd55 | |
parent | 91ce5fc3d658e5037ba21952a2c00b17991d5f48 (diff) | |
download | rpm-setup-c71666d376cad7759cb24898ebd93cdc5adec276.tar rpm-setup-c71666d376cad7759cb24898ebd93cdc5adec276.tar.gz rpm-setup-c71666d376cad7759cb24898ebd93cdc5adec276.tar.bz2 rpm-setup-c71666d376cad7759cb24898ebd93cdc5adec276.tar.xz rpm-setup-c71666d376cad7759cb24898ebd93cdc5adec276.zip |
2.72.7
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.7 - 26 October 2014, by Pascal Terjan + - add support for limiting parallel builds by defining %_smp_ncpus_max in spec file for packages needing it diff --git a/configure.ac b/configure.ac index 3a1f9fe..a9ae55d 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.6, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.7, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |