From c710c71ce69d2e71b1ca8ddeb6c8a3ed984a53b237cd7c41154f6da931a7d7e6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 6 Mar 2014 09:34:51 +0000 Subject: [PATCH 1/2] Accepting request 224668 from home:coolo:branches:openSUSE:Factory - disable parallel make - it takes too much memory and OBS swaps OBS-URL: https://build.opensuse.org/request/show/224668 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=14 --- aegisub.changes | 5 +++++ aegisub.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aegisub.changes b/aegisub.changes index 59970b1..f943ff8 100644 --- a/aegisub.changes +++ b/aegisub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 4 18:51:25 UTC 2014 - coolo@suse.com + +- disable parallel make - it takes too much memory and OBS swaps + ------------------------------------------------------------------- Thu Jan 23 14:43:50 UTC 2014 - reddwarf@opensuse.org diff --git a/aegisub.spec b/aegisub.spec index cf055cb..8f799b1 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -75,7 +75,8 @@ 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 \ --without-oss -make %{?_smp_mflags} +# parallel make takes too much memory +make -j1 %install cd aegisub From e7c0c1c8b707a8e72101106d31081722b1ca8436532dad7fbcb0b42ef0167de1 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Fri, 7 Mar 2014 13:40:40 +0000 Subject: [PATCH 2/2] - Update to 3.1.2 * Make subs.deleterange(start, end) not do totally incorrect things * Fix some cases where the row to extend shift-click selections in the grid was not updated correctly * Fix assertion failure when built with boost 1.52 * New/updated translations OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=15 --- aegisub-3.1.1.tar.xz | 3 --- aegisub-3.1.2.tar.xz | 3 +++ aegisub.changes | 9 +++++++++ aegisub.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 aegisub-3.1.1.tar.xz create mode 100644 aegisub-3.1.2.tar.xz diff --git a/aegisub-3.1.1.tar.xz b/aegisub-3.1.1.tar.xz deleted file mode 100644 index 88a5c5e..0000000 --- a/aegisub-3.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f8417488cf56b835ddaa36e64916a64eb030fbd79d96a7f8009eae803e897ac -size 4104072 diff --git a/aegisub-3.1.2.tar.xz b/aegisub-3.1.2.tar.xz new file mode 100644 index 0000000..a4bd522 --- /dev/null +++ b/aegisub-3.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86 +size 4126244 diff --git a/aegisub.changes b/aegisub.changes index f943ff8..3a3f24f 100644 --- a/aegisub.changes +++ b/aegisub.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 7 13:39:15 UTC 2014 - reddwarf@opensuse.org + +- Update to 3.1.2 + * Make subs.deleterange(start, end) not do totally incorrect things + * Fix some cases where the row to extend shift-click selections in the grid was not updated correctly + * Fix assertion failure when built with boost 1.52 + * New/updated translations + ------------------------------------------------------------------- Tue Mar 4 18:51:25 UTC 2014 - coolo@suse.com diff --git a/aegisub.spec b/aegisub.spec index 8f799b1..5e37f22 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -19,7 +19,7 @@ %bcond_with ffms2 Name: aegisub -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: Subtitle editor License: BSD-3-Clause