summarylogtreecommitdiffstats
path: root/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
diff options
context:
space:
mode:
authorBjörn Bidar2023-05-04 02:09:13 +0300
committerBjörn Bidar2023-05-04 02:09:13 +0300
commit6da354653735bf705517b9c77807dafd1a3e340e (patch)
tree68272868df1fcdc001c70af01db03dce3b172af7 /0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
parentb8c3d8a9a9120a479146004049b9ef2bfbc8f498 (diff)
downloadaur-6da354653735bf705517b9c77807dafd1a3e340e.tar.gz
Update to 1.1.2
- New upstream releae - Rebase sb2 patches Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
Diffstat (limited to '0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch')
-rw-r--r--0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch b/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
index 88640534e85c..79c7cce025c5 100644
--- a/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
+++ b/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
@@ -13,10 +13,10 @@ Subject: [PATCH] Support 'osc copyprj' in api by Islam Amer usage: osc copyprj
2 files changed, 80 insertions(+)
diff --git a/osc/commandline.py b/osc/commandline.py
-index f0c2b367dcc303b8a7f9727d99a0625166e6d764..55a52d949bf20639a7632ace574c6fd77c97adb4 100644
+index 522c26eadd0ffab5b7858f2dd9fe211b7d1de9b1..d7a6cc5d776b739a68f4c62fb15604795afba7f4 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -3908,6 +3908,58 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3898,6 +3898,58 @@ Please submit there instead, or use --nodevelproject to force direct submission.
delayed=not opts.no_delay,
print_to="stdout",
)
@@ -76,10 +76,10 @@ index f0c2b367dcc303b8a7f9727d99a0625166e6d764..55a52d949bf20639a7632ace574c6fd7
@cmdln.option('-m', '--message', metavar='TEXT',
help='specify message TEXT')
diff --git a/osc/core.py b/osc/core.py
-index aa7b36412107eaf716a65846ead0512f25cb9072..5b5f5c10c47d9bf56a290076bc752ff2bb1aea91 100644
+index 78cdb66d20d3b1bbfc3c4b2527465c2920dcf279..1eb1262150c0bb1e37814148eeae2436aa7e2484 100644
--- a/osc/core.py
+++ b/osc/core.py
-@@ -6152,6 +6152,34 @@ def copy_pac(
+@@ -6179,6 +6179,34 @@ def copy_pac(
raise oscerr.APIError('failed to copy: %s' % ', '.join(todo))
return 'Done.'