diff options
author | Pascal Terjan <pterjan@gmail.com> | 2013-10-14 20:53:39 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2013-10-14 20:53:39 +0000 |
commit | f89346310dc6399fade8bb953668a598513f7557 (patch) | |
tree | 196509c0452b1334cf77c8162ffcfd2630b7f0eb | |
parent | 0d03bba02be25425ee5abde9a437e4657bf1e39f (diff) | |
download | rpm-setup-f89346310dc6399fade8bb953668a598513f7557.tar rpm-setup-f89346310dc6399fade8bb953668a598513f7557.tar.gz rpm-setup-f89346310dc6399fade8bb953668a598513f7557.tar.bz2 rpm-setup-f89346310dc6399fade8bb953668a598513f7557.tar.xz rpm-setup-f89346310dc6399fade8bb953668a598513f7557.zip |
Release 1.1911.191
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ -- have differrent provides/requires for python2 and python3 egg +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 Version 1.190 - 28 Sep 2013, by Funda Wang - add switch -d to gem_install to move headers into vendorarchdir diff --git a/configure.ac b/configure.ac index 976123d..c6344d2 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.190, philippem@mageia.org) +AC_INIT(rpm-mageia-setup, 1.191, pterjan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |