From f7ee1539e4d3a4151b6b3f7b3a3ff774a0c142c8 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Wed, 25 May 2005 12:02:11 +0000 Subject: - 1.0 --- ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- rpm-mandriva-setup.spec | 7 +++++- 3 files changed, 71 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cce7f48..ff0ef21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2005-05-25 13:29 Olivier Thauvin + + * macros.in: - disable automatic gpg key query on server + +2005-05-13 11:23 Olivier Thauvin + + * find-requires.in: - add experimantal ocaml requires + +2005-05-13 10:21 Olivier Thauvin + + * macros.in, rpmrc.in: - do not reload rpm configuration as it + pollute macros parsing - +k6 on ix86 + +2005-05-13 06:02 Pixel + + * rpm-spec-mode.el: fix rpm-increase-release-with-macros when mkrel + is used + +2005-05-12 09:29 Olivier Thauvin + + * rpm-mandriva-setup.spec: - add changelog + +2005-05-12 09:15 Olivier Thauvin + + * configure.ac, macros.in, rpm-mandriva-setup.spec: - 0.8 (fix + %_localstatedir) + +2005-05-12 08:36 Olivier Thauvin + + * configure.ac, rpm-mandriva-setup.spec: - 0.7 (provide emacs spec + mode) + +2005-05-10 12:06 Olivier Thauvin + + * configure.ac, rpm-mandriva-setup.spec: - 0.6 + +2005-05-10 06:03 Olivier Thauvin + + * macros.in: - %_libexecdir == %_libdir + +2005-05-09 12:26 Olivier Thauvin + + * Makefile.am: - fix make rpm + +2005-05-09 12:25 Olivier Thauvin + + * rpm-mandriva-setup.spec: - add changelog + +2005-05-09 12:16 Olivier Thauvin + + * configure.ac, make_macrosfiles.sh.in, rpm-mandriva-setup.spec, + rpmrc.in: - handle pentium computer + +2005-05-08 17:57 Olivier Thauvin + + * Makefile.am, rpm-mandriva-setup.spec, rpmrc.in: - add make + ChangeLog - 0.4 final + +2005-05-08 17:06 Olivier Thauvin + + * README: - add README + +======= 2005-05-12 08:36 Olivier Thauvin * configure.ac, rpm-mandriva-setup.spec: - 0.7 (provide emacs spec @@ -33,6 +96,7 @@ * README: - add README +>>>>>>> 1.6 2005-05-06 10:11 Olivier Thauvin * configure.ac, rpm-mandriva-setup.spec: - 0.4 diff --git a/configure.ac b/configure.ac index e745793..856f2fb 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 0.8, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.0, 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 5ffcd28..09e1f21 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,5 +1,5 @@ %define name rpm-mandriva-setup -%define version 0.8 +%define version 1.0 %define release %mkrel 1 # This can be usefull for backport as rpm-4.2 @@ -70,6 +70,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed May 25 2005 Olivier Thauvin 1.0-1mdk +- 1.0: + - disable automatic gpg key query on server + - add automatic require for ocaml (G. Rousse) + * Thu May 12 2005 Olivier Thauvin 0.8-1mdk - 0.8: fix %%_localstatedir -- cgit v1.2.1