packages: pootle/iso-codes-message.patch, pootle/pootle.spec, pootle/settin...

glen glen at pld-linux.org
Mon Sep 13 16:18:18 CEST 2010


Author: glen                         Date: Mon Sep 13 14:18:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update to 2.1.1

---- Files affected:
packages/pootle:
   iso-codes-message.patch (1.1 -> 1.2) , pootle.spec (1.13 -> 1.14) , settings.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/pootle/iso-codes-message.patch
diff -u packages/pootle/iso-codes-message.patch:1.1 packages/pootle/iso-codes-message.patch:1.2
--- packages/pootle/iso-codes-message.patch:1.1	Wed Jun  9 20:38:20 2010
+++ packages/pootle/iso-codes-message.patch	Mon Sep 13 16:18:13 2010
@@ -1,11 +1,11 @@
---- Pootle-2.0.4/local_apps/pootle_app/views/admin/adminpages.py~	2009-11-24 15:19:43.000000000 +0200
-+++ Pootle-2.0.4/local_apps/pootle_app/views/admin/adminpages.py	2010-06-09 21:36:27.825828157 +0300
-@@ -72,7 +72,7 @@
+--- Pootle-2.1.0/local_apps/pootle_app/views/admin/dashboard.py~	2010-08-16 19:18:09.000000000 +0300
++++ Pootle-2.1.0/local_apps/pootle_app/views/admin/dashboard.py	2010-08-23 14:43:50.214344936 +0300
+@@ -80,7 +80,7 @@
  
      if not depcheck.test_iso_codes():
          optional.append({'dependency': 'iso-codes',
 -                           'text': _("Can't find the ISO codes package. Pootle uses ISO codes to translate language names.")})
 +                           'text': _("Can't find languages from ISO codes package. Be sure that languages configured are actually installed in iso-codes package. Pootle uses ISO codes to translate language names.")})
  
-     if not depcheck.test_lxml():
-         optional.append({'dependency': 'lxml',
+     if not depcheck.test_gaupol():
+         optional.append({'dependency': 'gaupol',

================================================================
Index: packages/pootle/pootle.spec
diff -u packages/pootle/pootle.spec:1.13 packages/pootle/pootle.spec:1.14
--- packages/pootle/pootle.spec:1.13	Mon Jul 12 12:35:23 2010
+++ packages/pootle/pootle.spec	Mon Sep 13 16:18:13 2010
@@ -4,13 +4,13 @@
 %define		fullname Pootle
 Summary:	Localization and translation management web application
 Name:		pootle
-Version:	2.0.5
-Release:	2
+Version:	2.1.1
+Release:	1
 License:	GPL v2+
 Group:		Development/Tools
 URL:		http://translate.sourceforge.net/wiki/pootle/index
 Source0:	http://downloads.sourceforge.net/project/translate/%{fullname}/%{version}/%{fullname}-%{version}.tar.bz2
-# Source0-md5:	03d390300d1514111e7ea97fb6f5015d
+# Source0-md5:	3ff7db20e629c1abfb6c6d05621cb21f
 Source1:	apache.conf
 Patch0:		settings.patch
 Patch1:		paths.patch
@@ -26,9 +26,10 @@
 Requires:	iso-codes
 Requires:	python-Levenshtein
 Requires:	python-django >= 1.0
+Requires:	python-django-south
 Requires:	python-djblets
 Requires:	python-lxml
-Requires:	translate-toolkit >= 1.5.1
+Requires:	translate-toolkit >= 1.8.0
 Requires:	zip
 Suggests:	memcached
 Suggests:	python(sqlite)
@@ -131,7 +132,7 @@
 		fi
 	done
 }
-scan_mo $RPM_BUILD_ROOT%{_sharedstatedir}/pootle/po/{pootle,terminology}/* >> %{name}.lang
+scan_mo $RPM_BUILD_ROOT%{_sharedstatedir}/pootle/po/{pootle,terminology,tutorial}/* >> %{name}.lang
 
 # don't clobber user $PATH
 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/PootleServer
@@ -173,12 +174,19 @@
 %{_datadir}/pootle/templates
 %dir %{_datadir}/pootle/mo
 
+%{py_sitescriptdir}/contact_form_i18n
 %{py_sitescriptdir}/pootle
 %{py_sitescriptdir}/pootle_app
 %{py_sitescriptdir}/pootle_autonotices
+%{py_sitescriptdir}/pootle_language
 %{py_sitescriptdir}/pootle_misc
 %{py_sitescriptdir}/pootle_notifications
+%{py_sitescriptdir}/pootle_profile
+%{py_sitescriptdir}/pootle_project
+%{py_sitescriptdir}/pootle_statistics
 %{py_sitescriptdir}/pootle_store
+%{py_sitescriptdir}/pootle_terminology
+%{py_sitescriptdir}/pootle_translationproject
 %{py_sitescriptdir}/profiles
 %{py_sitescriptdir}/registration
 %if "%{py_ver}" > "2.4"
@@ -197,8 +205,6 @@
 %dir %attr(770,root,http) %{_sharedstatedir}/pootle/po/pootle
 %dir %attr(770,root,http) %{_sharedstatedir}/pootle/po/terminology
 %dir %attr(770,root,http) %{_sharedstatedir}/pootle/po/tutorial
-%dir %attr(770,root,http) %{_sharedstatedir}/pootle/po/tutorial/templates
-%attr(660,root,http) %{_sharedstatedir}/pootle/po/tutorial/templates/tutorial.pot
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -206,6 +212,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2010/09/13 14:18:13  glen
+- update to 2.1.1
+
 Revision 1.13  2010/07/12 10:35:23  glen
 - do not overwrite bundled translations on upgrade
 

================================================================
Index: packages/pootle/settings.patch
diff -u packages/pootle/settings.patch:1.1 packages/pootle/settings.patch:1.2
--- packages/pootle/settings.patch:1.1	Mon May 10 18:52:32 2010
+++ packages/pootle/settings.patch	Mon Sep 13 16:18:13 2010
@@ -1,19 +1,5 @@
-diff -up Pootle-2.0.0-rc2/localsettings.py.fedora-settings Pootle-2.0.0-rc2/localsettings.py
 --- Pootle-2.0.0-rc2/localsettings.py.fedora-settings	2009-11-25 13:27:26.000000000 +0200
 +++ Pootle-2.0.0-rc2/localsettings.py	2009-11-27 16:02:58.000000000 +0200
-@@ -56,10 +56,10 @@ PARSE_POOL_CULL_FREQUENCY = 4
- # By default we use Django's in memory cache which is only suitable
- # for small deployments. memcached is prefered. For more info, check
- # http://docs.djangoproject.com/en/dev/topics/cache/#setting-up-the-cache
--CACHE_BACKEND = 'locmem:///?max_entries=4096&cull_frequency=5'
-+#CACHE_BACKEND = 'locmem:///?max_entries=4096&cull_frequency=5'
- 
- # Uncomment to use memcached for caching
--#CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
-+CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
- 
- # Using memcached to store sessions improves performance for anonymous
- # users. For more info, check
 @@ -69,7 +69,7 @@ CACHE_BACKEND = 'locmem:///?max_entries=
  #SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pootle/iso-codes-message.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pootle/pootle.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pootle/settings.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list