aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-11 12:11:14 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-11 12:11:14 +0000
commitb48203bdf0a28d844d010c2f520cda0a17725cfe (patch)
tree62225725e506cc03f5eb75d843e6a1b13acb3e42
parent6d76bca2135cb35aa72e3b785945d10436d047d2 (diff)
downloadrpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar
rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar.gz
rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar.bz2
rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar.xz
rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.zip
1.7-1mdk1.7
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--rpm-mandriva-setup.spec12
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 <rgarciasuarez at mandriva.com>
+
+ * 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 <gbeauchesne at mandriva.com>
* 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 <rgarciasuarez@mandriva.com> 1.7-1mdk
+- Insert a dependency on libperl.so for XS perl modules
+
* Thu Oct 6 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.6-1mdk
- enable -debug packages for 2007
- build with -fasynchronous-unwind-tables on regular x86 too