rpms/python-krbV/EL-6 .cvsignore, 1.3, 1.4 python-krbV.spec, 1.12, 1.13 sources, 1.5, 1.6

Dennis Gilmore ausil at fedoraproject.org
Thu Jul 1 16:53:58 UTC 2010


Author: ausil

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

Modified Files:
	.cvsignore python-krbV.spec sources 
Log Message:
sync from rawhide



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-krbV/EL-6/.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	1 Jul 2010 16:53:58 -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-6/python-krbV.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-krbV.spec	26 Jul 2009 20:32:16 -0000	1.12
+++ python-krbV.spec	1 Jul 2010 16:53:58 -0000	1.13
@@ -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: 10%{?dist}
+Version: 1.0.90
+Release: 1%{?dist}
 Summary: Python extension module for Kerberos 5
 
 Group: Development/Languages
-License: LGPLv2
+License: LGPLv2+
 
-URL: http://people.redhat.com/mikeb/python-krbV
-Source: http://people.redhat.com/mikeb/python-krbV/python-krbV-%{version}.tar.gz
-
-Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+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
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.13-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-krbV/EL-6/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	1 Jul 2010 16:53:58 -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