[virtaal/f16] New and updated translations Support for Drag and Drop into the Virtaal window (bug 1955) Improvemen

dwayne dwayne at fedoraproject.org
Mon Jan 9 16:39:08 UTC 2012


commit b24eed5a6e0628cf738343a8e65e22a04b0e9d34
Author: Dwayne Bailey <dwayne at translate.org.za>
Date:   Mon Jan 9 18:38:34 2012 +0200

    New and updated translations
    Support for Drag and Drop into the Virtaal window (bug 1955)
    Improvements to the Moses machine translation plugin
    Search highlighting sometimes incorrect (bug 1944)
    Some improvements towards fixing bug 1789 (also search highlighting)
    Some performance improvements (search and startup time)
    Reduced memory use in long sessions
    Support for non-ASCII installation paths
    Support for non-ASCII usernames (bug 2000) [reported by Zbyněk Schwarz]

 .gitignore   |    1 +
 sources      |    2 +-
 virtaal.spec |   26 +++++++++++++++++++-------
 3 files changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f15a61..f91a465 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ virtaal-0.6.1.tar.bz2
 /virtaal-0.7.0.tar.bz2
 /virtaal-0.7.1-beta1.tar.bz2
 /virtaal-0.7.1-rc1.tar.bz2
+/virtaal-0.7.1.tar.bz2
diff --git a/sources b/sources
index 93fd1c0..8c735ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b653bc9ef9176320ed666f5e63d87538  virtaal-0.7.1-rc1.tar.bz2
+e931c5b477da4bb44e00c24c2247a1ad  virtaal-0.7.1.tar.bz2
diff --git a/virtaal.spec b/virtaal.spec
index ff34a51..f7366cf 100644
--- a/virtaal.spec
+++ b/virtaal.spec
@@ -1,20 +1,20 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global         subrelease rc1
+#%global         subrelease rc1
 
 Name:           virtaal
 Version:        0.7.1
-#Release:        1%{?dist}
-Release:        0.4.%{subrelease}%{?dist}
+Release:        1%{?dist}
+#Release:        0.4.%{subrelease}%{?dist}
 Summary:        Localization and translation editor
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://translate.sourceforge.net/wiki/virtaal/index
 # Final releases are found at this URL
-#Source0:        http://sourceforge.net/projects/translate/files/Virtaal/%{version}/%{name}-%{version}.tar.bz2
+Source0:        http://sourceforge.net/projects/translate/files/Virtaal/%{version}/%{name}-%{version}.tar.bz2
 # Snapshot releases are found at this URL
-Source0:        http://translate.sourceforge.net/snapshots/%{name}-%{version}-%{subrelease}/%{name}-%{version}-%{subrelease}.tar.bz2
+#Source0:        http://translate.sourceforge.net/snapshots/%{name}-%{version}-%{subrelease}/%{name}-%{version}-%{subrelease}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0:         virtaal-0.7.1-setup_drop_MO_generation.patch
@@ -84,9 +84,9 @@ DTD files, subtitles, and other formats.
 
 %prep
 # Final release setup
-#%setup -q
+%setup -q
 # Snapshot setup
-%setup -q -n %{name}-%{version}-%{subrelease}
+#%setup -q -n %{name}-%{version}-%{subrelease}
 %patch0 -p1 -b .setup_drop_MO_generation
 %patch1 -p1 -b .autocorr_shared_location
 %patch2 -p1 -b .packaged
@@ -178,6 +178,18 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 9 2012 Dwayne Bailey <dwayne at translate.org.za> - 0.7.1
+* Update to 0.7.1 final
+    - New and updated translations
+    - Support for Drag and Drop into the Virtaal window (bug 1955)
+    - Improvements to the Moses machine translation plugin
+    - Search highlighting sometimes incorrect (bug 1944)
+    - Some improvements towards fixing bug 1789 (also search highlighting)
+    - Some performance improvements (search and startup time)
+    - Reduced memory use in long sessions
+    - Support for non-ASCII installation paths
+    - Support for non-ASCII usernames (bug 2000) [reported by Zbyněk Schwarz] 
+
 * Sat Oct 1 2011 Dwayne Bailey <dwayne at translate.org.za> - 0.7.1-0.4.rc1
 - Use official 0.7.1 rc1 tarball
 - Patch: drop Greek


More information about the scm-commits mailing list