diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-02-20 16:53:11 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-02-20 16:53:11 +0000 |
commit | 870a2752cd199aa54e5315b3b495bf40ecbbb9a9 (patch) | |
tree | d67fcd451cae916fa5641f83cc27525f9b3dd85f | |
parent | 4aff6f287c977d32654cfe630cab30c4c693b4c3 (diff) | |
download | rpm-setup-870a2752cd199aa54e5315b3b495bf40ecbbb9a9.tar rpm-setup-870a2752cd199aa54e5315b3b495bf40ecbbb9a9.tar.gz rpm-setup-870a2752cd199aa54e5315b3b495bf40ecbbb9a9.tar.bz2 rpm-setup-870a2752cd199aa54e5315b3b495bf40ecbbb9a9.tar.xz rpm-setup-870a2752cd199aa54e5315b3b495bf40ecbbb9a9.zip |
- new version 1.1171.117
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 1.117 - 20 February 2011, by Ahmad Samir +- merge svn rev. 271797 from Mandriva to make the python auto-requires always + lowercase + Version 1.116 - 5 February 2011, by Thomas Backlund - merge rpmrc from rpm-manbo-setup - merge manbo.macros from rpm-manbo-setup diff --git a/configure.ac b/configure.ac index 716da39..00b4227 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.116, tmb@mageia.org) +AC_INIT(rpm-mageia-setup, 1.117, ahmad@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |