[subtitleeditor] Update to 0.40.0Update to 0.40.0.

Martin Sourada mso at fedoraproject.org
Wed Mar 14 22:50:12 UTC 2012


commit 57e73866d16bbfa8ec6dba85626bafdc06e19f25
Author: Martin Sourada <mso at fedoraproject.org>
Date:   Wed Mar 14 23:49:11 2012 +0100

    Update to 0.40.0Update to 0.40.0.

 .gitignore          |    1 +
 sources             |    2 +-
 subtitleeditor.spec |   16 ++++++++++++----
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c026369..9bad288 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 subtitleeditor-0.37.1.tar.gz
 /subtitleeditor-0.39.0.tar.gz
+/subtitleeditor-0.40.0.tar.gz
diff --git a/sources b/sources
index a9827c0..f5f00fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17666e652edd27abfd3104a82385f6a8  subtitleeditor-0.39.0.tar.gz
+cb8a5dec7eeea8357ad5a9e977e5d5bd  subtitleeditor-0.40.0.tar.gz
diff --git a/subtitleeditor.spec b/subtitleeditor.spec
index 89a1d51..0ba86ce 100644
--- a/subtitleeditor.spec
+++ b/subtitleeditor.spec
@@ -1,11 +1,11 @@
 %define major 0
-%define minor 39
+%define minor 40
 %define maintenance 0
 %define branch_ver %{major}.%{minor}
 
 Name:           subtitleeditor
 Version:        %{major}.%{minor}.%{maintenance}
-Release:        4%{?dist}
+Release:        1%{?dist}
 Summary:        GTK+2 tool to edit subtitles for GNU/Linux/*BSD
 
 Group:          Applications/Multimedia
@@ -13,7 +13,7 @@ License:        GPLv3+
 URL:            http://home.gna.org/subtitleeditor/
 Source0:        http://download.gna.org/subtitleeditor/%{branch_ver}/%{name}-%{version}.tar.gz
 # Fix for build with GCC 4.6 (taking address of temporary)
-Patch0:         %{name}-0.39.0-temp-addr.patch
+#Patch0:         %{name}-0.39.0-temp-addr.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -44,7 +44,7 @@ to synchronize subtitles to voices.
 
 %prep
 %setup -q
-%patch0 -p1 -b .temp-addr
+#%patch0 -p1 -b .temp-addr
 
 %build
 %configure \
@@ -104,6 +104,14 @@ fi
 %{_libdir}/%{name}
 
 %changelog
+* Wed Mar 14 2012 Martin Sourada <mso at fedoraproject.org> - 0.40.0-1
+- Update to latest release.
+  * Lots of bugfixes.
+  * Adds ability to seek by frames.
+  * Adds default ASSS/SSA style in config file.
+  * Adds support for DLP Cinema Subtitle format.
+  * Adds 'recent files' for Video and Wave Frame.
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.39.0-4
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list