diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-12-10 20:22:32 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-12-10 20:22:32 +0000 |
commit | f854da5085d9f2eda64648b475271388eae94cb1 (patch) | |
tree | aeddb58a59f8be737598deb6635f4b4777749607 | |
parent | d4a65b79c0504abb61a7acd75bd9dd15a5fe41fb (diff) | |
download | rpm-setup-f854da5085d9f2eda64648b475271388eae94cb1.tar rpm-setup-f854da5085d9f2eda64648b475271388eae94cb1.tar.gz rpm-setup-f854da5085d9f2eda64648b475271388eae94cb1.tar.bz2 rpm-setup-f854da5085d9f2eda64648b475271388eae94cb1.tar.xz rpm-setup-f854da5085d9f2eda64648b475271388eae94cb1.zip |
release 1.961.96
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Version 1.96 - 10 December 2009, by Anssi Hannula +- fix perl.prov to assign versions to provides when the version is declared + with 'our' or 'my' keyword, or when it is prepended with code + (Jérôme Quelin) +- replace %sunsparc with %sparc & %sparcx (from rpm5.org, Per Øyvind Karlsen) +- support ELF executables only as a.out has been deprecated since ages + ago (fixes objdump 'File format not recognized' errors) (Per Øyvind Karlsen) +- don't try finding debug files in buildroot when there's none + (Per Øyvind Karlsen) + Version 1.95 - 25 September 2009, by Olivier Blin - MIPS and ARM support (from Arnaud Patard): o add mipsel support diff --git a/configure.ac b/configure.ac index 9b8c836..05e1235 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.95, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.96, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |