aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-08-25 22:52:43 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-08-25 22:52:43 +0000
commit564578e5bb035b63a6dc64c79a9a289c6fad0296 (patch)
tree2ef30d5d36ec2c4d20d9891819500e4df3424e7d
parentf377f6c0bcb081bd3ddea7a850aa9169493ebce8 (diff)
downloadrpm-setup-564578e5bb035b63a6dc64c79a9a289c6fad0296.tar
rpm-setup-564578e5bb035b63a6dc64c79a9a289c6fad0296.tar.gz
rpm-setup-564578e5bb035b63a6dc64c79a9a289c6fad0296.tar.bz2
rpm-setup-564578e5bb035b63a6dc64c79a9a289c6fad0296.tar.xz
rpm-setup-564578e5bb035b63a6dc64c79a9a289c6fad0296.zip
1.5-1mdkv1_51.5
-rw-r--r--configure.ac2
-rw-r--r--rpm-mandriva-setup.spec6
2 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0175241..1486d13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id$
AC_PREREQ(2.59)
-AC_INIT(rpm-mandriva-setup, 1.4, nanardon@mandriva.org)
+AC_INIT(rpm-mandriva-setup, 1.5, 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 95e98dc..6786c0c 100644
--- a/rpm-mandriva-setup.spec
+++ b/rpm-mandriva-setup.spec
@@ -1,5 +1,5 @@
%define name rpm-mandriva-setup
-%define version 1.4
+%define version 1.5
%define release %mkrel 1
# This can be usefull for backport as rpm-4.2
@@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* 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
+
* Thu Aug 18 2005 Olivier Thauvin <nanardon@mandriva.org> 1.4-1mdk
- fix php.req about include of relatives path (P. Terjan)