diff options
author | jbj <devnull@localhost> | 2004-12-06 15:47:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-12-06 15:47:27 +0000 |
commit | 63377cb838839e519a81757698bbc380cca94b36 (patch) | |
tree | f5ed7abad7582a15a3e56b710e20188aba077917 /popt | |
parent | cf8bf4efd96da10b33a2b556dc78015cefbcfc9c (diff) | |
download | librpm-tizen-63377cb838839e519a81757698bbc380cca94b36.tar.gz librpm-tizen-63377cb838839e519a81757698bbc380cca94b36.tar.bz2 librpm-tizen-63377cb838839e519a81757698bbc380cca94b36.zip |
- automagically detect and emit "python(abi) = 2.4" dependencies.
- popt 1.10.1 to preserve newer.
CVS patchset: 7631
CVS date: 2004/12/06 15:47:27
Diffstat (limited to 'popt')
-rwxr-xr-x | popt/configure.ac | 2 | ||||
-rw-r--r-- | popt/popt.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/popt/configure.ac b/popt/configure.ac index 5935014a2..8bed5f8ee 100755 --- a/popt/configure.ac +++ b/popt/configure.ac @@ -2,7 +2,7 @@ AC_INIT(popt.h) AC_CANONICAL_SYSTEM AC_PREREQ(2.12) AC_CONFIG_HEADERS -AM_INIT_AUTOMAKE(popt, 1.10) +AM_INIT_AUTOMAKE(popt, 1.10.1) AM_CONFIG_HEADER(config.h) ALL_LINGUAS="cs da de es eu_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" diff --git a/popt/popt.spec b/popt/popt.spec index df33aaa7c..fc2956452 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.10 +Version: 1.10.1 Release: 0.1 License: X Consortium Group: System Environment/Libraries |