From 00ba060900a25d1521edf8018da17c4a0804550f Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 11 Oct 1999 16:37:55 +0000 Subject: [PATCH] Start rpm-3.0.4. CVS patchset: 3381 CVS date: 1999/10/11 16:37:55 --- CHANGES | 2 ++ configure.in | 4 ++-- rpm.spec | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 4525da7..f30838b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3.0.3 -> 3.0.4 + 3.0.2 -> 3.0.3 - add --eval to find result of macro expansion. - add configure scaffolding to support rpm-4.0 packages. diff --git a/configure.in b/configure.in index 3e3279e..577967b 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.3) +AM_INIT_AUTOMAKE(rpm, 3.0.4) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.12) dnl Minimum Autoconf version required. @@ -23,7 +23,7 @@ dnl Checks for programs. AC_ARG_PROGRAM AC_PROG_CC if test "$ac_cv_prog_gcc" = yes; then - CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" + CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" fi AC_PROG_CPP diff --git a/rpm.spec b/rpm.spec index b7c7699..90d64f6 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,8 +1,8 @@ Summary: The Red Hat package management system. Name: rpm -%define version 3.0.3 +%define version 3.0.4 Version: %{version} -Release: 6 +Release: 0.1 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz Copyright: GPL -- 2.7.4