forked from pool/aegisub
Accepting request 225114 from multimedia:apps
- 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 - disable parallel make - it takes too much memory and OBS swaps OBS-URL: https://build.opensuse.org/request/show/225114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aegisub?expand=0&rev=10
This commit is contained in:
commit
44fd73b1eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f8417488cf56b835ddaa36e64916a64eb030fbd79d96a7f8009eae803e897ac
|
||||
size 4104072
|
3
aegisub-3.1.2.tar.xz
Normal file
3
aegisub-3.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86
|
||||
size 4126244
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- disable parallel make - it takes too much memory and OBS swaps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 14:43:50 UTC 2014 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user