[oe-commits] Robert Yang : build-compare: update Rename-rpm-check.sh-to-pkg-diff.sh.patch

git at git.openembedded.org git at git.openembedded.org
Fri Feb 20 18:17:43 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 40d35e6f3a5ae114d8ad839f5bb1cfb200494565
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=40d35e6f3a5ae114d8ad839f5bb1cfb200494565

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Thu Feb 19 21:57:18 2015 -0800

build-compare: update Rename-rpm-check.sh-to-pkg-diff.sh.patch

The patch can't be applied by "git am -3" with newer version of git
(such as 2.0.1), and can't be applied by "git am/apply" with any
version, now fix it

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../files/Rename-rpm-check.sh-to-pkg-diff.sh.patch | 37 ++++++++++++----------
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch b/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch
index 3e1e679..cff3a9e 100644
--- a/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch
+++ b/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch
@@ -1,6 +1,6 @@
-From f5db896b7f49b56dad0d51c9bdb3d4c9525edab2 Mon Sep 17 00:00:00 2001
-From: Randy Witt <randy.e.witt at linux.intel.com>
-Date: Mon, 5 Jan 2015 15:58:35 -0800
+From 4de3df5a1b361cd09a081f0e0bdb94cbf684ed48 Mon Sep 17 00:00:00 2001
+From: Robert Yang <liezhi.yang at windriver.com>
+Date: Thu, 19 Feb 2015 00:34:47 -0800
 Subject: [PATCH] Rename rpm-check.sh to pkg-diff.sh.
 
 The tool now accepts package input other than rpm, so change the name
@@ -9,13 +9,17 @@ which could be misleading.
 Upstream-Status: Submitted [https://github.com/openSUSE/build-compare/pulls]
 
 Signed-off-by: Randy Witt <randy.e.witt at linux.intel.com>
+
+Updated for rpm-check.sh.
+
+Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
 ---
- build-compare.spec   |   2 +-
- pkg-diff.sh          | 765 +++++++++++++++++++++++++++++++++++++++++++++++++++
- rpm-check.sh         | 765 ---------------------------------------------------
- same-build-result.sh |   4 +-
- 4 files changed, 768 insertions(+), 768 deletions(-)
- create mode 100755 pkg-diff.sh
+ build-compare.spec   |    2 +-
+ pkg-diff.sh          |  765 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ rpm-check.sh         |  764 -------------------------------------------------
+ same-build-result.sh |    4 +-
+ 4 files changed, 768 insertions(+), 767 deletions(-)
+ create mode 100644 pkg-diff.sh
  delete mode 100755 rpm-check.sh
 
 diff --git a/build-compare.spec b/build-compare.spec
@@ -32,7 +36,7 @@ index 14a97e9..5f47ca1 100644
  Source5:        srpm-check.sh
  BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 diff --git a/pkg-diff.sh b/pkg-diff.sh
-new file mode 100755
+new file mode 100644
 index 0000000..56035c1
 --- /dev/null
 +++ b/pkg-diff.sh
@@ -804,10 +808,10 @@ index 0000000..56035c1
 +# vim: tw=666 ts=2 et
 diff --git a/rpm-check.sh b/rpm-check.sh
 deleted file mode 100755
-index 56035c1..0000000
+index dd47642..0000000
 --- a/rpm-check.sh
 +++ /dev/null
-@@ -1,765 +0,0 @@
+@@ -1,764 +0,0 @@
 -#! /bin/bash
 -#
 -# Copyright (c) 2009, 2010, 2011, 2012 SUSE Linux Product GmbH, Germany.
@@ -1400,10 +1404,9 @@ index 56035c1..0000000
 -    *.ps)
 -      for f in "old/$file" "new/$file"; do
 -        sed -i -e '
--          /^%%CreationDate:[[:blank:]]/d
--          /^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d
--          /^%DVIPSSource:[[:blank:]]/d
--        ' "$f"
+-	/^%%CreationDate:[[:blank:]]/d
+-	/^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d
+-	' "$f"
 -      done
 -    ;;
 -    *pdf)
@@ -1592,5 +1595,5 @@ index c8907e2..7e9bd4f 100644
  
  check_all=1
 -- 
-1.9.3
+1.7.9.5
 



More information about the Openembedded-commits mailing list