diff options
author | jbj <devnull@localhost> | 2000-08-14 19:26:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-08-14 19:26:47 +0000 |
commit | 4851add979b4aef1d34fdb6ec621a7df1776a631 (patch) | |
tree | aa9b696121c67415d4eac7199ee7147e4968ce24 | |
parent | 349c7a49c2cf376668f34d9fb6e404c24740a4b3 (diff) | |
download | librpm-tizen-4851add979b4aef1d34fdb6ec621a7df1776a631.tar.gz librpm-tizen-4851add979b4aef1d34fdb6ec621a7df1776a631.tar.bz2 librpm-tizen-4851add979b4aef1d34fdb6ec621a7df1776a631.zip |
Update versions, rpm -> 4.1, popt -> 1.7.
CVS patchset: 4063
CVS date: 2000/08/14 19:26:47
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rwxr-xr-x | popt/configure.in | 2 | ||||
-rw-r--r-- | popt/popt.spec | 2 | ||||
-rw-r--r-- | rpm.spec | 4 |
5 files changed, 7 insertions, 5 deletions
@@ -1,3 +1,5 @@ +4.0 -> 4.1 + 3.0.5 -> 4.0 - use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db. - API: change dbi to pass by reference, not value. diff --git a/configure.in b/configure.in index 4d2a43049..f0daa96cf 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, 4.0) +AM_INIT_AUTOMAKE(rpm, 4.1) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.12) dnl Minimum Autoconf version required. diff --git a/popt/configure.in b/popt/configure.in index 0947e5e8d..9c6ddac22 100755 --- a/popt/configure.in +++ b/popt/configure.in @@ -2,7 +2,7 @@ AC_INIT(popt.h) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.12) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(popt, 1.6) +AM_INIT_AUTOMAKE(popt, 1.7) ALL_LINGUAS="cs da de es fi fr gl hu id is it ja ko no pl pt pt_BR ro ru sk sl sr sv tr uk wa zh zh_CN.GB2312" AC_ISC_POSIX diff --git a/popt/popt.spec b/popt/popt.spec index ff3a65785..a417aeb75 100644 --- a/popt/popt.spec +++ b/popt/popt.spec @@ -4,7 +4,7 @@ # Summary: A C library for parsing command line parameters. Name: popt -Version: 1.6 +Version: 1.7 Release: 0.1 Copyright: LGPL Group: System Environment/Libraries @@ -6,9 +6,9 @@ Summary: The Red Hat package management system. Name: rpm -%define version 4.0 +%define version 4.1 Version: %{version} -Release: 0.67 +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 |