diff options
author | Pascal Terjan <pterjan@gmail.com> | 2013-10-15 22:07:38 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2013-10-15 22:07:56 +0000 |
commit | 10a23bf307e9b0a340f003aaaacbe36d80b04732 (patch) | |
tree | b862691e117b8de051757efb1953d060a9da0f45 | |
parent | fbf96cd68e18a6bafdd82eaeba42b1539a7fffe1 (diff) | |
download | rpm-setup-10a23bf307e9b0a340f003aaaacbe36d80b04732.tar rpm-setup-10a23bf307e9b0a340f003aaaacbe36d80b04732.tar.gz rpm-setup-10a23bf307e9b0a340f003aaaacbe36d80b04732.tar.bz2 rpm-setup-10a23bf307e9b0a340f003aaaacbe36d80b04732.tar.xz rpm-setup-10a23bf307e9b0a340f003aaaacbe36d80b04732.zip |
1.1921.192
-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 |