From 853af666a2af62b5779a5f6f7f0f6244b865df4c Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 13 Mar 2000 15:13:53 +0000 Subject: [PATCH] Start rpm-3.1 development. CVS patchset: 3625 CVS date: 2000/03/13 15:13:53 --- CHANGES | 2 ++ configure.in | 2 +- rpm.spec | 43 ++++--------------------------------------- 3 files changed, 7 insertions(+), 40 deletions(-) diff --git a/CHANGES b/CHANGES index 14a4802..5989f8f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3.0.4 -> 3.1 + 3.0.3 -> 3.0.4 - use compressed filenames on install side. - start unifying FD types, CFD_t now gone. diff --git a/configure.in b/configure.in index 0f156f1..2c8f65d 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ dnl it, why check it? AC_INIT(rpm.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(rpm, 3.0.4) +AM_INIT_AUTOMAKE(rpm, 3.1) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.12) dnl Minimum Autoconf version required. diff --git a/rpm.spec b/rpm.spec index fe917e7..6b2d843 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,8 +1,8 @@ Summary: The Red Hat package management system. Name: rpm -%define version 3.0.4 +%define version 3.1 Version: %{version} -Release: 0.49 +Release: 0.0 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz Copyright: GPL @@ -219,40 +219,5 @@ fi /usr/include/popt.h %changelog -* Thu Mar 9 2000 Jeff Johnson -- portability: skip bzip2 if not available. -- portability: skip gzseek if not available (zlib-1.0.4). -- portability: skip personality if not available (linux). -- portability: always include arpa/inet.h (HP-UX). -- portability: don't use id -u (Brandon Allbery). -- portability: don't chown/chgrp -h w/o lchown. -- portability: splats in rpm.spec to find /usr/{share,local}/locale/* - -* Thu Mar 2 2000 Jeff Johnson -- simpler hpux.prov script (Tim Mooney). - -* Wed Mar 1 2000 Jeff Johnson -- fix rpmmodule.so python bindings. - -* Sun Feb 27 2000 Jeff Johnson -- rpm-3.0.4 release candidate. - -* Fri Feb 25 2000 Jeff Johnson -- fix: filter excluded paths before adding install prefixes (#8709). -- add i18n lookaside to PO catalogue(s) for i18n strings. -- try for /etc/rpm/macros.specspo so that specspo autoconfigures rpm. -- per-platform configuration factored into /usr/lib/rpm subdir. - -* Tue Feb 15 2000 Jeff Johnson -- new rpm-build package to isolate rpm dependencies on perl/bash2. -- always remove duplicate identical package entries on --rebuilddb. -- add scripts for autogenerating CPAN dependencies. - -* Wed Feb 9 2000 Jeff Johnson -- brp-compress deals with hard links correctly. - -* Mon Feb 7 2000 Jeff Johnson -- brp-compress deals with symlinks correctly. - -* Mon Jan 24 2000 Jeff Johnson -- explicitly expand file lists in writeRPM for rpmputtext. +* Mon Mar 13 2000 Jeff Johnson +- start rpm-3.1 development. -- 2.7.4