aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-10-06 16:02:45 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-10-06 16:02:45 +0000
commit0c3b06bff4c3ef8f5ec9d6fdba8ce2a6b6035960 (patch)
treecab885ee84697c9a8e0c517a03f222f4a5844ece
parent6cb29f2ce2b190707d2121e97234411b45fe948c (diff)
downloadrpm-setup-0c3b06bff4c3ef8f5ec9d6fdba8ce2a6b6035960.tar
rpm-setup-0c3b06bff4c3ef8f5ec9d6fdba8ce2a6b6035960.tar.gz
rpm-setup-0c3b06bff4c3ef8f5ec9d6fdba8ce2a6b6035960.tar.bz2
rpm-setup-0c3b06bff4c3ef8f5ec9d6fdba8ce2a6b6035960.tar.xz
rpm-setup-0c3b06bff4c3ef8f5ec9d6fdba8ce2a6b6035960.zip
1.5.1-1mdk
-rw-r--r--configure.ac2
-rw-r--r--rpm-mandriva-setup.spec7
2 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1486d13..baf2d52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id$
AC_PREREQ(2.59)
-AC_INIT(rpm-mandriva-setup, 1.5, nanardon@mandriva.org)
+AC_INIT(rpm-mandriva-setup, 1.5.1, 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 6786c0c..4063534 100644
--- a/rpm-mandriva-setup.spec
+++ b/rpm-mandriva-setup.spec
@@ -1,5 +1,5 @@
%define name rpm-mandriva-setup
-%define version 1.5
+%define version 1.5.1
%define release %mkrel 1
# This can be usefull for backport as rpm-4.2
@@ -92,6 +92,11 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Oct 6 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.5.1-1mdk
+- fix %%py_libdir for lib64 platforms (#18772)
+- perl.req: add the proper detection of 'use base qw(Foo::Bar)'
+ construct (Michael Scherer)
+
* Thu Aug 25 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.5-1mdk
- make generation of debug packages work again
- factor out compile flags and build with -D_FORTIFY_SOURCE=2