The package rpms/rust-duct_sh.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-duct_sh.git/commit/?id=6f3cc7c….
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 6f3cc7c78a6040cead3dbc8aef7601adb434805e
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Wed May 3 00:36:29 2023 +0200
Update to version 0.13.6
diff --git a/.gitignore b/.gitignore
index 0bd0676..67b835f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/duct_sh-0.13.5.crate
+/duct_sh-0.13.6.crate
diff --git a/0001-add-a-LICENSE-file.patch b/0001-add-a-LICENSE-file.patch
deleted file mode 100644
index 99621ef..0000000
--- a/0001-add-a-LICENSE-file.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From ca821959b2e58f3261661c71bbe1ecd51fde4639 Mon Sep 17 00:00:00 2001
-From: Jack O'Connor <oconnor663(a)gmail.com>
-Date: Thu, 4 May 2017 17:27:32 -0400
-Subject: [PATCH] add a LICENSE file
-
----
- LICENSE | 19 +++++++++++++++++++
- 1 file changed, 19 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..72dc60d
---- /dev/null
-+++ b/LICENSE
-@@ -0,0 +1,19 @@
-+The MIT License (MIT)
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in
-+all copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-+THE SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index d679472..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-duct_sh
-
-The rust-duct_sh package
diff --git a/rust-duct_sh.spec b/rust-duct_sh.spec
index db833d9..3f31c01 100644
--- a/rust-duct_sh.spec
+++ b/rust-duct_sh.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate duct_sh
Name: rust-duct_sh
-Version: 0.13.5
+Version: 0.13.6
Release: %autorelease
Summary: Sub-crate for the sh function, formerly in duct
@@ -13,16 +13,10 @@ License: MIT
URL: https://crates.io/crates/duct_sh
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
-# Upstream patches -- official upstream patches released by upstream since the
-# ---------------- last release that are necessary for any reason:
-Patch0001: 0001-add-a-LICENSE-file.patch
-
%global _description %{expand:
-Sub-crate for the sh function, formerly in duct.}
+A sub-crate for the sh function, formerly in duct.}
%description %{_description}
diff --git a/sources b/sources
index 4207f91..babada6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (duct_sh-0.13.5.crate) = 3de9c4a26e3be2fea88a4fbca7db60325e9ee744f68eb9d9e916f229ba9e20904ebd468f55e854c16d81160086e7d174ea50c70ba83ca90dac35d6631d21a030
+SHA512 (duct_sh-0.13.6.crate) = bf543de5f61c9e6d40969868ee0bb503713089047a0a5ee61587b5f1f9c17a25d4524ce31251b56343311421ee49c392ec34b89687e0e01fce6776fdad329b3f
commit 2216a833dadfd3a36e56e104fb7a5f07f20ad231
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 22:36:36 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
The package rpms/rust-duct_sh.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-duct_sh.git/commit/?id=6f3cc7c….
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 6f3cc7c78a6040cead3dbc8aef7601adb434805e
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Wed May 3 00:36:29 2023 +0200
Update to version 0.13.6
diff --git a/.gitignore b/.gitignore
index 0bd0676..67b835f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/duct_sh-0.13.5.crate
+/duct_sh-0.13.6.crate
diff --git a/0001-add-a-LICENSE-file.patch b/0001-add-a-LICENSE-file.patch
deleted file mode 100644
index 99621ef..0000000
--- a/0001-add-a-LICENSE-file.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From ca821959b2e58f3261661c71bbe1ecd51fde4639 Mon Sep 17 00:00:00 2001
-From: Jack O'Connor <oconnor663(a)gmail.com>
-Date: Thu, 4 May 2017 17:27:32 -0400
-Subject: [PATCH] add a LICENSE file
-
----
- LICENSE | 19 +++++++++++++++++++
- 1 file changed, 19 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..72dc60d
---- /dev/null
-+++ b/LICENSE
-@@ -0,0 +1,19 @@
-+The MIT License (MIT)
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in
-+all copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-+THE SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index d679472..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-duct_sh
-
-The rust-duct_sh package
diff --git a/rust-duct_sh.spec b/rust-duct_sh.spec
index db833d9..3f31c01 100644
--- a/rust-duct_sh.spec
+++ b/rust-duct_sh.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate duct_sh
Name: rust-duct_sh
-Version: 0.13.5
+Version: 0.13.6
Release: %autorelease
Summary: Sub-crate for the sh function, formerly in duct
@@ -13,16 +13,10 @@ License: MIT
URL: https://crates.io/crates/duct_sh
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
-# Upstream patches -- official upstream patches released by upstream since the
-# ---------------- last release that are necessary for any reason:
-Patch0001: 0001-add-a-LICENSE-file.patch
-
%global _description %{expand:
-Sub-crate for the sh function, formerly in duct.}
+A sub-crate for the sh function, formerly in duct.}
%description %{_description}
diff --git a/sources b/sources
index 4207f91..babada6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (duct_sh-0.13.5.crate) = 3de9c4a26e3be2fea88a4fbca7db60325e9ee744f68eb9d9e916f229ba9e20904ebd468f55e854c16d81160086e7d174ea50c70ba83ca90dac35d6631d21a030
+SHA512 (duct_sh-0.13.6.crate) = bf543de5f61c9e6d40969868ee0bb503713089047a0a5ee61587b5f1f9c17a25d4524ce31251b56343311421ee49c392ec34b89687e0e01fce6776fdad329b3f