diff --git a/aegisub-3.1.2.tar.xz b/aegisub-3.1.2.tar.xz deleted file mode 100644 index a4bd522..0000000 --- a/aegisub-3.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86 -size 4126244 diff --git a/aegisub-3.1.3.tar.xz b/aegisub-3.1.3.tar.xz new file mode 100644 index 0000000..e8ac669 --- /dev/null +++ b/aegisub-3.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58 +size 4215196 diff --git a/aegisub-old_wc.patch b/aegisub-old_wc.patch index 941cd76..c93a112 100644 --- a/aegisub-old_wc.patch +++ b/aegisub-old_wc.patch @@ -1,7 +1,5 @@ -Index: aegisub/configure.ac -=================================================================== ---- aegisub/configure.ac.orig -+++ aegisub/configure.ac +--- configure.ac ++++ configure.ac @@ -16,7 +16,7 @@ m4_define([libpulse_required_version], [ m4_define([lua_auto4_required_version], [5.1]) m4_define([pkgconfig_required_version], [0.20]) diff --git a/aegisub.changes b/aegisub.changes index 3a3f24f..e0809e9 100644 --- a/aegisub.changes +++ b/aegisub.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon May 12 13:40:19 UTC 2014 - reddwarf@opensuse.org + +- Update to 3.1.3 + * Return a rgba string for coloralpha lua controls (rather than just rgb) + * Update to moonscript 0.2.5 + * Fix memory leaks when automation errors occur + * Add an error check for trying to interact with an expired subtitles object rather than just crashing + * Fix a crash when deleting lines with audio open + * Sort the actor and effect dropdown lists (#1715) + * Fix crash on startup when the config file can't be written + * Fix some performance issues with very large selections + * Fix some cases where the taskbar progress indicator would get stuck at nearly complete + * Speed up passing subtitles to libass a bit + * Fontconfig reads installed fonts from the registry on Windows, adding support for fonts installed via font managers to the fonts collector + ------------------------------------------------------------------- Fri Mar 7 13:39:15 UTC 2014 - reddwarf@opensuse.org diff --git a/aegisub.spec b/aegisub.spec index 5e37f22..4b66d51 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -19,7 +19,7 @@ %bcond_with ffms2 Name: aegisub -Version: 3.1.2 +Version: 3.1.3 Release: 0 Summary: Subtitle editor License: BSD-3-Clause @@ -62,15 +62,12 @@ functions with ease. %prep %setup -q %patch0 -rm -r contrib docs deps -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 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/version.cpp %build -cd aegisub autoreconf -fi # Don't use --disable-update-checker because of http://blog.aegisub.org/2012/02/bit-of-statistics.html %configure --with-player-audio=PulseAudio \ @@ -79,13 +76,12 @@ autoreconf -fi make -j1 %install -cd aegisub %make_install %find_lang %{name}-31 -%files -f aegisub/%{name}-31.lang +%files -f %{name}-31.lang %defattr(0644, root, root, 0755) -%doc aegisub/LICENCE +%doc LICENCE %attr(0755,root,root) %{_bindir}/aegisub-3.1 %{_datadir}/aegisub/ %{_datadir}/applications/aegisub.desktop