Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 2084426 Details for
Bug 2358970
Review Request: rust-prost-reflect - Protobuf library extending prost with reflection support and dynamic messages
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 8888705 to 8890008
spec-from-8888705-to-8890008.diff (text/plain), 4.59 KB, created by
Fedora Review Service
on 2025-04-11 09:56:38 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8888705 to 8890008
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2025-04-11 09:56:38 UTC
Size:
4.59 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8888705 >+++ https://copr.fedorainfracloud.org/coprs/build/8890008 >@@ -15,18 +15,15 @@ > %global crate prost-reflect > > Name: rust-prost-reflect >-Version: 0.14.7 >+Version: 0.15.0 > Release: %autorelease > Summary: Protobuf library extending prost with reflection support and dynamic messages > > License: MIT OR Apache-2.0 > URL: https://crates.io/crates/prost-reflect > Source: %{crates_source} >-Source2: https://raw.githubusercontent.com/andrewhickman/prost-reflect/refs/tags/0.14.6/LICENSE-APACHE >-Source3: https://raw.githubusercontent.com/andrewhickman/prost-reflect/refs/tags/0.14.6/LICENSE-MIT > > BuildRequires: cargo-rpm-macros >= 24 >-BuildRequires: tomcli > > %global _description %{expand: > A protobuf library extending prost with reflection support and dynamic >@@ -61,42 +58,6 @@ > %files -n %{name}+default-devel > %ghost %{crate_instdir}/Cargo.toml > >-%package -n %{name}+base64-devel >-Summary: %{summary} >-BuildArch: noarch >- >-%description -n %{name}+base64-devel %{_description} >- >-This package contains library source intended for building other packages which >-use the "base64" feature of the "%{crate}" crate. >- >-%files -n %{name}+base64-devel >-%ghost %{crate_instdir}/Cargo.toml >- >-%package -n %{name}+derive-devel >-Summary: %{summary} >-BuildArch: noarch >- >-%description -n %{name}+derive-devel %{_description} >- >-This package contains library source intended for building other packages which >-use the "derive" feature of the "%{crate}" crate. >- >-%files -n %{name}+derive-devel >-%ghost %{crate_instdir}/Cargo.toml >- >-%package -n %{name}+logos-devel >-Summary: %{summary} >-BuildArch: noarch >- >-%description -n %{name}+logos-devel %{_description} >- >-This package contains library source intended for building other packages which >-use the "logos" feature of the "%{crate}" crate. >- >-%files -n %{name}+logos-devel >-%ghost %{crate_instdir}/Cargo.toml >- > %package -n %{name}+miette-devel > Summary: %{summary} > BuildArch: noarch >@@ -107,54 +68,6 @@ > use the "miette" feature of the "%{crate}" crate. > > %files -n %{name}+miette-devel >-%ghost %{crate_instdir}/Cargo.toml >- >-%package -n %{name}+prost-reflect-derive-devel >-Summary: %{summary} >-BuildArch: noarch >- >-%description -n %{name}+prost-reflect-derive-devel %{_description} >- >-This package contains library source intended for building other packages which >-use the "prost-reflect-derive" feature of the "%{crate}" crate. >- >-%files -n %{name}+prost-reflect-derive-devel >-%ghost %{crate_instdir}/Cargo.toml >- >-%package -n %{name}+serde-devel >-Summary: %{summary} >-BuildArch: noarch >- >-%description -n %{name}+serde-devel %{_description} >- >-This package contains library source intended for building other packages which >-use the "serde" feature of the "%{crate}" crate. >- >-%files -n %{name}+serde-devel >-%ghost %{crate_instdir}/Cargo.toml >- >-%package -n %{name}+serde-value-devel >-Summary: %{summary} >-BuildArch: noarch >- >-%description -n %{name}+serde-value-devel %{_description} >- >-This package contains library source intended for building other packages which >-use the "serde-value" feature of the "%{crate}" crate. >- >-%files -n %{name}+serde-value-devel >-%ghost %{crate_instdir}/Cargo.toml >- >-%package -n %{name}+serde1-devel >-Summary: %{summary} >-BuildArch: noarch >- >-%description -n %{name}+serde1-devel %{_description} >- >-This package contains library source intended for building other packages which >-use the "serde1" feature of the "%{crate}" crate. >- >-%files -n %{name}+serde1-devel > %ghost %{crate_instdir}/Cargo.toml > > %package -n %{name}+text-format-devel >@@ -172,14 +85,6 @@ > %prep > %autosetup -n %{crate}-%{version} -p1 > %cargo_prep >-cp %{SOURCE2} . >-cp %{SOURCE3} . >-# Avoid circular dependency with protox >-# https://github.com/andrewhickman/prost-reflect/issues/154 >-tomcli set Cargo.toml del dev-dependencies.protox >-# Disable test that use protox >-sed -r -i 's/(fn compare_parsed_and_coded_default_descriptors.*)/#[cfg(any())]\n\1/' src/reflect/wkt.rs >-sed -r -i 's/(fn expected_well_known_types.*)/#[cfg(any())]\n\1/' src/reflect/wkt.rs > # Broken test because tests.rs is not in crate > sed -i '/#\[cfg(test)\]/,/mod tests/d' src/descriptor/mod.rs > >@@ -215,7 +120,7 @@ > > %changelog > ## START: Generated by rpmautospec >-* Thu Apr 10 2025 John Doe <packager@example.com> - 0.14.7-1 >+* Fri Apr 11 2025 John Doe <packager@example.com> - 0.15.0-1 > - Uncommitted changes > ## END: Generated by rpmautospec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2358970
: 2084426 |
2084440
|
2084783
|
2086204