[pootle] Update to Pootle 2.1.1 Refresh fedora-settings patch

dwayne dwayne at fedoraproject.org
Sat Sep 4 06:29:33 UTC 2010


commit b0becb746e303d1033be35b57513ed2f2f0e4645
Author: Dwayne Bailey <dwayne at translate.org.za>
Date:   Sat Sep 4 08:28:33 2010 +0200

    Update to Pootle 2.1.1
    Refresh fedora-settings patch

 .gitignore                                         |    1 +
 ...s.patch => pootle-2.1.1-1-fedora-settings.patch |   12 ++++++------
 pootle.spec                                        |   20 +++++++++++++++++---
 sources                                            |    2 +-
 4 files changed, 25 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ead95e2..19b83cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Pootle-2.0.3.tar.bz2
 /Pootle-2.1.0.tar.bz2
+/Pootle-2.1.1.tar.bz2
diff --git a/pootle-2.1.0-1-fedora-settings.patch b/pootle-2.1.1-1-fedora-settings.patch
similarity index 68%
rename from pootle-2.1.0-1-fedora-settings.patch
rename to pootle-2.1.1-1-fedora-settings.patch
index 5270010..c893752 100644
--- a/pootle-2.1.0-1-fedora-settings.patch
+++ b/pootle-2.1.1-1-fedora-settings.patch
@@ -1,12 +1,12 @@
-diff -up Pootle-2.1.0/localsettings.py.fedora-settings Pootle-2.1.0/localsettings.py
---- Pootle-2.1.0/localsettings.py.fedora-settings	2010-08-13 15:40:55.000000000 +0200
-+++ Pootle-2.1.0/localsettings.py	2010-08-18 14:58:42.000000000 +0200
+diff -up Pootle-2.1.1/localsettings.py.fedora-settings Pootle-2.1.1/localsettings.py
+--- Pootle-2.1.1/localsettings.py.fedora-settings	2010-09-02 22:26:57.000000000 +0200
++++ Pootle-2.1.1/localsettings.py	2010-09-04 08:22:39.000000000 +0200
 @@ -69,10 +69,10 @@ PARSE_POOL_CULL_FREQUENCY = 4
  # By default we use Django's in memory cache which is only suitable
  # for small deployments. memcached is preferred. 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'
+-CACHE_BACKEND = 'db://pootlecache?max_entries=65536&cull_frequency=16'
++#CACHE_BACKEND = 'db://pootlecache?max_entries=65536&cull_frequency=16'
  
  # Uncomment to use memcached for caching
 -#CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
@@ -14,7 +14,7 @@ diff -up Pootle-2.1.0/localsettings.py.fedora-settings Pootle-2.1.0/localsetting
  
  # Using memcached to store sessions improves performance for anonymous
  # users. For more info, check
-@@ -82,7 +82,7 @@ CACHE_BACKEND = 'locmem:///?max_entries=
+@@ -82,7 +82,7 @@ CACHE_BACKEND = 'db://pootlecache?max_en
  #SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
  
  # Uncomment this if you're using memcached as CACHE_BACKEND and running under Django 1.1
diff --git a/pootle.spec b/pootle.spec
index bc2879a..4587fb6 100644
--- a/pootle.spec
+++ b/pootle.spec
@@ -3,8 +3,8 @@
 %global         fullname Pootle
 
 Name:           pootle
-Version:        2.1.0
-Release:        5%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -15,7 +15,7 @@ Source1:        pootle.conf
 Source2:        README.fedora
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:         pootle-2.1.0-1-fedora-settings.patch
+Patch0:         pootle-2.1.1-1-fedora-settings.patch
 
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -128,6 +128,20 @@ fi
 
 
 %changelog
+* Sat Sep 4 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.1-1
+- Update to 2.1.1
+   - Ability to migrate data between different database engines
+   - New translations: Slovenian, Songhai, Tamil and Faroese
+   - New Apertium API
+   - Better caching for imporove performance
+     - Save to disk only when there are new translations
+     - Cache exported ZIP archives and XLIFF files
+   - Fixed a bug where Pootle kept files open even when not needed.
+   - Better handling of invalid file types on upload
+   - Don't accept empty suggestions
+   - HTML registration emails
+- Refresh fedora-settings patch
+
 * Fri Sep 3 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.0-5
 - Set default rights for /var/lib/pootle
 
diff --git a/sources b/sources
index c478125..0885d0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d32bab6d3b6a4cb6351459feaf9de89d  Pootle-2.1.0.tar.bz2
+39907b8e54ad3b0643e5277ced3fa16b  Pootle-2.1.1.tar.bz2


More information about the scm-commits mailing list