Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2018-05-06 15:00:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quilt (Old)
 and      /work/SRC/openSUSE:Factory/.quilt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quilt"

Sun May  6 15:00:17 2018 rev:70 rq:603634 version:0.65

Changes:
--------
--- /work/SRC/openSUSE:Factory/quilt/quilt.changes      2017-10-02 
16:45:14.789829580 +0200
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2018-05-06 
15:00:18.843568160 +0200
@@ -1,0 +2,6 @@
+Thu May  3 08:53:20 CEST 2018 - [email protected]
+
+- quiltrc-support-all-patch-formats-by-default.patch: quiltrc:
+  Support all patch formats by default (bsc#1088281).
+
+-------------------------------------------------------------------

New:
----
  quiltrc-support-all-patch-formats-by-default.patch

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

Other differences:
------------------
++++++ quilt.spec ++++++
--- /var/tmp/diff_new_pack.CwAarh/_old  2018-05-06 15:00:20.291515020 +0200
+++ /var/tmp/diff_new_pack.CwAarh/_new  2018-05-06 15:00:20.295514873 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package quilt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,7 @@
 Patch5:         mail-fix-patch-set-threading.patch
 Patch6:         quilt-translations.patch
 Patch7:         perl-526.patch
+Patch8:         quiltrc-support-all-patch-formats-by-default.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %if 0%{?suse_version}
@@ -70,6 +71,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 # --with-rpmbuild=/usr/lib/rpm/rpmb:

++++++ quiltrc-support-all-patch-formats-by-default.patch ++++++
From: Jean Delvare <[email protected]>
Date: Thu, 3 May 2018 08:33:24 +0200
Subject: quiltrc: Support all patch formats by default
Git-commit: 6d2c0da841aeaaec60993441bf6899f1909f310d
Patch-mainline: yes
References: bsc#1088281

Passing --unified to patch by default prevents using other patch
formats. Out of curiosity, I checked if it helped with performance
but was not able to measure any improvement. So stop passing
--unified by default.

Signed-off-by: Jean Delvare <[email protected]>

diff --git a/quilt.quiltrc b/quilt.quiltrc
index 58f665e..f0ec21e 100644
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -3,10 +3,8 @@
 # Options passed to GNU diff when generating patches
 QUILT_DIFF_OPTS="--show-c-function"
 
-# Options passed to GNU patch when applying patches.
-# (For appling patches which are not in unified format, remove the 
"--unified".)
+# Options passed to GNU patch when applying patches
 #QUILT_PATCH_OPTS="--ignore-whitespace"
-QUILT_PATCH_OPTS="--unified"
 
 # Options passed to diffstat when generating patch statistics
 #QUILT_DIFFSTAT_OPTS="-f0"

Reply via email to