From 30e92bb150e5216f96927a88475865ef2c4bf97ade1328e327359dbbdc44081a Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Mon, 1 Jul 2013 20:57:00 +0000 Subject: [PATCH] - Update to 3.0.3 * Fix crash when playing audio before time 0 * Round syllable durations to centiseconds when splitting syllables * Save the horizontal zoom correctly * Fix bug where FloatEdit controls would sometimes not report the selected value * Actually select the correct things in the Select Overlaps macro * Give temporary files proper extensions to make it easier to open them when something goes wrong * Show an error message when writing a file fails * Fix reading subtitles from Matroska * Fix a case where unicode characters would result in inconsistent and baffling errors when loading Lua scripts * Fix loading non-ascii actor names from plain-text files * Obey the option for setting the number of recently opened subtitle files to remember * Use Lua 5.1 when both it and 5.2 are available * Commit pending audio changes on Enter in the edit box * Add Dutch translation * Update Finnish translation * Update Arabic translation * Fix some cases where the detached video dialog would get set to bogus sizes * Add .m4v to the list of video file extensions * Fix loading y4m files * Release mouse capture from the visual tools when the zoom is changed OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=8 --- aegisub-3.0.2.tar.xz | 3 --- aegisub-3.0.3.tar.xz | 3 +++ aegisub.changes | 25 +++++++++++++++++++++++++ aegisub.spec | 5 +++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 aegisub-3.0.2.tar.xz create mode 100644 aegisub-3.0.3.tar.xz diff --git a/aegisub-3.0.2.tar.xz b/aegisub-3.0.2.tar.xz deleted file mode 100644 index 17e5d5b..0000000 --- a/aegisub-3.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39 -size 4146088 diff --git a/aegisub-3.0.3.tar.xz b/aegisub-3.0.3.tar.xz new file mode 100644 index 0000000..5bfc00b --- /dev/null +++ b/aegisub-3.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc +size 4154764 diff --git a/aegisub.changes b/aegisub.changes index bbad1a2..99439fa 100644 --- a/aegisub.changes +++ b/aegisub.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 1 19:39:17 UTC 2013 - reddwarf@opensuse.org + +- Update to 3.0.3 + * Fix crash when playing audio before time 0 + * Round syllable durations to centiseconds when splitting syllables + * Save the horizontal zoom correctly + * Fix bug where FloatEdit controls would sometimes not report the selected value + * Actually select the correct things in the Select Overlaps macro + * Give temporary files proper extensions to make it easier to open them when something goes wrong + * Show an error message when writing a file fails + * Fix reading subtitles from Matroska + * Fix a case where unicode characters would result in inconsistent and baffling errors when loading Lua scripts + * Fix loading non-ascii actor names from plain-text files + * Obey the option for setting the number of recently opened subtitle files to remember + * Use Lua 5.1 when both it and 5.2 are available + * Commit pending audio changes on Enter in the edit box + * Add Dutch translation + * Update Finnish translation + * Update Arabic translation + * Fix some cases where the detached video dialog would get set to bogus sizes + * Add .m4v to the list of video file extensions + * Fix loading y4m files + * Release mouse capture from the visual tools when the zoom is changed + ------------------------------------------------------------------- Tue Oct 23 16:07:15 UTC 2012 - reddwarf@opensuse.org diff --git a/aegisub.spec b/aegisub.spec index 13fb71a..3d7f18b 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -1,7 +1,7 @@ # # spec file for package aegisub # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %bcond_with ffms2 Name: aegisub -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Subtitle editor License: BSD-3-Clause @@ -56,6 +56,7 @@ functions with ease. %prep %setup -q -n aegisub +rm -r contrib docs cd aegisub FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp