Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2014-05-13 20:42:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aegisub (Old)
 and      /work/SRC/openSUSE:Factory/.aegisub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aegisub"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2014-03-09 
18:21:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes     2014-05-13 
20:42:17.000000000 +0200
@@ -1,0 +2,16 @@
+Mon May 12 13:40:19 UTC 2014 - reddw...@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
+
+-------------------------------------------------------------------

Old:
----
  aegisub-3.1.2.tar.xz

New:
----
  aegisub-3.1.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aegisub.spec ++++++
--- /var/tmp/diff_new_pack.ku8Ojz/_old  2014-05-13 20:42:18.000000000 +0200
+++ /var/tmp/diff_new_pack.ku8Ojz/_new  2014-05-13 20:42:18.000000000 +0200
@@ -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 @@
 %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 @@
 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

++++++ aegisub-3.1.2.tar.xz -> aegisub-3.1.3.tar.xz ++++++
++++ 1240131 lines of diff (skipped)

++++++ aegisub-old_wc.patch ++++++
--- /var/tmp/diff_new_pack.ku8Ojz/_old  2014-05-13 20:42:21.000000000 +0200
+++ /var/tmp/diff_new_pack.ku8Ojz/_new  2014-05-13 20:42:21.000000000 +0200
@@ -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])

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to