- release rpm-4.4.2. rpm-4.4.2-release
authorjbj <devnull@localhost>
Thu, 21 Jul 2005 01:47:28 +0000 (01:47 +0000)
committerjbj <devnull@localhost>
Thu, 21 Jul 2005 01:47:28 +0000 (01:47 +0000)
CVS patchset: 7919
CVS date: 2005/07/21 01:47:28

CHANGES
rpm.spec.in

diff --git a/CHANGES b/CHANGES
index 94a622e..6d5db9c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,7 @@
        - fix: magic_file() closes stdin when given directory path.
        - use perldeps.pl, phase out perl.{req,prov} (again).
        - document __vsflags (#147489).
+       - release rpm-4.4.2.
 
 4.4 -> 4.4.1:
        - force *.py->*.pyo byte code compilation with brp-python-bytecompile.
index 00031cc..4af7e7a 100644 (file)
@@ -20,7 +20,7 @@ Name: rpm
 %define version @VERSION@
 Version: %{version}
 %{expand: %%define rpm_version %{version}}
-Release: 0.9
+Release: 1
 Group: System Environment/Base
 Source: ftp://wraptastic.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
 License: GPL
@@ -501,6 +501,12 @@ exit 0
 %{__includedir}/popt.h
 
 %changelog
+* Wed Jul 20 2005 Jeff Johnson <jbj@jbj.org> 4.4.2-1
+- fix: magic_file() closes stdin when given directory path.
+- use perldeps.pl, phase out perl.{req,prov} (again).
+- document __vsflags (#147489).
+- release rpm-4.4.2.
+
 * Sun Jul 17 2005 Jeff Johnson <jbj@jbj.org> 4.4.2-0.9
 - upgrade to zlib-1.2.2.4 internal.
 - macosx: avoid minigzip build failures.