rpms/python-krbV/EL-4 .cvsignore, 1.3, 1.4 python-krbV.spec, 1.7, 1.8 sources, 1.5, 1.6

Mike Bonnet mikeb at fedoraproject.org
Mon May 24 21:11:44 UTC 2010


Author: mikeb

Update of /cvs/pkgs/rpms/python-krbV/EL-4
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10842

Modified Files:
	.cvsignore python-krbV.spec sources 
Log Message:
update to the 1.0.90 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-krbV/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	21 May 2006 20:54:14 -0000	1.3
+++ .cvsignore	24 May 2010 21:11:44 -0000	1.4
@@ -1 +1 @@
-python-krbV-1.0.13.tar.gz
+python-krbV-1.0.90.tar.bz2


Index: python-krbV.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-krbV/EL-4/python-krbV.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-krbV.spec	15 May 2007 19:39:24 -0000	1.7
+++ python-krbV.spec	24 May 2010 21:11:44 -0000	1.8
@@ -1,24 +1,24 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(plat_specific=True)")} 
+%{!?python_sitearch: %global python_sitearch %([ -x %{__python} ] && %{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" || :)}
 
 Name: python-krbV
-Version: 1.0.13
-Release: 5%{?dist}
+Version: 1.0.90
+Release: 1%{?dist}
 Summary: Python extension module for Kerberos 5
 
 Group: Development/Languages
-License: LGPL
+License: LGPLv2+
 
-URL: http://people.redhat.com/mikeb/python-krbV
-Source: http://people.redhat.com/mikeb/python-krbV/python-krbV-%{version}.tar.gz
-
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: http://fedorahosted.org/python-krbV/
+Source: http://fedorahosted.org/python-krbV/attachment/wiki/Releases/python-krbV-%{version}.tar.bz2
 
 BuildRequires: python-devel
 BuildRequires: krb5-devel >= 1.2.2
 BuildRequires: /bin/awk
 
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
 %description
-python-krbV allows python programs to use Kerberos 5 authentication/security.
+python-krbV allows python programs to use Kerberos 5 authentication and security.
 
 %prep
 %setup -q
@@ -32,7 +32,7 @@ export CFLAGS="%{optflags} -Wextra"
 %install
 %{__rm} -rf %{buildroot}
 %makeinstall
-%{__rm} -f %{buildroot}/%{python_sitelib}/*.la
+%{__rm} -f %{buildroot}/%{python_sitearch}/*.la
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -40,9 +40,17 @@ export CFLAGS="%{optflags} -Wextra"
 %files
 %defattr(-,root,root,-)
 %doc README COPYING krbV-code-snippets.py
-%{python_sitelib}/krbVmodule.so
+%{python_sitearch}/krbVmodule.so
 
 %changelog
+* Tue May 18 2010 Mike Bonnet <mikeb at redhat.com> - 1.0.90-1
+- return the contents of the AP_REP message from rd_rep()
+- improved memory handling
+- removed use of KRB_PRIVATE
+
+* Mon Jan 18 2010 Mike Bonnet <mikeb at redhat.com> - 1.0.14-1
+- new release with better docstrings
+
 * Mon Dec 11 2006 Mike Bonnet <mikeb at redhat.com> - 1.0.13-5
 - remove obsolete python-abi Requires:
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-krbV/EL-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	13 Sep 2006 22:20:26 -0000	1.5
+++ sources	24 May 2010 21:11:44 -0000	1.6
@@ -1 +1 @@
-6faf75cd993c3d19b8ef7b6e8a66972b  python-krbV-1.0.13.tar.gz
+14208ade8e7de39392ed9c429a577a8b  python-krbV-1.0.90.tar.bz2



More information about the scm-commits mailing list