summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorjohnsonm <devnull@localhost>1998-12-10 18:37:22 +0000
committerjohnsonm <devnull@localhost>1998-12-10 18:37:22 +0000
commit4dac29ae701ec67fa55861973ff0d65f84f55d47 (patch)
tree100b82577b3b67aab85cdade5b72dd3ab0b35cbd /popt
parent9d8c68e32d87826eede3849a28d2d5c53fae506e (diff)
downloadlibrpm-tizen-4dac29ae701ec67fa55861973ff0d65f84f55d47.tar.gz
librpm-tizen-4dac29ae701ec67fa55861973ff0d65f84f55d47.tar.bz2
librpm-tizen-4dac29ae701ec67fa55861973ff0d65f84f55d47.zip
releasing 1.2.2
CVS patchset: 2593 CVS date: 1998/12/10 18:37:22
Diffstat (limited to 'popt')
-rw-r--r--popt/CHANGES2
-rwxr-xr-xpopt/configure.in2
-rw-r--r--popt/popt.spec5
3 files changed, 7 insertions, 2 deletions
diff --git a/popt/CHANGES b/popt/CHANGES
index e1950b3d6..4f4885eec 100644
--- a/popt/CHANGES
+++ b/popt/CHANGES
@@ -1,6 +1,8 @@
1.2.1 -> 1.2.2
- fixed bug in chaind alias happens which seems to have only
affected --triggers in rpm
+ - added POPT_ARG_VAL
+ - popt.3 installed by default
1.2 -> 1.2.1
- added POPT_ARG_INTL_DOMAIN (Elliot Lee)
diff --git a/popt/configure.in b/popt/configure.in
index 8c1633f56..0adcc6805 100755
--- a/popt/configure.in
+++ b/popt/configure.in
@@ -1,5 +1,5 @@
AC_INIT(popt.h)
-AM_INIT_AUTOMAKE(popt, 1.2.1)
+AM_INIT_AUTOMAKE(popt, 1.2.2)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
diff --git a/popt/popt.spec b/popt/popt.spec
index 3a2ddc124..c626a2b73 100644
--- a/popt/popt.spec
+++ b/popt/popt.spec
@@ -1,6 +1,6 @@
Summary: C library for parsing command line parameters
Name: popt
-Version: 1.2.1
+Version: 1.2.2
Release: 1
Copyright: LGPL
Group: Libraries
@@ -35,6 +35,9 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644, root, root) /usr/man/man3/popt.3
%changelog
+* Thu Dec 10 1998 Michael Johnson <johnsonm@redhat.com>
+- released 1.2.2; see CHANGES
+
* Tue Nov 17 1998 Michael K. Johnson <johnsonm@redhat.com>
- added man page to default install