From 0204532bd5ff2d7f55bd3fc1cc9d06be172eb662ef1b41b9e2a31ee18c1ec04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Mon, 23 Apr 2012 09:08:24 +0000 Subject: [PATCH] Fix arg type in tilde patch OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=198 --- python3-rpm.spec | 1 - rpm-python.spec | 1 - rpm.spec | 1 - tilde.diff | 4 ++-- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/python3-rpm.spec b/python3-rpm.spec index 5b826aa..25367fd 100644 --- a/python3-rpm.spec +++ b/python3-rpm.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: python3-rpm Version: 4.9.1.2 Release: 0 diff --git a/rpm-python.spec b/rpm-python.spec index 5af67c9..51eb559 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: rpm-python Version: 4.9.1.2 Release: 0 diff --git a/rpm.spec b/rpm.spec index 638b3b4..8c594f2 100644 --- a/rpm.spec +++ b/rpm.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: rpm BuildRequires: binutils BuildRequires: bzip2 diff --git a/tilde.diff b/tilde.diff index 54a0967..771eca7 100644 --- a/tilde.diff +++ b/tilde.diff @@ -6,7 +6,7 @@ +/** + */ -+static int depContainsTilde(Header *h, rpmTagVal tagEVR) ++static int depContainsTilde(Header h, rpmTagVal tagEVR) +{ + struct rpmtd_s evrs; + const char *evr = NULL; @@ -32,7 +32,7 @@ + 0 +}; + -+static int haveTildeDep(Header *h) ++static int haveTildeDep(Header h) +{ + int i; +