rpms/python-krbV/devel .cvsignore, 1.2, 1.3 python-krbV.spec, 1.1, 1.2 sources, 1.2, 1.3

Mike Bonnet (mikeb) fedora-extras-commits at redhat.com
Sun May 21 20:54:14 UTC 2006


Author: mikeb

Update of /cvs/extras/rpms/python-krbV/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6743

Modified Files:
	.cvsignore python-krbV.spec sources 
Log Message:
update to 1.0.13


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-krbV/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 May 2006 20:29:08 -0000	1.2
+++ .cvsignore	21 May 2006 20:54:14 -0000	1.3
@@ -1 +1 @@
-python-krbV-1.0.12.tar.gz
+python-krbV-1.0.13.tar.gz


Index: python-krbV.spec
===================================================================
RCS file: /cvs/extras/rpms/python-krbV/devel/python-krbV.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-krbV.spec	21 May 2006 20:29:08 -0000	1.1
+++ python-krbV.spec	21 May 2006 20:54:14 -0000	1.2
@@ -1,15 +1,15 @@
 %{!?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: 1.0.12
-Release: 3%{?dist}
+Version: 1.0.13
+Release: 2%{?dist}
 Summary: Python extension module for Kerberos 5
 
 Group: Development/Languages
 License: LGPL
 
 URL: http://people.redhat.com/mikeb/python-krbV
-Source0: http://people.redhat.com/mikeb/python-krbV/python-krbV-%{version}.tar.gz
+Source: http://people.redhat.com/mikeb/python-krbV/python-krbV-%{version}.tar.gz
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,10 +23,10 @@
 python-krbV allows python programs to use Kerberos 5 authentication/security.
 
 %prep
-%setup -q -n python-krbV-%{version}
+%setup -q
 
 %build
-export LIBNAME=%{_lib}
+export LIBNAME="%{_lib}"
 export CFLAGS="%{optflags} -Wextra"
 %configure
 %{__make} %{?_smp_mflags}
@@ -45,6 +45,12 @@
 %{python_sitelib}/krbVmodule.so
 
 %changelog
+* Sun May 21 2006 Mike Bonnet <mikeb at redhat.com> - 1.0.13-2
+- spec file cleanup
+
+* Wed May 10 2006 Mike Bonnet <mikeb at redhat.com> - 1.0.13-1
+- AuthContext.addrs can now be set manually, rather than calling genaddrs()
+
 * Sun May 21 2006 Mike Bonnet <mikeb at redhat.com> - 1.0.12-3
 - use macros consistently
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-krbV/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 May 2006 20:29:08 -0000	1.2
+++ sources	21 May 2006 20:54:14 -0000	1.3
@@ -1 +1 @@
-d28d96859ceb9dbee62d6de30c2574e9  python-krbV-1.0.12.tar.gz
+6f330530fa2fd14fc7d731df29916453  python-krbV-1.0.13.tar.gz




More information about the fedora-extras-commits mailing list