[virtaal] Update to 0.7.1 beta1 Updated translations, including Faroese and Portuguese Support for Drag and Dr

dwayne dwayne at fedoraproject.org
Fri Jul 22 11:51:32 UTC 2011


commit 470d54bfe2f05a88930805d839103a93c9a6ea4b
Author: Dwayne Bailey <dwayne at translate.org.za>
Date:   Fri Jul 22 13:50:49 2011 +0200

    Update to 0.7.1 beta1
    Updated translations, including Faroese and Portuguese
    Support for Drag and Drop into the Virtaal window (bug 1955)
    Search highlighting sometimes incorrect (bug 1944)
    Some improvements towards fixing bug 1789 (also search highlighting)
    Small performance improvements, especially in search.
    Better XML tags test (bug 1971)
    Corrected plural form for Scottish Gaelic
    Update patch: setup_drop_MO_generation

 .gitignore   |    1 +
 sources      |    2 +-
 virtaal.spec |   29 ++++++++++++++++++++---------
 3 files changed, 22 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e8eaad..b305bd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ virtaal-0.6.1.tar.bz2
 /virtaal-0.7.0-rc1.tar.bz2
 /virtaal-0.7.0-rc2.tar.bz2
 /virtaal-0.7.0.tar.bz2
+/virtaal-0.7.1-beta1.tar.bz2
diff --git a/sources b/sources
index 633f39c..eb623cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f1da3f8677b1c70b30564c889fd62652  virtaal-0.7.0.tar.bz2
+c7b5085b40fe9a411d89b03c81fc556e  virtaal-0.7.1-beta1.tar.bz2
diff --git a/virtaal.spec b/virtaal.spec
index debd937..c4e1b51 100644
--- a/virtaal.spec
+++ b/virtaal.spec
@@ -1,23 +1,23 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global         subrelease rc2
+%global         subrelease beta1
 
 Name:           virtaal
-Version:        0.7.0
-Release:        1%{?dist}
-#Release:        0.9.%{subrelease}%{?dist}
+Version:        0.7.1
+#Release:        1%{?dist}
+Release:        0.1.%{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.5.0-setup_drop_MO_generation.patch
+Patch0:         virtaal-0.7.1-setup_drop_MO_generation.patch
 Patch1:         virtaal-0.3.0-autocorr_shared_location.patch
 Patch2:         virtaal-0.7.0-packaged.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,17 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 22 2011 Dwayne Bailey <dwayne at translate.org.za> - 0.7.1-0.1.beta1
+- Update to 0.7.1 beta1
+   - Updated translations, including Faroese and Portuguese
+   - Support for Drag and Drop into the Virtaal window (bug 1955)
+   - Search highlighting sometimes incorrect (bug 1944)
+   - Some improvements towards fixing bug 1789 (also search highlighting)
+   - Small performance improvements, especially in search.
+   - Better XML tags test (bug 1971)
+   - Corrected plural form for Scottish Gaelic
+- Update patch: setup_drop_MO_generation
+
 * Fri Jun 3 2011 Dwayne Bailey <dwayne at translate.org.za> - 0.7.0-1
 - Update to 0.7.0 final
 - Patches: remove no_depcheck, no_profiling. Add packaged


More information about the scm-commits mailing list