krbVmodule configure.in,1.16,1.17 python-krbV.spec,1.1,1.2

Mike Bonnet (mikeb) fedora-extras-commits at redhat.com
Mon Apr 24 15:12:40 UTC 2006


Author: mikeb

Update of /cvs/devel/krbVmodule
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2577

Modified Files:
	configure.in python-krbV.spec 
Log Message:
bump version number due to API changes, and remove version-number parsing from the spec file


Index: configure.in
===================================================================
RCS file: /cvs/devel/krbVmodule/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- configure.in	5 Apr 2006 07:17:08 -0000	1.16
+++ configure.in	24 Apr 2006 15:12:38 -0000	1.17
@@ -1,6 +1,6 @@
 AC_INIT
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(python-krbV, 1.0.11)
+AM_INIT_AUTOMAKE(python-krbV, 1.0.12)
 
 AC_PREFIX_DEFAULT(/usr)
 


Index: python-krbV.spec
===================================================================
RCS file: /cvs/devel/krbVmodule/python-krbV.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-krbV.spec	5 Apr 2006 07:17:08 -0000	1.1
+++ python-krbV.spec	24 Apr 2006 15:12:38 -0000	1.2
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(plat_specific=True)")} 
 
 Name: python-krbV
-Version: %(/bin/awk '/AM_INIT_AUTOMAKE/ { print substr($2, 0, length($2)-1) }' configure.in)
-Release: 3%{?dist}
+Version: 1.0.12
+Release: 1%{?dist}
 Summary: Python extension module for Kerberos 5
 
 Group: Development/Languages
@@ -47,6 +47,9 @@
 %{python_sitelib}/krbVmodule.so
 
 %changelog
+* Mon Apr 24 2006 Michael Bonnet <mikeb at redhat.com> - 1.0.12
+- bump version number due to API changes
+
 * Fri Mar 24 2006 Mike Bonnet <mikeb at redhat.com>
 - fix typo in error definition
 - change the return value of recvauth() from ac to (ac, princ), where princ is the principal sent by sendauth()




More information about the fedora-extras-commits mailing list