From b48203bdf0a28d844d010c2f520cda0a17725cfe Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 11 Oct 2005 12:11:14 +0000 Subject: 1.7-1mdk --- ChangeLog | 6 ++++++ configure.ac | 2 +- rpm-mandriva-setup.spec | 12 +++++++----- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d705a2..0f1c64f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-11 13:47 Rafael Garcia-Suarez + + * find-requires.in: Insert an automatic dependency on libperl.so + when building XS modules. This fixes the root cause of bugzilla + #17967. + 2005-10-06 18:14 Gwenole Beauchesne * configure.ac, rpm-mandriva-setup.spec: 1.6 (2007 material, use diff --git a/configure.ac b/configure.ac index 5e50cbf..0f23f7d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.6, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.7, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index e1e80ac..3bbd63e 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,11 +1,10 @@ %define name rpm-mandriva-setup -%define version 1.6 +%define version 1.7 %define release %mkrel 1 -# This can be usefull for backport as rpm-4.2 -# provide the emacs-spec mode +# This can be useful for backport, as rpm-4.2 +# provides the emacs-spec mode %define have_emacsmodespec 1 - %if %mdkversion < 200600 %define have_emacsmodespec 0 %endif @@ -24,7 +23,7 @@ Url: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/rpm-setup/ BuildRoot: %{_tmppath}/%{name}-buildroot %description -The Mandriva rpm configuration and scripts +The Mandriva rpm configuration and scripts. %package build Group: System/Configuration/Packaging @@ -92,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Oct 11 2005 Rafael Garcia-Suarez 1.7-1mdk +- Insert a dependency on libperl.so for XS perl modules + * Thu Oct 6 2005 Gwenole Beauchesne 1.6-1mdk - enable -debug packages for 2007 - build with -fasynchronous-unwind-tables on regular x86 too -- cgit v1.2.1