Start rpm-3.1 development.
authorjbj <devnull@localhost>
Mon, 13 Mar 2000 15:13:53 +0000 (15:13 +0000)
committerjbj <devnull@localhost>
Mon, 13 Mar 2000 15:13:53 +0000 (15:13 +0000)
CVS patchset: 3625
CVS date: 2000/03/13 15:13:53

CHANGES
configure.in
rpm.spec

diff --git a/CHANGES b/CHANGES
index 14a4802..5989f8f 100644 (file)
--- 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.
index 0f156f1..2c8f65d 100644 (file)
@@ -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.
index fe917e7..6b2d843 100644 (file)
--- 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 <jbj@redhat.com>
-- 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 <jbj@redhat.com>
-- simpler hpux.prov script (Tim Mooney).
-
-* Wed Mar  1 2000 Jeff Johnson <jbj@redhat.com>
-- fix rpmmodule.so python bindings.
-
-* Sun Feb 27 2000 Jeff Johnson <jbj@redhat.com>
-- rpm-3.0.4 release candidate.
-
-* Fri Feb 25 2000 Jeff Johnson <jbj@redhat.com>
-- 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 <jbj@redhat.com>
-- 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 <jbj@redhat.com>
-- brp-compress deals with hard links correctly.
-
-* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
-- brp-compress deals with symlinks correctly.
-
-* Mon Jan 24 2000 Jeff Johnson <jbj@redhat.com>
-- explicitly expand file lists in writeRPM for rpmputtext.
+* Mon Mar 13 2000 Jeff Johnson <jbj@redhat.com>
+- start rpm-3.1 development.