Sign In
Sign Up
Search is temporarily disabled. See
ticket
for more info.
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
Arch-excludes
July 2023
----- 2024 -----
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
arch-excludes@lists.fedoraproject.org
2 participants
268 discussions
Start a n
N
ew thread
Architecture specific change in rpms/rust-lv2-time.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-lv2-time.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-lv2-time.git/commit/?id=8618ab…
. Change: +ExcludeArch: ppc64le s390x Thanks. Full change: ============ commit 8618ab1161a3ae16fed344670080a4296f182036 Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Sat Jul 22 21:38:11 2023 -0700 Initial import; Fixes: RHBZ#2224765 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..451d6a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lv2-time-0.1.3.crate diff --git a/rust-lv2-time.spec b/rust-lv2-time.spec new file mode 100644 index 0000000..03d1469 --- /dev/null +++ b/rust-lv2-time.spec @@ -0,0 +1,72 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate lv2-time + +Name: rust-lv2-time +Version: 0.1.3 +Release: %autorelease +Summary: Rust-lv2's wrapper of LV2's time types + +License: MIT OR Apache-2.0 +URL:
https://crates.io/crates/lv2-time
+Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Rust-lv2's wrapper of LV2's time types.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..9bc58de --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lv2-time-0.1.3.crate) = 42cd5ac29317b13f075d145b26967a439db158a51ccc17bbd76501bbc223a3adeb7ea5c507b57fd44bcac39e1cac297cbab50bb5503f117def720c559d770cfd
1
0
0
0
Architecture specific change in rpms/rust-lv2-units.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-lv2-units.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-lv2-units.git/commit/?id=1acae…
. Change: +ExcludeArch: ppc64le s390x Thanks. Full change: ============ commit 1acae3110f74bd84720cb128d4c2c4bbdd1f460e Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Sat Jul 22 21:51:25 2023 -0700 Initial import; Fixes: RHBZ#2224763 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..94a9276 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lv2-units-0.1.3.crate diff --git a/rust-lv2-units.spec b/rust-lv2-units.spec new file mode 100644 index 0000000..f6e4310 --- /dev/null +++ b/rust-lv2-units.spec @@ -0,0 +1,72 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate lv2-units + +Name: rust-lv2-units +Version: 0.1.3 +Release: %autorelease +Summary: Rust-lv2's wrapper of LV2's unit types + +License: MIT OR Apache-2.0 +URL:
https://crates.io/crates/lv2-units
+Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Rust-lv2's wrapper of LV2's unit types.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..bb2c67a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lv2-units-0.1.3.crate) = f95316a912ed461e1a7db4f033831c8b8ed53f5a0837b1fb51513f9ee4f7a486724274e0dac19674bc91526f9d3a76999ad4bf8b2636d2a0521909c285f02adf
1
0
0
0
Architecture specific change in rpms/rust-lv2-core.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-lv2-core.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-lv2-core.git/commit/?id=36f670…
. Change: +ExcludeArch: ppc64le s390x Thanks. Full change: ============ commit 36f670cde0be86a6b3fbaaae725663d1d732ae18 Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Sat Jul 22 20:56:21 2023 -0700 Initial import; Fixes: RHBZ#2224761 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..728fac9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lv2-core-3.0.0.crate diff --git a/rust-lv2-core.spec b/rust-lv2-core.spec new file mode 100644 index 0000000..d8e6579 --- /dev/null +++ b/rust-lv2-core.spec @@ -0,0 +1,72 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate lv2-core + +Name: rust-lv2-core +Version: 3.0.0 +Release: %autorelease +Summary: Rust-lv2's core library + +License: MIT OR Apache-2.0 +URL:
https://crates.io/crates/lv2-core
+Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Rust-lv2's core library.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..ef5f0a9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lv2-core-3.0.0.crate) = 53e67ca411e6f14fcde9dbffa8192127480ec3802a076f3d54227ac6aa7d852fe8fbc71a7a3a1b3aed505ed5ed262044b5f857b32b93f34599f39dc0f753bb7a
1
0
0
0
Architecture specific change in rpms/rust-lv2-sys.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-lv2-sys.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-lv2-sys.git/commit/?id=26a8f31…
. Change: +ExcludeArch: ppc64le s390x Thanks. Full change: ============ commit 26a8f312e1db606e18329235133b8a303dce272f Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Sat Jul 22 20:36:52 2023 -0700 Initial import; Fixes: RHBZ#2224759 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7640cc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lv2-sys-2.0.0.crate diff --git a/rust-lv2-sys.spec b/rust-lv2-sys.spec new file mode 100644 index 0000000..e0db7bf --- /dev/null +++ b/rust-lv2-sys.spec @@ -0,0 +1,72 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate lv2-sys + +Name: rust-lv2-sys +Version: 2.0.0 +Release: %autorelease +Summary: Rust-lv2's C header bindings + +License: MIT OR Apache-2.0 +URL:
https://crates.io/crates/lv2-sys
+Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Rust-lv2's C header bindings.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..e929da7 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lv2-sys-2.0.0.crate) = f9267bf0efb547e59c39f48b7180b86515bdf67e47226f36e08309ed5e4253afc4d6a608e8d3b48a10d450ebe4e48c37aa8b63477a6186a97ca5ef17c8f1959f
1
0
0
0
Architecture specific change in rpms/rust-lv2-state.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-lv2-state.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-lv2-state.git/commit/?id=714c6…
https://src.fedoraproject.org/cgit/rpms/rust-lv2-state.git/commit/?id=b4927…
. Change: +%ifarch aarch64 +ExcludeArch: ppc64le s390x Thanks. Full change: ============ commit 714c6abf49dc0eddeac2d18d2476febd4b6317a5 Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Tue Jul 25 12:24:50 2023 -0700 Stub out broken test on aarch64 diff --git a/rust-lv2-state.spec b/rust-lv2-state.spec index 0df7231..a7f6056 100644 --- a/rust-lv2-state.spec +++ b/rust-lv2-state.spec @@ -68,6 +68,10 @@ use the "default" feature of the "%{crate}" crate. %if %{with check} %check +%ifarch aarch64 +# Remove broken test that fails to compile +rm tests/integration.rs +%endif %cargo_test %endif commit b4927153db7eed5ee02f1372e0c80290f9dc259a Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Tue Jul 25 12:12:15 2023 -0700 Initial import; Fixes: RHBZ#2224767 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..339115b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lv2-state-2.0.0.crate diff --git a/lv2-state-fix-metadata.diff b/lv2-state-fix-metadata.diff new file mode 100644 index 0000000..d0189b2 --- /dev/null +++ b/lv2-state-fix-metadata.diff @@ -0,0 +1,11 @@ +--- lv2-state-2.0.0/Cargo.toml 2020-10-23T15:19:57+00:00 ++++ lv2-state-2.0.0/Cargo.toml 2023-07-22T17:21:13.702257+00:00 +@@ -34,7 +34,7 @@ + version = "2.1.0" + + [dev-dependencies.mktemp] +-version = "0.4.0" ++version = "0.5" + [badges.maintenance] + status = "passively-maintained" + diff --git a/rust-lv2-state.spec b/rust-lv2-state.spec new file mode 100644 index 0000000..0df7231 --- /dev/null +++ b/rust-lv2-state.spec @@ -0,0 +1,75 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate lv2-state + +Name: rust-lv2-state +Version: 2.0.0 +Release: %autorelease +Summary: Rust-lv2's state handling library + +License: MIT OR Apache-2.0 +URL:
https://crates.io/crates/lv2-state
+Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump mktemp to 0.5 +Patch: lv2-state-fix-metadata.diff + +BuildRequires: rust-packaging >= 21 + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Rust-lv2's state handling library.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..d4205d0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lv2-state-2.0.0.crate) = f40b705deda782fcb2028c2cf44b7d5348373433211f56d1bfc669e37480c41482f8fd679b4869fa4fbc7216f80eb0cca4c9eb7f238b7fa1410baf844beff20d
1
0
0
0
Architecture specific change in rpms/rust-lv2-midi.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-lv2-midi.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-lv2-midi.git/commit/?id=fd3d14…
. Change: +ExcludeArch: ppc64le s390x Thanks. Full change: ============ commit fd3d1484e44851264eee61e7223c6632033c6265 Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Mon Jul 24 09:11:08 2023 -0700 Initial import; Fixes: RHBZ#2224769 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33d4e0f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lv2-midi-1.2.0.crate diff --git a/lv2-midi-fix-metadata.diff b/lv2-midi-fix-metadata.diff new file mode 100644 index 0000000..b15514c --- /dev/null +++ b/lv2-midi-fix-metadata.diff @@ -0,0 +1,11 @@ +--- lv2-midi-1.2.0/Cargo.toml 2020-10-23T15:19:38+00:00 ++++ lv2-midi-1.2.0/Cargo.toml 2023-07-22T17:25:56.469685+00:00 +@@ -29,7 +29,7 @@ + version = "0.1.0" + + [dependencies.wmidi] +-version = "3.1.0" ++version = "4" + optional = true + [dev-dependencies.lv2-core] + version = "3.0.0" diff --git a/rust-lv2-midi.spec b/rust-lv2-midi.spec new file mode 100644 index 0000000..dbb2a5a --- /dev/null +++ b/rust-lv2-midi.spec @@ -0,0 +1,87 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate lv2-midi + +Name: rust-lv2-midi +Version: 1.2.0 +Release: %autorelease +Summary: Rust-lv2's MIDI processing library + +License: MIT OR Apache-2.0 +URL:
https://crates.io/crates/lv2-midi
+Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump wmidi to 4 +Patch: lv2-midi-fix-metadata.diff + +BuildRequires: rust-packaging >= 21 + +# Not supported by rust-lv2 +ExcludeArch: ppc64le s390x + +%global _description %{expand: +Rust-lv2's MIDI processing library.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+wmidi-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+wmidi-devel %{_description} + +This package contains library source intended for building other packages which +use the "wmidi" feature of the "%{crate}" crate. + +%files -n %{name}+wmidi-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires -a + +%build +%cargo_build -a + +%install +%cargo_install -a + +%if %{with check} +%check +%cargo_test -a +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..d38a1bb --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (lv2-midi-1.2.0.crate) = 499e1a77c2853d33acbbb5ee13d79d3bc0f1712ce0cbe4b04824c35dccaa3c2936eaf6c66360c311a4a5ef106bf7d43d4c5c2c63ff7cf4a00fae39d5146f78ba
1
0
0
0
Architecture specific change in rpms/rust-mktemp.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-mktemp.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-mktemp.git/commit/?id=57dafbbe…
https://src.fedoraproject.org/cgit/rpms/rust-mktemp.git/commit/?id=3ba80d33…
https://src.fedoraproject.org/cgit/rpms/rust-mktemp.git/commit/?id=509b1107…
https://src.fedoraproject.org/cgit/rpms/rust-mktemp.git/commit/?id=9800a11e…
. Change: -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 57dafbbe2a85462a86b9d1b94413eafcc1064273 Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Mon Jul 24 22:46:04 2023 -0700 Update to 0.5.0; Fixes: RHBZ#2224753 diff --git a/.gitignore b/.gitignore index 20a8f08..156e0d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mktemp-0.4.0.crate /mktemp-0.4.1.crate +/mktemp-0.5.0.crate diff --git a/mktemp-fix-metadata.diff b/mktemp-fix-metadata.diff new file mode 100644 index 0000000..c683b8f --- /dev/null +++ b/mktemp-fix-metadata.diff @@ -0,0 +1,9 @@ +--- mktemp-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ mktemp-0.5.0/Cargo.toml 2023-07-25T05:48:22.064555+00:00 +@@ -27,5 +27,5 @@ + repository = "
https://github.com/samgiles/rs-mktemp
" + + [dependencies.uuid] +-version = "~1.2" ++version = "1.4" + features = ["v4"] diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 35715ae..70e23d6 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -1,25 +1,22 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate mktemp -Name: rust-%{crate} -Version: 0.4.1 +Name: rust-mktemp +Version: 0.5.0 Release: %autorelease -Summary: Mktemp files and directories +Summary: Create temporary files and directories -# Upstream license specification: MPL-2.0 -License: MPLv2.0 +License: MPL-2.0 URL:
https://crates.io/crates/mktemp
Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * relax uuid dependency +Patch: mktemp-fix-metadata.diff -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Mktemp files and directories.} @@ -32,13 +29,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} @@ -46,11 +43,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 %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..35a6787 --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,2 @@ +[DEFAULT] +summary = Create temporary files and directories diff --git a/sources b/sources index 786dd76..d3d1572 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mktemp-0.4.1.crate) = cea41f8bbd6252b8ed342bbf93753c624e068fc9792e459a79e2ccee4c1a735e0159117de39e050ee671ef1c6503b9ca1f04315ca8ab6f38b4e80a56ebc6a130 +SHA512 (mktemp-0.5.0.crate) = dd36a11752fb43fa52b9d5d57682bd7ecde690f734d2acf660bbcb70073ccea213041fe5507c6b2e9d31bf137e63fc070097f8e24202168bb305793d7ab5bb9b commit 8c3305974f8f12e3226efc864f18934a636fc711 Author: Davide Cavalca <dcavalca(a)fedoraproject.org> Date: Mon Jul 24 22:40:15 2023 -0700 Convert to rpmautospec diff --git a/changelog b/changelog new file mode 100644 index 0000000..745b1eb --- /dev/null +++ b/changelog @@ -0,0 +1,31 @@ +* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-5 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+ +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Tue Jan 12 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.1-1 +- Update to version 0.4.1. +- Fixes RHBZ#1912715 + +* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-5 +- Second attempt - Rebuilt for +
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Fri Mar 22 09:08:47 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 +- Initial package diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 8249815..35715ae 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 5%{?dist} +Release: %autorelease Summary: Mktemp files and directories # Upstream license specification: MPL-2.0 @@ -71,34 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Tue Jan 12 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.1-1 -- Update to version 0.4.1. -- Fixes RHBZ#1912715 - -* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-5 -- Second attempt - Rebuilt for -
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Fri Mar 22 09:08:47 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 -- Initial package +%autochangelog commit 3ba80d3374d2cf8d477f76d0c0736377990a07e2 Author: Tomas Hrcka <thrcka(a)redhat.com> Date: Tue Jul 25 07:37:24 2023 +0200 Unretirement request:
https://pagure.io/releng/issue/11559
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20a8f08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/mktemp-0.4.0.crate +/mktemp-0.4.1.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d8b0f2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-mktemp + +The rust-mktemp package \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/rust-mktemp.spec b/rust-mktemp.spec new file mode 100644 index 0000000..8249815 --- /dev/null +++ b/rust-mktemp.spec @@ -0,0 +1,104 @@ +# Generated by rust2rpm 16 +%bcond_without check +%global debug_package %{nil} + +%global crate mktemp + +Name: rust-%{crate} +Version: 0.4.1 +Release: 5%{?dist} +Summary: Mktemp files and directories + +# Upstream license specification: MPL-2.0 +License: MPLv2.0 +URL:
https://crates.io/crates/mktemp
+Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Mktemp files and directories.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-5 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+ +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Tue Jan 12 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.1-1 +- Update to version 0.4.1. +- Fixes RHBZ#1912715 + +* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-5 +- Second attempt - Rebuilt for +
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Fri Mar 22 09:08:47 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..786dd76 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (mktemp-0.4.1.crate) = cea41f8bbd6252b8ed342bbf93753c624e068fc9792e459a79e2ccee4c1a735e0159117de39e050ee671ef1c6503b9ca1f04315ca8ab6f38b4e80a56ebc6a130 commit 509b11078d0746c21d66f60550ce89b3f5b1477c Author: Miro Hrončok <miro(a)hroncok.cz> Date: Fri Jan 13 23:39:47 2023 +0100 Orphaned for 6+ weeks diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 20a8f08..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/mktemp-0.4.0.crate -/mktemp-0.4.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index 8d8b0f2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-mktemp - -The rust-mktemp package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/rust-mktemp.spec b/rust-mktemp.spec deleted file mode 100644 index 8249815..0000000 --- a/rust-mktemp.spec +++ /dev/null @@ -1,104 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate mktemp - -Name: rust-%{crate} -Version: 0.4.1 -Release: 5%{?dist} -Summary: Mktemp files and directories - -# Upstream license specification: MPL-2.0 -License: MPLv2.0 -URL:
https://crates.io/crates/mktemp
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Mktemp files and directories.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Tue Jan 12 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.1-1 -- Update to version 0.4.1. -- Fixes RHBZ#1912715 - -* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-5 -- Second attempt - Rebuilt for -
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Fri Mar 22 09:08:47 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 786dd76..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (mktemp-0.4.1.crate) = cea41f8bbd6252b8ed342bbf93753c624e068fc9792e459a79e2ccee4c1a735e0159117de39e050ee671ef1c6503b9ca1f04315ca8ab6f38b4e80a56ebc6a130 commit 4e0a5598ba8874b39029a3a2f9a6c0f7ecceba42 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jul 23 05:13:37 2022 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 8a0de04..8249815 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mktemp files and directories # Upstream license specification: MPL-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-5 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+ * Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-4 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
commit 8853e322af378391963fbbfea9072e772c26edad Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 21 21:51:38 2022 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index c77635b..8a0de04 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mktemp files and directories # Upstream license specification: MPL-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ * Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 735888676e77b6c1436faef6735ae2b8a44890e4 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jul 23 14:52:52 2021 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 71d82e3..c77635b 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mktemp files and directories # Upstream license specification: MPL-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ * Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-2 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
commit 8f86a6b64174c66118af22897cb28b5dc53b0360 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Wed Jan 27 18:15:36 2021 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 9be806e..71d82e3 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mktemp files and directories # Upstream license specification: MPL-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ * Tue Jan 12 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.1-1 - Update to version 0.4.1. - Fixes RHBZ#1912715 commit 52b48ab3fc60b0d4bfbd6c57d3fd32afbe995ab8 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Jan 12 22:26:05 2021 +0100 update to version 0.4.1 diff --git a/.gitignore b/.gitignore index 5f83f76..20a8f08 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mktemp-0.4.0.crate +/mktemp-0.4.1.crate diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 11ad870..9be806e 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -1,13 +1,13 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 16 +%bcond_without check %global debug_package %{nil} %global crate mktemp Name: rust-%{crate} -Version: 0.4.0 -Release: 5%{?dist} -Summary: mktemp files and directories +Version: 0.4.1 +Release: 1%{?dist} +Summary: Mktemp files and directories # Upstream license specification: MPL-2.0 License: MPLv2.0 @@ -15,13 +15,14 @@ URL:
https://crates.io/crates/mktemp
Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(uuid/default) >= 0.7.0 with crate(uuid/default) < 0.8.0) -BuildRequires: (crate(uuid/v4) >= 0.7.0 with crate(uuid/v4) < 0.8.0) -%global _description \ -mktemp files and directories. +%global _description %{expand: +Mktemp files and directories.} %description %{_description} @@ -37,7 +38,7 @@ which use "%{crate}" crate. %files devel %license LICENSE %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -49,12 +50,15 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -67,6 +71,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue Jan 12 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.1-1 +- Update to version 0.4.1. +- Fixes RHBZ#1912715 + * Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-5 - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources index 9bdc1b7..786dd76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mktemp-0.4.0.crate) = 3f660b9f1732daa186416560ea04d14c7411abc6ed9e8cf92752ff07a4a7c3ccd2b91f3fcc7473f55d54fcb17903a66380abb285aeea455a460104c102c3a15d +SHA512 (mktemp-0.4.1.crate) = cea41f8bbd6252b8ed342bbf93753c624e068fc9792e459a79e2ccee4c1a735e0159117de39e050ee671ef1c6503b9ca1f04315ca8ab6f38b4e80a56ebc6a130 commit a87876ebc1b601be6c3fdfdcfdd49b11d0fc3acd Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Aug 1 08:28:58 2020 +0000 - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 1fbee27..11ad870 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: mktemp files and directories # Upstream license specification: MPL-2.0 @@ -67,6 +67,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-5 +- Second attempt - Rebuilt for +
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ * Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
commit ad32a9be153aa8ae55168e5258113cc9b8df9146 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Wed Jul 29 08:42:17 2020 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index b4410cc..1fbee27 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: mktemp files and directories # Upstream license specification: MPL-2.0 @@ -67,6 +67,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ * Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
commit 641f47cd48979767a4c1a3963aa0cd336b4fc0cd Author: Igor Raits <ignatenkobrain(a)fedoraproject.org> Date: Wed Feb 12 11:38:14 2020 +0100 Drop tests They do not work for quite long time. Signed-off-by: Igor Raits <ignatenkobrain(a)fedoraproject.org> diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index 503a97c..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,5 +0,0 @@ ---- -standard-inventory-qcow2: - qemu: - # `cargo test` usually eats more than 1G. - m: 4G diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 4b06801..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "
https://src.fedoraproject.org/tests/rust.git
" - dest: rust - tests: - - rust/cargo-test - environment: - pkg: rust-mktemp commit 14378d885164743bfccfebd114abff97a01e5538 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Thu Jan 30 21:15:21 2020 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 421783c..b4410cc 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: mktemp files and directories # Upstream license specification: MPL-2.0 @@ -67,6 +67,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ * Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
commit 3706d1a7672376c1c6979be7fe67429a817c317a Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jul 26 21:31:58 2019 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mktemp.spec b/rust-mktemp.spec index 099d73e..421783c 100644 --- a/rust-mktemp.spec +++ b/rust-mktemp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: mktemp files and directories # Upstream license specification: MPL-2.0 @@ -67,5 +67,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ * Fri Mar 22 09:08:47 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 - Initial package commit 9800a11e309bba50a0ea00367c44fa3f2fde4941 Author: Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> Date: Sun Mar 24 20:03:10 2019 +0100 Initial import Signed-off-by: Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f83f76 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/mktemp-0.4.0.crate diff --git a/rust-mktemp.spec b/rust-mktemp.spec new file mode 100644 index 0000000..099d73e --- /dev/null +++ b/rust-mktemp.spec @@ -0,0 +1,71 @@ +# Generated by rust2rpm +%bcond_with check +%global debug_package %{nil} + +%global crate mktemp + +Name: rust-%{crate} +Version: 0.4.0 +Release: 1%{?dist} +Summary: mktemp files and directories + +# Upstream license specification: MPL-2.0 +License: MPLv2.0 +URL:
https://crates.io/crates/mktemp
+Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging +BuildRequires: (crate(uuid/default) >= 0.7.0 with crate(uuid/default) < 0.8.0) +BuildRequires: (crate(uuid/v4) >= 0.7.0 with crate(uuid/v4) < 0.8.0) + +%global _description \ +mktemp files and directories. + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE +%doc README.md +%{cargo_registry}/%{crate}-%{version}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Mar 22 09:08:47 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..9bdc1b7 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (mktemp-0.4.0.crate) = 3f660b9f1732daa186416560ea04d14c7411abc6ed9e8cf92752ff07a4a7c3ccd2b91f3fcc7473f55d54fcb17903a66380abb285aeea455a460104c102c3a15d diff --git a/tests/.fmf/version b/tests/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/provision.fmf b/tests/provision.fmf new file mode 100644 index 0000000..503a97c --- /dev/null +++ b/tests/provision.fmf @@ -0,0 +1,5 @@ +--- +standard-inventory-qcow2: + qemu: + # `cargo test` usually eats more than 1G. + m: 4G diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..4b06801 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "
https://src.fedoraproject.org/tests/rust.git
" + dest: rust + tests: + - rust/cargo-test + environment: + pkg: rust-mktemp
1
0
0
0
Architecture specific change in rpms/rust-gitui.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-gitui.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-gitui.git/commit/?id=994841bde…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 994841bdef6680c50765f5c669864a12e56b7eac Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Jul 30 21:52:46 2023 +0200 Update to version 0.23.0; Fixes RHBZ#21192439 diff --git a/README.md b/README.md deleted file mode 100644 index 9a87621..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-gitui - -The rust-gitui package \ No newline at end of file diff --git a/gitui-fix-metadata.diff b/gitui-fix-metadata.diff index 4a06c21..6eaa84f 100644 --- a/gitui-fix-metadata.diff +++ b/gitui-fix-metadata.diff @@ -1,42 +1,17 @@ ---- gitui-0.20.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ gitui-0.20.1/Cargo.toml 2022-07-21T09:01:20.897104+00:00 -@@ -46,7 +46,7 @@ - version = "1.3" - - [dependencies.bugreport] --version = "0.4" -+version = "0.5" - - [dependencies.bytesize] - version = "1.1" -@@ -63,7 +63,7 @@ - version = "0.5" - - [dependencies.crossterm] --version = "0.20" -+version = "0.22" - features = ["serde"] - - [dependencies.dirs-next] -@@ -119,9 +119,8 @@ - version = "0.14" - - [dependencies.tui] --version = "0.16" --features = ["crossterm", "serde"] --default-features = false -+version = "0.17" -+features = ["serde"] - - [dependencies.unicode-segmentation] - version = "1.8" -@@ -141,9 +140,5 @@ +--- gitui-0.23.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gitui-0.23.0/Cargo.toml 2023-07-18T18:44:26.863507+00:00 +@@ -178,14 +178,12 @@ + "ghemoji", + "regex-fancy", + "trace-libgit", +- "vendor-openssl", + ] + ghemoji = ["gh-emoji"] + regex-fancy = ["syntect/regex-fancy"] + regex-onig = ["syntect/regex-onig"] + timing = ["scopetime/enabled"] trace-libgit = ["asyncgit/trace-libgit"] - [target."cfg(all(target_family=\"unix\",not(target_os=\"macos\")))".dependencies.which] - version = "4.2" --[target."cfg(not(windows))".dependencies.pprof] --version = "=0.6.1" --features = ["flamegraph"] --optional = true - [badges.maintenance] - status = "actively-developed" +-vendor-openssl = ["asyncgit/vendor-openssl"] + + [target."cfg(not(windows))".dependencies.pprof] + version = "0.11" diff --git a/rust-gitui.spec b/rust-gitui.spec index 6efe5d6..611b59d 100644 --- a/rust-gitui.spec +++ b/rust-gitui.spec @@ -1,25 +1,19 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global crate gitui -Name: rust-%{crate} -Version: 0.20.1 +Name: rust-gitui +Version: 0.23.0 Release: %autorelease Summary: Blazing fast terminal-ui for git -# Upstream license specification: MIT License: MIT URL:
https://crates.io/crates/gitui
Source: %{crates_source} -# Initial patched metadata -# * bump bugreport from 0.4 to 0.5 -# * bump crossterm from 0.20 to 0.22 -# * bump tui from 0.16 to 0.17 -# * drop unused optional pprof dependency -Patch0: gitui-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +# Manually created patch for downstream crate metadata changes +# * drop feature for building against vendored OpenSSL sources +Patch: gitui-fix-metadata.diff BuildRequires: rust-packaging >= 21 @@ -30,12 +24,33 @@ Blazing fast terminal-ui for git.} %package -n %{crate} Summary: %{summary} +# (MIT OR Apache-2.0) AND BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT +# (MIT OR Apache-2.0) AND Unicode-DFS-2016 +# 0BSD OR MIT OR Apache-2.0 +# Apache-2.0 +# Apache-2.0 OR BSL-1.0 +# Apache-2.0 OR MIT +# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# BSD-2-Clause +# CC0-1.0 +# ISC +# MIT +# MIT OR Apache-2.0 +# MIT OR Apache-2.0 OR Zlib +# MIT OR Zlib OR Apache-2.0 +# MPL-2.0 +# Unlicense OR MIT +# Zlib OR Apache-2.0 OR MIT +License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only WITH GCC-exception-2.0 AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) +# LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE.md +%license LICENSE.dependencies %doc CHANGELOG.md +%doc FAQ.md %doc KEY_CONFIG.md %doc README.md %doc THEMES.md @@ -50,6 +65,8 @@ Summary: %{summary} %build %cargo_build +%cargo_license_summary +%{cargo_license} > LICENSE.dependencies %install %cargo_install diff --git a/sources b/sources index 30ce964..d35276e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gitui-0.20.1.crate) = ccc35b953dcf69dd745fe492df42249964d10fee1a3d33dee104864927e8fef497f6beaf23bcdc1ab149497204fbb91d1bad8e633d346a6bc1de49f5186a84eb +SHA512 (gitui-0.23.0.crate) = e6d02817bc8c6391e11fc4070442a87ec7557c3799a506456f48a63f24efb58f5737b671de1300d404f610e32ddcd301662df2078317a0736216386074f98a96 commit 4e54cc326093fde45a44e500731509ebf5e84026 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jul 21 20:45:01 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-gitui.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-gitui.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-gitui.git/commit/?id=994841bde…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 994841bdef6680c50765f5c669864a12e56b7eac Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Jul 30 21:52:46 2023 +0200 Update to version 0.23.0; Fixes RHBZ#21192439 diff --git a/README.md b/README.md deleted file mode 100644 index 9a87621..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-gitui - -The rust-gitui package \ No newline at end of file diff --git a/gitui-fix-metadata.diff b/gitui-fix-metadata.diff index 4a06c21..6eaa84f 100644 --- a/gitui-fix-metadata.diff +++ b/gitui-fix-metadata.diff @@ -1,42 +1,17 @@ ---- gitui-0.20.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ gitui-0.20.1/Cargo.toml 2022-07-21T09:01:20.897104+00:00 -@@ -46,7 +46,7 @@ - version = "1.3" - - [dependencies.bugreport] --version = "0.4" -+version = "0.5" - - [dependencies.bytesize] - version = "1.1" -@@ -63,7 +63,7 @@ - version = "0.5" - - [dependencies.crossterm] --version = "0.20" -+version = "0.22" - features = ["serde"] - - [dependencies.dirs-next] -@@ -119,9 +119,8 @@ - version = "0.14" - - [dependencies.tui] --version = "0.16" --features = ["crossterm", "serde"] --default-features = false -+version = "0.17" -+features = ["serde"] - - [dependencies.unicode-segmentation] - version = "1.8" -@@ -141,9 +140,5 @@ +--- gitui-0.23.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gitui-0.23.0/Cargo.toml 2023-07-18T18:44:26.863507+00:00 +@@ -178,14 +178,12 @@ + "ghemoji", + "regex-fancy", + "trace-libgit", +- "vendor-openssl", + ] + ghemoji = ["gh-emoji"] + regex-fancy = ["syntect/regex-fancy"] + regex-onig = ["syntect/regex-onig"] + timing = ["scopetime/enabled"] trace-libgit = ["asyncgit/trace-libgit"] - [target."cfg(all(target_family=\"unix\",not(target_os=\"macos\")))".dependencies.which] - version = "4.2" --[target."cfg(not(windows))".dependencies.pprof] --version = "=0.6.1" --features = ["flamegraph"] --optional = true - [badges.maintenance] - status = "actively-developed" +-vendor-openssl = ["asyncgit/vendor-openssl"] + + [target."cfg(not(windows))".dependencies.pprof] + version = "0.11" diff --git a/rust-gitui.spec b/rust-gitui.spec index 6efe5d6..611b59d 100644 --- a/rust-gitui.spec +++ b/rust-gitui.spec @@ -1,25 +1,19 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global crate gitui -Name: rust-%{crate} -Version: 0.20.1 +Name: rust-gitui +Version: 0.23.0 Release: %autorelease Summary: Blazing fast terminal-ui for git -# Upstream license specification: MIT License: MIT URL:
https://crates.io/crates/gitui
Source: %{crates_source} -# Initial patched metadata -# * bump bugreport from 0.4 to 0.5 -# * bump crossterm from 0.20 to 0.22 -# * bump tui from 0.16 to 0.17 -# * drop unused optional pprof dependency -Patch0: gitui-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +# Manually created patch for downstream crate metadata changes +# * drop feature for building against vendored OpenSSL sources +Patch: gitui-fix-metadata.diff BuildRequires: rust-packaging >= 21 @@ -30,12 +24,33 @@ Blazing fast terminal-ui for git.} %package -n %{crate} Summary: %{summary} +# (MIT OR Apache-2.0) AND BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT +# (MIT OR Apache-2.0) AND Unicode-DFS-2016 +# 0BSD OR MIT OR Apache-2.0 +# Apache-2.0 +# Apache-2.0 OR BSL-1.0 +# Apache-2.0 OR MIT +# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# BSD-2-Clause +# CC0-1.0 +# ISC +# MIT +# MIT OR Apache-2.0 +# MIT OR Apache-2.0 OR Zlib +# MIT OR Zlib OR Apache-2.0 +# MPL-2.0 +# Unlicense OR MIT +# Zlib OR Apache-2.0 OR MIT +License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only WITH GCC-exception-2.0 AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) +# LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE.md +%license LICENSE.dependencies %doc CHANGELOG.md +%doc FAQ.md %doc KEY_CONFIG.md %doc README.md %doc THEMES.md @@ -50,6 +65,8 @@ Summary: %{summary} %build %cargo_build +%cargo_license_summary +%{cargo_license} > LICENSE.dependencies %install %cargo_install diff --git a/sources b/sources index 30ce964..d35276e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gitui-0.20.1.crate) = ccc35b953dcf69dd745fe492df42249964d10fee1a3d33dee104864927e8fef497f6beaf23bcdc1ab149497204fbb91d1bad8e633d346a6bc1de49f5186a84eb +SHA512 (gitui-0.23.0.crate) = e6d02817bc8c6391e11fc4070442a87ec7557c3799a506456f48a63f24efb58f5737b671de1300d404f610e32ddcd301662df2078317a0736216386074f98a96 commit 4e54cc326093fde45a44e500731509ebf5e84026 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jul 21 20:45:01 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-asyncgit.git
by githook-noreply@fedoraproject.org
30 Jul '23
30 Jul '23
The package rpms/rust-asyncgit.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-asyncgit.git/commit/?id=0382fb…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 0382fbfe0fba2de19eaabac4cdef3af9e8381382 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Jul 30 21:35:55 2023 +0200 Update to version 0.23.0; Fixes RHBZ#2119183 diff --git a/README.md b/README.md deleted file mode 100644 index 83ee7c0..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-asyncgit - -The rust-asyncgit package \ No newline at end of file diff --git a/asyncgit-fix-metadata.diff b/asyncgit-fix-metadata.diff index 2429260..e2e8798 100644 --- a/asyncgit-fix-metadata.diff +++ b/asyncgit-fix-metadata.diff @@ -1,10 +1,19 @@ ---- asyncgit-0.20.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ asyncgit-0.20.1/Cargo.toml 2022-02-20T14:30:09.320305+00:00 -@@ -35,7 +35,6 @@ +--- asyncgit-0.23.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ asyncgit-0.23.0/Cargo.toml 2023-07-13T22:21:14.438146+00:00 +@@ -36,11 +36,6 @@ - [dependencies.openssl-sys] - version = "0.9" + [dependencies.log] + version = "0.4" +- +-[dependencies.openssl-sys] +-version = "0.9" -features = ["vendored"] +-optional = true [dependencies.rayon-core] - version = "1.9" + version = "1.11" +@@ -82,4 +77,3 @@ + [features] + default = ["trace-libgit"] + trace-libgit = [] +-vendor-openssl = ["openssl-sys"] diff --git a/rust-asyncgit.spec b/rust-asyncgit.spec index 8a072b2..101f4d3 100644 --- a/rust-asyncgit.spec +++ b/rust-asyncgit.spec @@ -1,25 +1,22 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate asyncgit -Name: rust-%{crate} -Version: 0.20.1 +Name: rust-asyncgit +Version: 0.23.0 Release: %autorelease Summary: Allow using git2 in a asynchronous context -# Upstream license specification: MIT License: MIT URL:
https://crates.io/crates/asyncgit
Source: %{crates_source} -# Initial patched metadata -# * No vendored -Patch0: asyncgit-fix-metadata.diff +# Manually created patch for downstream crate metadata changes +# * drop feature for building against vendored OpenSSL sources +Patch: asyncgit-fix-metadata.diff -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Allow using git2 in a asynchronous context.} @@ -36,9 +33,9 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -%license LICENSE.md -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -50,7 +47,7 @@ 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}+trace-libgit-devel Summary: %{summary} @@ -62,7 +59,7 @@ This package contains library source intended for building other packages which use the "trace-libgit" feature of the "%{crate}" crate. %files -n %{name}+trace-libgit-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -83,8 +80,8 @@ echo '/usr/bin/git' %if %{with check} %check -# Some tests require an internet connection -%cargo_test -- -- --skip sync::remotes::tests::test_smoke --skip sync::remotes::tests::test_default_remote --skip sync::remotes::tests::test_default_remote_out_of_order +# * skip tests which require internet connectivity +%cargo_test -- -- --skip sync::submodules::tests::test_smoke %endif %changelog diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..5dd4439 --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,3 @@ +[DEFAULT] +testrequires = + /usr/bin/git diff --git a/sources b/sources index 94de6fb..40805a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (asyncgit-0.20.1.crate) = a8cf362fa1c36300514b72616a86b782fde5d49852c94f800caf33029de0505a6dfef5be88e157423fb0be7d9970923a9c057f7d459b535be14c98db15c7befb +SHA512 (asyncgit-0.23.0.crate) = e09b3b643b3ce9bc6d2af57d8cc257f47deddea6df4831cf358b3e0065abb53627a7576a34c6761a9bdd2791b6837664d91f06335fe009ee844899d720a983ae commit b911949eb7d3da606bc7c2fb54c4783fe908ea4c Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jul 21 19:01:43 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> commit d41993bb89ae2334e87d81e275d7e0af27d4f2c4 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 21:38:53 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
← Newer
1
2
3
4
5
6
...
27
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Results per page:
10
25
50
100
200