diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-03-03 19:17:16 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-03-03 19:17:16 +0000 |
commit | 949206e4740f1f9d5a59d44538d018518133a793 (patch) | |
tree | 13d220cea807b1d39f57a8794cca4bd22ae33e5f | |
parent | 044584e47d9a0d83e1b98e7531ccd62fa79004ab (diff) | |
download | rpm-setup-949206e4740f1f9d5a59d44538d018518133a793.tar rpm-setup-949206e4740f1f9d5a59d44538d018518133a793.tar.gz rpm-setup-949206e4740f1f9d5a59d44538d018518133a793.tar.bz2 rpm-setup-949206e4740f1f9d5a59d44538d018518133a793.tar.xz rpm-setup-949206e4740f1f9d5a59d44538d018518133a793.zip |
version 1.1211.121
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Version 1.121 - 3 March 2011, by Nicolas Vigier +- filter.sh: return error when the script called generate an error +- find-requires.in: test return value of called require scripts and + exit with error in case of error +- find-provides.in: test return value of called provide scripts and + exit with error in case of error + Version 1.120 - 3 March 2011, by Thomas Backlund - kmod.prov: convert special chars [,],:,- to _ when generating kernel module version provides (needed with rpm-4.8.1) diff --git a/configure.ac b/configure.ac index 416e66d..e72aaad 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.120, tmb@mageia.org) +AC_INIT(rpm-mageia-setup, 1.121, boklm@mars-attacks.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |