Architecture specific change in rpms/rust-glob.git
by githook-noreply@fedoraproject.org
The package rpms/rust-glob.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-glob.git/commit/?id=2b4d1c1a....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 2b4d1c1a2d4c1e5ff43c63ba5de395a297658983
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:28:38 2023 +0100
Update to version 0.3.1; Fixes RHBZ#2158828
diff --git a/.gitignore b/.gitignore
index 9fc6c28..fc03c24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/glob-0.2.11.crate
/glob-0.3.0.crate
+/glob-0.3.1.crate
diff --git a/rust-glob.spec b/rust-glob.spec
index 1bb06ea..7f98654 100644
--- a/rust-glob.spec
+++ b/rust-glob.spec
@@ -1,25 +1,19 @@
-# Generated by rust2rpm 19
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate glob
-Name: rust-%{crate}
-Version: 0.3.0
+Name: rust-glob
+Version: 0.3.1
Release: %autorelease
Summary: Support for matching file paths against Unix shell style patterns
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
+License: MIT OR Apache-2.0
URL: https://crates.io/crates/glob
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
Support for matching file paths against Unix shell style patterns.}
@@ -33,12 +27,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
-use "%{crate}" crate.
+use the "%{crate}" crate.
%files devel
-%license LICENSE-APACHE LICENSE-MIT
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -47,10 +42,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
-use "the default" feature of the "%{crate}" crate.
+use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index e5882ea..c33dbd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46
+SHA512 (glob-0.3.1.crate) = 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b
commit f39d9be0f6d103662169328031818f68ef9b2e6b
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 23:08:12 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-bzip2.git
by githook-noreply@fedoraproject.org
The package rpms/rust-bzip2.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-bzip2.git/commit/?id=1496087....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 14960877feee8875f8b735653adf068ce286c006
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:32:05 2023 +0100
Update to version 0.4.4; Fixes RHBZ#2158551
diff --git a/.gitignore b/.gitignore
index 47d3488..d06fe80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/bzip2-0.3.3.crate
/bzip2-0.4.2.crate
/bzip2-0.4.3.crate
+/bzip2-0.4.4.crate
diff --git a/rust-bzip2.spec b/rust-bzip2.spec
index 9eb0724..d6f367e 100644
--- a/rust-bzip2.spec
+++ b/rust-bzip2.spec
@@ -1,26 +1,21 @@
-# Generated by rust2rpm 17
-# * partial-io is too new in Fedora
+# Generated by rust2rpm 23
+# * dev-dependencies are outdated
%bcond_with check
%global debug_package %{nil}
%global crate bzip2
-Name: rust-%{crate}
-Version: 0.4.3
+Name: rust-bzip2
+Version: 0.4.4
Release: %autorelease
-Summary: Bindings to libbzip2 for bzip2 exposed as Reader/Writer streams
+Summary: Bindings to libbzip2 exposed as Reader/Writer streams
# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
+License: MIT OR Apache-2.0
URL: https://crates.io/crates/bzip2
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
Bindings to libbzip2 for bzip2 compression and decompression exposed as
@@ -34,13 +29,14 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
%files devel
-%license LICENSE-MIT LICENSE-APACHE
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -48,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-devel
Summary: %{summary}
@@ -60,11 +56,11 @@ BuildArch: noarch
%description -n %{name}+futures-devel %{_description}
-This package contains library source intended for building other packages
-which use "futures" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "futures" feature of the "%{crate}" crate.
%files -n %{name}+futures-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tokio-devel
Summary: %{summary}
@@ -72,11 +68,11 @@ BuildArch: noarch
%description -n %{name}+tokio-devel %{_description}
-This package contains library source intended for building other packages
-which use "tokio" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "tokio" feature of the "%{crate}" crate.
%files -n %{name}+tokio-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tokio-io-devel
Summary: %{summary}
@@ -84,11 +80,11 @@ BuildArch: noarch
%description -n %{name}+tokio-io-devel %{_description}
-This package contains library source intended for building other packages
-which use "tokio-io" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "tokio-io" feature of the "%{crate}" crate.
%files -n %{name}+tokio-io-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/.rust2rpm.conf b/rust2rpm.conf
similarity index 100%
rename from .rust2rpm.conf
rename to rust2rpm.conf
diff --git a/sources b/sources
index 9d4440f..339e629 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (bzip2-0.4.3.crate) = 2d4622c336f204ab28970ccb369ba55829bfea426bfe96f15da376f2375c441a9bfb03c46f5da210990f23115740250cc15e9036309034b39a1c960dca542da2
+SHA512 (bzip2-0.4.4.crate) = 9cd2b9159bd0b42ac908ecad41f0a737272af94ae0d6dcfe182d2f44bcea4632d32b0456f02322047ea9d6f46377db6cd083f468782bccd6126bcc75cb852555
commit 475d66f5434478d31330082b8d8c43a9e6352fcc
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:29:43 2023 +0100
Convert to rpmautospec
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..97aadb4
--- /dev/null
+++ b/changelog
@@ -0,0 +1,27 @@
+* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Tue Jun 22 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.3-1
+- Update to version 0.4.3.
+- Fixes RHBZ#1970139
+
+* Mon Mar 01 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.2-1
+- Update to version 0.4.2.
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 13:13:20 PDT 2020 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 0.3.3-1
+- Initial package
diff --git a/rust-bzip2.spec b/rust-bzip2.spec
index b71223c..9eb0724 100644
--- a/rust-bzip2.spec
+++ b/rust-bzip2.spec
@@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.4.3
-Release: 5%{?dist}
+Release: %autorelease
Summary: Bindings to libbzip2 for bzip2 exposed as Reader/Writer streams
# Upstream license specification: MIT/Apache-2.0
@@ -109,30 +109,4 @@ which use "tokio-io" feature of "%{crate}" crate.
%endif
%changelog
-* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jun 22 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.3-1
-- Update to version 0.4.3.
-- Fixes RHBZ#1970139
-
-* Mon Mar 01 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.2-1
-- Update to version 0.4.2.
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat May 23 13:13:20 PDT 2020 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 0.3.3-1
-- Initial package
+%autochangelog
commit ea6d99e1a195429008a815224f4a138dc78bc327
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 21:53:21 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
diff --git a/rust-bzip2.spec b/rust-bzip2.spec
index 626c356..b71223c 100644
--- a/rust-bzip2.spec
+++ b/rust-bzip2.spec
@@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.4.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Bindings to libbzip2 for bzip2 exposed as Reader/Writer streams
# Upstream license specification: MIT/Apache-2.0
@@ -109,6 +109,9 @@ which use "tokio-io" feature of "%{crate}" crate.
%endif
%changelog
+* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
8 months
Architecture specific change in rpms/rust-termcolor.git
by githook-noreply@fedoraproject.org
The package rpms/rust-termcolor.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-termcolor.git/commit/?id=375....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 375006d6a2feb2beba310261d45c338d9638bf1a
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:12:51 2023 +0100
Update to version 1.2.0; Fixes RHBZ#2161057
diff --git a/.gitignore b/.gitignore
index d1789fd..c4f6719 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/termcolor-1.1.1.crate
/termcolor-1.1.2.crate
/termcolor-1.1.3.crate
+/termcolor-1.2.0.crate
diff --git a/rust-termcolor.spec b/rust-termcolor.spec
index 7e695de..d2d345c 100644
--- a/rust-termcolor.spec
+++ b/rust-termcolor.spec
@@ -1,23 +1,19 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate termcolor
-Name: rust-%{crate}
-Version: 1.1.3
+Name: rust-termcolor
+Version: 1.2.0
Release: %autorelease
Summary: Simple cross platform library for writing colored text to a terminal
-# Upstream license specification: Unlicense OR MIT
-License: Unlicense or MIT
+License: Unlicense OR MIT
URL: https://crates.io/crates/termcolor
Source: %{crates_source}
-# Initial patched metadata
-# * drop Windows-specific dependencies
-Patch0: termcolor-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
+# Automatically generated patch to strip foreign dependencies
+Patch: termcolor-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
diff --git a/sources b/sources
index 5b17e40..beb3376 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a
+SHA512 (termcolor-1.2.0.crate) = cf1896523353390b2f90b2a8bf30f47da5fc7c2daa635bd0cd8059bdc73feb243e46e4279562fe45d5726f2840833b1e967c7de19ffc0c853592d9f86c0c1be7
diff --git a/termcolor-fix-metadata-auto.diff b/termcolor-fix-metadata-auto.diff
new file mode 100644
index 0000000..d93b30f
--- /dev/null
+++ b/termcolor-fix-metadata-auto.diff
@@ -0,0 +1,8 @@
+--- termcolor-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ termcolor-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+@@ -36,5 +36,3 @@
+
+ [dev-dependencies]
+
+-[target."cfg(windows)".dependencies.winapi-util]
+-version = "0.1.3"
diff --git a/termcolor-fix-metadata.diff b/termcolor-fix-metadata.diff
deleted file mode 100644
index ca9710f..0000000
--- a/termcolor-fix-metadata.diff
+++ /dev/null
@@ -1,9 +0,0 @@
---- termcolor-1.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ termcolor-1.1.3/Cargo.toml 2022-03-05T20:13:51.938496+00:00
-@@ -38,6 +38,3 @@
- [lib]
- name = "termcolor"
- bench = false
--
--[target."cfg(windows)".dependencies.winapi-util]
--version = "0.1.3"
commit ef1bee6037573b23a6da81c3723d2f4c25226d2e
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jan 21 01:44:21 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-typed-arena.git
by githook-noreply@fedoraproject.org
The package rpms/rust-typed-arena.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-typed-arena.git/commit/?id=1....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 15f2fd8f6f357a78c070733668ba2c274030e597
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:03:52 2023 +0100
Update to version 2.0.2; Fixes RHBZ#2159382
diff --git a/.gitignore b/.gitignore
index 1bb2ff1..c6f370c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/typed-arena-1.6.1.crate
/typed-arena-1.7.0.crate
/typed-arena-2.0.1.crate
+/typed-arena-2.0.2.crate
diff --git a/rust-typed-arena.spec b/rust-typed-arena.spec
index b7dbec8..97886b9 100644
--- a/rust-typed-arena.spec
+++ b/rust-typed-arena.spec
@@ -1,23 +1,20 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate typed-arena
-Name: rust-%{crate}
-Version: 2.0.1
+Name: rust-typed-arena
+Version: 2.0.2
Release: %autorelease
Summary: Arena, a fast but limited type of allocator
-# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/typed-arena
Source: %{crates_source}
-# Initial patched metadata
+# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
-Patch0: typed-arena-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
+Patch: typed-arena-fix-metadata.diff
BuildRequires: rust-packaging >= 21
diff --git a/sources b/sources
index 30a8a6b..529abc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (typed-arena-2.0.1.crate) = 182fdac0ef9b494fc2966005ece2107a3c53b6eafe4eebe9be3d552aebe143e05f3db2b51693c253831744fc265ec2a557d31ee42cf0ba5991b38d075278415d
+SHA512 (typed-arena-2.0.2.crate) = 33f43488ff63ab763e4330d124e3290ece41e50ab78b6f12dae3a2be4d7f5bdf6ec876ab3b1f8cd81874e335fc41f3a2254994f250d3d6aba682fce557a6a399
diff --git a/typed-arena-fix-metadata.diff b/typed-arena-fix-metadata.diff
index 2f4fab7..339a77d 100644
--- a/typed-arena-fix-metadata.diff
+++ b/typed-arena-fix-metadata.diff
@@ -1,6 +1,6 @@
---- typed-arena-2.0.1/Cargo.toml 2020-01-10T21:10:45+00:00
-+++ typed-arena-2.0.1/Cargo.toml 2022-04-14T19:54:07.706205+00:00
-@@ -28,13 +28,6 @@
+--- typed-arena-2.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
++++ typed-arena-2.0.2/Cargo.toml 2023-01-29T23:02:15.845673+00:00
+@@ -31,14 +31,6 @@
name = "typed_arena"
path = "src/lib.rs"
@@ -8,8 +8,9 @@
-name = "benches"
-path = "benches/benches.rs"
-harness = false
+-
-[dev-dependencies.criterion]
--version = "0.3.0"
+-version = "0.3.4"
-
[features]
default = ["std"]
commit 91cdb79e1348dee2049d3545ffd03a021e43aec1
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jan 21 02:02:59 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-console.git
by githook-noreply@fedoraproject.org
The package rpms/rust-console.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-console.git/commit/?id=5cc5c....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 5cc5c3abf1e1158448ef483f0ffa08fe2a39ffb9
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Sun Jan 29 23:58:11 2023 +0100
Update to version 0.15.5; Fixes RHBZ#2156592
diff --git a/.gitignore b/.gitignore
index c994346..5bb6c18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/console-0.15.0.crate
/console-0.15.1.crate
/console-0.15.2.crate
+/console-0.15.5.crate
diff --git a/console-fix-metadata-auto.diff b/console-fix-metadata-auto.diff
index ad52486..1ddf86d 100644
--- a/console-fix-metadata-auto.diff
+++ b/console-fix-metadata-auto.diff
@@ -1,25 +1,17 @@
---- console-0.15.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ console-0.15.2/Cargo.toml 1970-01-01T00:00:01+00:00
-@@ -62,22 +62,5 @@
- windows-console-colors = [
- "ansi-parsing",
- "regex",
-- "winapi-util",
+--- console-0.15.5/Cargo.toml 1970-01-01T00:00:01+00:00
++++ console-0.15.5/Cargo.toml 1970-01-01T00:00:01+00:00
+@@ -53,14 +53,3 @@
]
+ windows-console-colors = ["ansi-parsing"]
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
--[target."cfg(windows)".dependencies.winapi]
--version = "0.3"
+-[target."cfg(windows)".dependencies.windows-sys]
+-version = "0.42.0"
-features = [
-- "winbase",
-- "winuser",
-- "consoleapi",
-- "processenv",
-- "wincon",
+- "Win32_Foundation",
+- "Win32_System_Console",
+- "Win32_Storage_FileSystem",
+- "Win32_UI_Input_KeyboardAndMouse",
-]
--
--[target."cfg(windows)".dependencies.winapi-util]
--version = "0.1.3"
--optional = true
diff --git a/rust-console.spec b/rust-console.spec
index 060fd39..52ee748 100644
--- a/rust-console.spec
+++ b/rust-console.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate console
Name: rust-console
-Version: 0.15.2
+Version: 0.15.5
Release: %autorelease
Summary: Terminal and console abstraction for Rust
@@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: console-fix-metadata-auto.diff
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@@ -63,18 +61,6 @@ use the "ansi-parsing" feature of the "%{crate}" crate.
%files -n %{name}+ansi-parsing-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+regex-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+regex-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "regex" feature of the "%{crate}" crate.
-
-%files -n %{name}+regex-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+unicode-width-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 416604b..1e9e725 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (console-0.15.2.crate) = 0eb0ffe95cdc2e6f43d116f346241755dbfc8d451c9e69dc950a5c6c94b10b1be4218fa14bd0da32f5cd9779e38e79dcd9b584a6448c7f0b30316948e7ee9ebe
+SHA512 (console-0.15.5.crate) = 54dc15a0c0d7e1a96a368e5866e1e5ea9d11b0b7eafd0e086376085efd3f656bcf5ec86f4eb387b42dd8cd4258f9162c401914d519a175331d0c1873794f8d43
commit b7b9dabef1bea58b00382e90272486ce4cca6219
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 22:08:03 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-crc-catalog.git
by githook-noreply@fedoraproject.org
The package rpms/rust-crc-catalog.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-crc-catalog.git/commit/?id=6....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 60c82e9d43a382f75760bc7c12d534ef6cfec857
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:01:21 2023 +0100
Update to version 2.2.0; Fixes RHBZ#2159901
diff --git a/.gitignore b/.gitignore
index 051dabf..e875fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/crc-catalog-2.0.1.crate
/crc-catalog-2.1.0.crate
+/crc-catalog-2.2.0.crate
diff --git a/rust-crc-catalog.spec b/rust-crc-catalog.spec
index 84b4f47..07f35f7 100644
--- a/rust-crc-catalog.spec
+++ b/rust-crc-catalog.spec
@@ -1,21 +1,18 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate crc-catalog
-Name: rust-%{crate}
-Version: 2.1.0
+Name: rust-crc-catalog
+Version: 2.2.0
Release: %autorelease
Summary: Catalog of CRC algorithms expressed as simple structs
-# Upstream license specification: MIT OR Apache-2.0
-License: MIT or ASL 2.0
+License: MIT OR Apache-2.0
URL: https://crates.io/crates/crc-catalog
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
diff --git a/sources b/sources
index 0562f60..0b1f7e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (crc-catalog-2.1.0.crate) = 3a234d67342afafe3c405d1c88c8eeb5a875f9b4d552d1b11b0bfafed42c2d7dc776c7e6ad1a4d7aca00c8c9a0c6c1ce750898665194e67c7502545ec888a8ed
+SHA512 (crc-catalog-2.2.0.crate) = 9fcd42c44c66798c97ed36b36a902dff6e83a96d86da0f146c0db287ed6a00c8827d6749bfcdd090083bb81103bb2397e388a0e2a21698d65550360a45453396
commit d112cd0ed3a8953e64383dd7a3455ceb8b346a6f
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 22:13:47 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-console.git
by githook-noreply@fedoraproject.org
The package rpms/rust-console.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-console.git/commit/?id=5cc5c....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 5cc5c3abf1e1158448ef483f0ffa08fe2a39ffb9
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Sun Jan 29 23:58:11 2023 +0100
Update to version 0.15.5; Fixes RHBZ#2156592
diff --git a/.gitignore b/.gitignore
index c994346..5bb6c18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/console-0.15.0.crate
/console-0.15.1.crate
/console-0.15.2.crate
+/console-0.15.5.crate
diff --git a/console-fix-metadata-auto.diff b/console-fix-metadata-auto.diff
index ad52486..1ddf86d 100644
--- a/console-fix-metadata-auto.diff
+++ b/console-fix-metadata-auto.diff
@@ -1,25 +1,17 @@
---- console-0.15.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ console-0.15.2/Cargo.toml 1970-01-01T00:00:01+00:00
-@@ -62,22 +62,5 @@
- windows-console-colors = [
- "ansi-parsing",
- "regex",
-- "winapi-util",
+--- console-0.15.5/Cargo.toml 1970-01-01T00:00:01+00:00
++++ console-0.15.5/Cargo.toml 1970-01-01T00:00:01+00:00
+@@ -53,14 +53,3 @@
]
+ windows-console-colors = ["ansi-parsing"]
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
--[target."cfg(windows)".dependencies.winapi]
--version = "0.3"
+-[target."cfg(windows)".dependencies.windows-sys]
+-version = "0.42.0"
-features = [
-- "winbase",
-- "winuser",
-- "consoleapi",
-- "processenv",
-- "wincon",
+- "Win32_Foundation",
+- "Win32_System_Console",
+- "Win32_Storage_FileSystem",
+- "Win32_UI_Input_KeyboardAndMouse",
-]
--
--[target."cfg(windows)".dependencies.winapi-util]
--version = "0.1.3"
--optional = true
diff --git a/rust-console.spec b/rust-console.spec
index 060fd39..52ee748 100644
--- a/rust-console.spec
+++ b/rust-console.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate console
Name: rust-console
-Version: 0.15.2
+Version: 0.15.5
Release: %autorelease
Summary: Terminal and console abstraction for Rust
@@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: console-fix-metadata-auto.diff
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@@ -63,18 +61,6 @@ use the "ansi-parsing" feature of the "%{crate}" crate.
%files -n %{name}+ansi-parsing-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+regex-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+regex-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "regex" feature of the "%{crate}" crate.
-
-%files -n %{name}+regex-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+unicode-width-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 416604b..1e9e725 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (console-0.15.2.crate) = 0eb0ffe95cdc2e6f43d116f346241755dbfc8d451c9e69dc950a5c6c94b10b1be4218fa14bd0da32f5cd9779e38e79dcd9b584a6448c7f0b30316948e7ee9ebe
+SHA512 (console-0.15.5.crate) = 54dc15a0c0d7e1a96a368e5866e1e5ea9d11b0b7eafd0e086376085efd3f656bcf5ec86f4eb387b42dd8cd4258f9162c401914d519a175331d0c1873794f8d43
commit b7b9dabef1bea58b00382e90272486ce4cca6219
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 22:08:03 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-brotli-decompressor.git
by githook-noreply@fedoraproject.org
The package rpms/rust-brotli-decompressor.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-brotli-decompressor.git/comm....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit b410b85b8b2884cd447ddf18927654993ad60985
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Sun Jan 29 23:33:58 2023 +0100
Update to version 2.3.4; Fixes RHBZ#2161121
diff --git a/.gitignore b/.gitignore
index 76efb6a..8b200b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/brotli-decompressor-2.3.0.crate
/brotli-decompressor-2.3.1.crate
/brotli-decompressor-2.3.2.crate
+/brotli-decompressor-2.3.4.crate
diff --git a/brotli-decompressor-fix-metadata.diff b/brotli-decompressor-fix-metadata.diff
new file mode 100644
index 0000000..008c808
--- /dev/null
+++ b/brotli-decompressor-fix-metadata.diff
@@ -0,0 +1,28 @@
+--- brotli-decompressor-2.3.4/Cargo.toml 1970-01-01T00:00:01+00:00
++++ brotli-decompressor-2.3.4/Cargo.toml 2023-01-29T22:28:10.941702+00:00
+@@ -29,22 +29,18 @@
+ "huffman",
+ "nostd",
+ ]
+-license = "BSD-3-Clause/MIT"
++license = "BSD-3-Clause AND MIT"
+ repository = "https://github.com/dropbox/rust-brotli-decompressor"
+
+ [profile.release]
+ lto = true
+ incremental = false
+
+-[[bin]]
+-name = "brotli-decompressor"
+-doc = false
+-
+ [dependencies.alloc-no-stdlib]
+-version = "~2.0"
++version = "2.0"
+
+ [dependencies.alloc-stdlib]
+-version = "~0.2"
++version = "0.2"
+ optional = true
+
+ [features]
diff --git a/rust-brotli-decompressor.spec b/rust-brotli-decompressor.spec
index 53d4e07..6346ce0 100644
--- a/rust-brotli-decompressor.spec
+++ b/rust-brotli-decompressor.spec
@@ -1,41 +1,30 @@
-# Generated by rust2rpm 18
+# Generated by rust2rpm 23
# * published crates to not contain files necessary for running tests
%bcond_with check
%global debug_package %{nil}
-# do not build useless binary
-%global __cargo_is_bin() false
-
%global crate brotli-decompressor
-Name: rust-%{crate}
-Version: 2.3.2
+Name: rust-brotli-decompressor
+Version: 2.3.4
Release: %autorelease
-Summary: Brotli decompressor with an interface avoiding the rust stdlib
+Summary: Brotli decompressor with no_std support
# Upstream license specification: BSD-3-Clause/MIT
# * https://github.com/dropbox/rust-brotli-decompressor/issues/9
-License: BSD
+License: BSD-3-Clause AND MIT
URL: https://crates.io/crates/brotli-decompressor
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * relax "patch-only" dependency specifiers to "SemVer-compatible"
+# * fix SPDX license identifier in crate metadata (AND instead of OR)
+# * do not build useless binary
+Patch: brotli-decompressor-fix-metadata.diff
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
-Brotli decompressor with an interface avoiding the rust stdlib. This makes it
-suitable for embedded devices and kernels. It is designed with a pluggable
-allocator so that the standard lib's allocator may be employed. The default
-build also includes a stdlib allocator and stream interface. Disable this with
---features=no-stdlib. Alternatively, --features=unsafe turns off array bounds
-checks and memory initialization but provides a safe interface for the caller.
-Without adding the --features=unsafe argument, all included code is safe. For
-compression in addition to this library, download
-https://github.com/dropbox/rust-brotli.}
+Brotli decompressor with no_std support.}
%description %{_description}
@@ -45,13 +34,13 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
%files devel
-%license LICENSE
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -59,11 +48,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-stdlib-devel
Summary: %{summary}
@@ -71,11 +60,11 @@ BuildArch: noarch
%description -n %{name}+alloc-stdlib-devel %{_description}
-This package contains library source intended for building other packages
-which use "alloc-stdlib" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "alloc-stdlib" feature of the "%{crate}" crate.
%files -n %{name}+alloc-stdlib-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+benchmark-devel
Summary: %{summary}
@@ -83,11 +72,11 @@ BuildArch: noarch
%description -n %{name}+benchmark-devel %{_description}
-This package contains library source intended for building other packages
-which use "benchmark" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "benchmark" feature of the "%{crate}" crate.
%files -n %{name}+benchmark-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+disable-timer-devel
Summary: %{summary}
@@ -95,11 +84,11 @@ BuildArch: noarch
%description -n %{name}+disable-timer-devel %{_description}
-This package contains library source intended for building other packages
-which use "disable-timer" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "disable-timer" feature of the "%{crate}" crate.
%files -n %{name}+disable-timer-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pass-through-ffi-panics-devel
Summary: %{summary}
@@ -107,11 +96,11 @@ BuildArch: noarch
%description -n %{name}+pass-through-ffi-panics-devel %{_description}
-This package contains library source intended for building other packages
-which use "pass-through-ffi-panics" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "pass-through-ffi-panics" feature of the "%{crate}" crate.
%files -n %{name}+pass-through-ffi-panics-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+seccomp-devel
Summary: %{summary}
@@ -119,11 +108,11 @@ BuildArch: noarch
%description -n %{name}+seccomp-devel %{_description}
-This package contains library source intended for building other packages
-which use "seccomp" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "seccomp" feature of the "%{crate}" crate.
%files -n %{name}+seccomp-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@@ -131,11 +120,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
-This package contains library source intended for building other packages
-which use "std" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unsafe-devel
Summary: %{summary}
@@ -143,15 +132,17 @@ BuildArch: noarch
%description -n %{name}+unsafe-devel %{_description}
-This package contains library source intended for building other packages
-which use "unsafe" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "unsafe" feature of the "%{crate}" crate.
%files -n %{name}+unsafe-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
+# * remove stray executable bit from Rust sources
+chmod -x src/bin/tests.rs
%generate_buildrequires
%cargo_generate_buildrequires
diff --git a/sources b/sources
index 3647523..00c8639 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (brotli-decompressor-2.3.2.crate) = 4d2329ff2645e299323a9b8af619bdf956b8fdbc6bf34b613969eed388c199f6b0e12b5cce9c8388146afe0fbfdd82b460f927005d9ae0a0e8a436a79d5f004d
+SHA512 (brotli-decompressor-2.3.4.crate) = 2698f1d9fc33ae37efc4587a448255320c864d1bba498ead93c5e28167ef696bcb5ddec9d4292b5fde93c3acddb7e99b453d6507780d0034e325bd20e5222c62
commit 43427cdba8a1dde509785637dbb21253bc48b2da
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 21:49:37 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
commit 958aae8f2813d4f618a226b2570e547f29402174
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jul 23 03:02:17 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-which.git
by githook-noreply@fedoraproject.org
The package rpms/rust-which.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-which.git/commit/?id=1bd749b....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 1bd749b2f02ebecaa659c1db2fda5945c71c951e
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Sun Jan 29 23:17:56 2023 +0100
Update to version 4.4.0; Fixes RHBZ#2162636
diff --git a/.gitignore b/.gitignore
index ff6809d..225d47e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/which-4.2.4.crate
/which-4.2.5.crate
/which-4.3.0.crate
+/which-4.4.0.crate
diff --git a/rust-which.spec b/rust-which.spec
index ca75de3..a53daa6 100644
--- a/rust-which.spec
+++ b/rust-which.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate which
Name: rust-which
-Version: 4.3.0
+Version: 4.4.0
Release: %autorelease
Summary: Rust equivalent of Unix command "which"
@@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: which-fix-metadata-auto.diff
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
diff --git a/sources b/sources
index ff7729e..d62d536 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (which-4.3.0.crate) = cad05bd43dfcf9e50fd6e3b9dcd5d9a987175a0f44adbf204079117b70d0b42e6483e635287924698c51d0452f168e48e041453f18ff5720c0e2ec4c734d2578
+SHA512 (which-4.4.0.crate) = 8380e5ea79f7768c8b1479c2fbb6e6c8b232f3a8d43b6554b78a370f302fb396d53842678d760ce9fc720fe607cfb9da3e0da4180e4a6ecfef48119105555fd7
diff --git a/which-fix-metadata-auto.diff b/which-fix-metadata-auto.diff
index ca16e2a..522ce5b 100644
--- a/which-fix-metadata-auto.diff
+++ b/which-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+--- which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -46,5 +46,3 @@
[dev-dependencies.tempfile]
version = "3.3.0"
commit d1a4fe7dd975464fd5f8d844f46468eb9ccbc4e3
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jan 21 02:22:25 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months
Architecture specific change in rpms/rust-which.git
by githook-noreply@fedoraproject.org
The package rpms/rust-which.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-which.git/commit/?id=1bd749b....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 1bd749b2f02ebecaa659c1db2fda5945c71c951e
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Sun Jan 29 23:17:56 2023 +0100
Update to version 4.4.0; Fixes RHBZ#2162636
diff --git a/.gitignore b/.gitignore
index ff6809d..225d47e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/which-4.2.4.crate
/which-4.2.5.crate
/which-4.3.0.crate
+/which-4.4.0.crate
diff --git a/rust-which.spec b/rust-which.spec
index ca75de3..a53daa6 100644
--- a/rust-which.spec
+++ b/rust-which.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate which
Name: rust-which
-Version: 4.3.0
+Version: 4.4.0
Release: %autorelease
Summary: Rust equivalent of Unix command "which"
@@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: which-fix-metadata-auto.diff
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
diff --git a/sources b/sources
index ff7729e..d62d536 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (which-4.3.0.crate) = cad05bd43dfcf9e50fd6e3b9dcd5d9a987175a0f44adbf204079117b70d0b42e6483e635287924698c51d0452f168e48e041453f18ff5720c0e2ec4c734d2578
+SHA512 (which-4.4.0.crate) = 8380e5ea79f7768c8b1479c2fbb6e6c8b232f3a8d43b6554b78a370f302fb396d53842678d760ce9fc720fe607cfb9da3e0da4180e4a6ecfef48119105555fd7
diff --git a/which-fix-metadata-auto.diff b/which-fix-metadata-auto.diff
index ca16e2a..522ce5b 100644
--- a/which-fix-metadata-auto.diff
+++ b/which-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+--- which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -46,5 +46,3 @@
[dev-dependencies.tempfile]
version = "3.3.0"
commit d1a4fe7dd975464fd5f8d844f46468eb9ccbc4e3
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jan 21 02:22:25 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
8 months