diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | rpm-mandriva-setup.spec | 4 |
3 files changed, 12 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2006-05-31 22:22 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * find-provides.in, find-requires.in: - enable pkgconfig & libtool + provides + +2006-05-25 13:27 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * find-requires.in: - strip linux-vdso32 requirement (spturtle) + 2006-05-24 20:13 Olivier Thauvin <thauvin@aerov.jussieu.fr> * configure.ac, rpm-mandriva-setup.spec: - 1.21 diff --git a/configure.ac b/configure.ac index 88b5981..b863fe8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.21, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.22, 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 9df14dd..b695d33 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,6 +1,6 @@ %define name rpm-mandriva-setup -%define version 1.21 -%define release %mkrel 1 +%define version 1.22 +%define release %mkrel 0.1 # This can be useful for backport, as rpm-4.2 # provides the emacs-spec mode |