From 09818af1557d6ac558d219d1b90210684a5b9fdd Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Wed, 11 Jan 2006 18:17:26 +0000 Subject: - 1.13 --- ChangeLog | 17 +++++++++++++++++ configure.ac | 2 +- rpm-mandriva-setup.spec | 5 ++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1267094..9978d5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-01-11 14:47 Michael Scherer + + * 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 + + * 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 + + * configure.ac, rpm-mandriva-setup.spec: - 1.12 + 2006-01-10 20:32 Olivier Thauvin * 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 1.13-1mdk +- add %py_platlibdir, %py_purelibdir (misc) + * Tue Jan 10 2006 Olivier Thauvin 1.12-1mdk - fix typo in RequireS (#20574) -- cgit v1.2.1