[packages/weblate] weblate 2.8 (tests tarball not available)

glen glen at pld-linux.org
Tue Sep 6 08:03:15 CEST 2016


commit a4dca9acd70ad2131bb0428625ac9ddcc9276b90
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Sep 6 08:59:46 2016 +0300

    weblate 2.8 (tests tarball not available)
    
    Released on Aug 31st 2016.
    
    - Documentation improvements.
    - Translations.
    - Updated bundled javascript libraries.
    - Added list_translators management command.
    - Django 1.8 is no longer supported.
    - Fixed compatibility with Django 1.10.
    - Added Subversion support.
    - Separated XML validity check from XML mismatched tags.
    - Fixed API to honor HIDE_REPO_CREDENTIALS settings.
    - Show source change in zen mode.
    - Alt+PageUp/PageDown/Home/End now works in zen mode as well.
    - Add tooltip showing exact time of changes.
    - Add option to select filters and search from translation page.
    - Added UI for translation removal.
    - Improved behavior when inserting placeables.
    - Fixed auto locking issues in zen mode.

 weblate.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/weblate.spec b/weblate.spec
index b514466..5fbb604 100644
--- a/weblate.spec
+++ b/weblate.spec
@@ -5,14 +5,16 @@
 
 Summary:	Web-based translation tool
 Name:		weblate
-Version:	2.7
+Version:	2.8
 Release:	0.1
 License:	GPL v3.0+
 Group:		Applications/WWW
 Source0:	http://dl.cihar.com/weblate/Weblate-%{version}.tar.xz
-# Source0-md5:	03a94a59a940a5106469cf6501b9a886
+# Source0-md5:	246c4adfcdcd256436978ddd9f9f603f
+%if %{with tests}
 Source1:	http://dl.cihar.com/weblate/Weblate-test-%{version}.tar.xz
 # Source1-md5:	d3ae337b1808e7cd2c8a8ba53caa4ab1
+%endif
 URL:		https://weblate.org/
 %if %{with doc}
 BuildRequires:	fonts-TTF-bitstream-vera
@@ -91,8 +93,10 @@ Group:		Documentation
 Documentation for Weblate.
 
 %prep
-%setup -q -n Weblate-%{version} -a1
+%setup -q -n Weblate-%{version} %{?with_tests:-a1}
+%if %{with tests}
 mv Weblate-test-%{version} data-test
+%endif
 
 # Copy example settings
 cp -p weblate/settings_example.py weblate/settings.py
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/weblate.git/commitdiff/a800f0ded9bbb16c9195bb4507e31bc61b78192a



More information about the pld-cvs-commit mailing list