- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
4dff021a45
commit
30e92bb150
@@ -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
|
||||
|
Reference in New Issue
Block a user