diff --git a/scribus.changes b/scribus.changes index f06ae60..9f12c73 100644 --- a/scribus.changes +++ b/scribus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 16 00:00:00 CET 2011 - mrdocs@opensuse.org + +- disable parallel build by removing %jobs macro, it caused OOMs + during build. + ------------------------------------------------------------------- Mon Dec 27 17:20:00 CET 2010 - dmueller@suse.de @@ -6,7 +12,7 @@ Mon Dec 27 17:20:00 CET 2010 - dmueller@suse.de ------------------------------------------------------------------- Tue Dec 14 10:08:30 UTC 2010 - mrdocs@opensuse.org --spec file clean-ups from darix and remove all non-Suse related bits +- spec file clean-ups from darix and remove all non-Suse related bits ------------------------------------------------------------------- Thu Dec 9 20:22:40 UTC 2010 - mrdocs@opensuse.org @@ -17,8 +23,8 @@ Thu Dec 9 20:22:40 UTC 2010 - mrdocs@opensuse.org ------------------------------------------------------------------- Thu Mar 25 23:12:01 UTC 2010 - mrdocs@opensuse.org --update to 1.3.3.14 --drop the implicit patch as its now upstream +- update to 1.3.3.14 +- drop the implicit patch as its now upstream ------------------------------------------------------------------- Fri Jul 31 10:25:33 CEST 2009 - coolo@novell.com diff --git a/scribus.spec b/scribus.spec index 05d09da..637bd88 100644 --- a/scribus.spec +++ b/scribus.spec @@ -1,7 +1,7 @@ # -# spec file for package scribus (Version 1.3.9) +# spec file for package scribus # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ Name: scribus Version: 1.3.9 -Release: 2 +Release: 0 License: GPL Summary: Open Source Page Layout and Desktop Publishing (DTP) Url: http://www.scribus.net/ @@ -100,7 +100,7 @@ cmake \ -DCMAKE_SKIP_RPATH=TRUE \ ../ -make %{?jobs:-j %jobs} +make %install