From 2b2b42ab1d562e7b2e39c771945071d9f59806142d0b11b1232f8f67d1979343 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 11 Feb 2010 18:19:53 +0000 Subject: [PATCH] Accepting request 32321 from devel:tools:scm Copy from devel:tools:scm/quilt based on submit request 32321 from user coolo OBS-URL: https://build.opensuse.org/request/show/32321 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=27 --- quilt.changes | 5 +++++ quilt.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/quilt.changes b/quilt.changes index 58548b7..5d2e33d 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 8 00:34:00 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Fri Nov 27 13:56:32 CET 2009 - jdelvare@suse.de diff --git a/quilt.spec b/quilt.spec index 2ddb569..b205b72 100644 --- a/quilt.spec +++ b/quilt.spec @@ -1,7 +1,7 @@ # # spec file for package quilt (Version 0.48) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Summary: A Tool for Working with Many Patches License: GPLv2+ Group: Productivity/Text/Utilities Version: 0.48 -Release: 4 +Release: 5 Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat file %if %{suse_version} > 910 Recommends: procmail @@ -79,7 +79,7 @@ CFLAGS="$RPM_OPT_FLAGS" \ --with-patch-wrapper \ --with-patch=/usr/bin/patch \ --with-rpmbuild=/usr/lib/rpm/rpmb -make BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release +make %{?jobs:-j%jobs} BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release %check make check