rpms/python-djblets/devel .cvsignore, 1.4, 1.5 python-djblets.spec, 1.6, 1.7 sources, 1.4, 1.5

Stephen Gallagher sgallagh at fedoraproject.org
Mon Apr 5 12:37:36 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/python-djblets/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21736

Modified Files:
	.cvsignore python-djblets.spec sources 
Log Message:
* Mon Apr 05 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.9-4
- Translated strings no longer break cache backends
- Performance improvements for djblets.datagrid
- Fix "stale settings" issue. No longer need to restart apache to
- see updated settings
- Use updated web API settings. No longer assume all API calls
- succeed




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-djblets/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	12 Mar 2010 13:19:12 -0000	1.4
+++ .cvsignore	5 Apr 2010 12:37:35 -0000	1.5
@@ -1 +1 @@
-Djblets-0.5.7.tar.gz
+Djblets-0.5.9.tar.gz


Index: python-djblets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-djblets/devel/python-djblets.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-djblets.spec	12 Mar 2010 20:33:51 -0000	1.6
+++ python-djblets.spec	5 Apr 2010 12:37:36 -0000	1.7
@@ -1,8 +1,11 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%endif
 
 Name:           python-djblets
-Version:        0.5.7
-Release:        3%{?dist}
+Version:        0.5.9
+Release:        4%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
 # Djblets is MIT licensed:
@@ -49,16 +52,22 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc NEWS
-%{python_sitelib}/*
+%{python_sitelib}/Djblets*.egg-info/
+%{python_sitelib}/djblets/
 
 %changelog
+* Mon Apr 05 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.9-4
+- Translated strings no longer break cache backends
+- Performance improvements for djblets.datagrid
+- Fix "stale settings" issue. No longer need to restart apache to
+- see updated settings
+- Use updated web API settings. No longer assume all API calls
+- succeed
+
 * Fri Mar 12 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.7-3
 - Correct required minimum Django version to 1.1.1
 
 * Fri Mar 12 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.7-2
-- Rebuild for ReviewBoard chain-build
-
-* Tue Feb 16 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.7-0
 - Update to latest upstream release
 - Contains new features required by ReviewBoard 1.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-djblets/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	12 Mar 2010 13:19:12 -0000	1.4
+++ sources	5 Apr 2010 12:37:36 -0000	1.5
@@ -1 +1 @@
-0938cdca5906d032b9be3ccaf8d0b701  Djblets-0.5.7.tar.gz
+389476bf51066392d769837ddb3068ef  Djblets-0.5.9.tar.gz



More information about the scm-commits mailing list