diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 1.192 - 15 Oct 2013, by Pascal Terjan +- Switch to new pythonegg dependencies +- Add -O flag to %make + Version 1.191 - 14 Oct 2013, by Pascal Terjan - have differrent provides for python2 and python3 egg requires will be switched after everything is rebuilt once diff --git a/configure.ac b/configure.ac index c6344d2..b15be6c 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, 1.191, pterjan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.192, pterjan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |