diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | rpm-mandriva-setup.spec | 5 |
3 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,20 @@ +2006-01-11 14:47 Michael Scherer <mscherer at mandrake.org> + + * macros.in: - add %py_platlibdir, %py_purelibdir and sister in + order to be able to use a different directory for pure python + package and compiled python module. use named arg function call + for more readabilty and maintenability. + +2006-01-10 22:11 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * Makefile.am: - fix error cause useless call to rpm -q --specfile + (gb sucks) - also dont put rpm release in cvs tag as the rpm is + not part of software it self + +2006-01-10 20:36 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * configure.ac, rpm-mandriva-setup.spec: - 1.12 + 2006-01-10 20:32 Olivier Thauvin <thauvin at aerov.jussieu.fr> * macros.in: - fix typo in RequireS diff --git a/configure.ac b/configure.ac index 9c24fb4..ad0001f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.12, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.13, 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 5223605..70c15dd 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,5 +1,5 @@ %define name rpm-mandriva-setup -%define version 1.12 +%define version 1.13 %define release %mkrel 1 # This can be useful for backport, as rpm-4.2 @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Jan 11 2006 Olivier Thauvin <nanardon@mandriva.org> 1.13-1mdk +- add %py_platlibdir, %py_purelibdir (misc) + * Tue Jan 10 2006 Olivier Thauvin <nanardon@mandriva.org> 1.12-1mdk - fix typo in RequireS (#20574) |