public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-tower-http0.5] rawhide: compat package no longer needed
Date: Fri, 31 Jul 2026 13:12:15 GMT [thread overview]
Message-ID: <178550353597.1.15590867915299878237.rpms-rust-tower-http0.5-1467ca88662a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-tower-http0.5
Branch : rawhide
Commit : 1467ca88662aa7ae8cc1410bcd85e36810b44ec1
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-31T15:12:10+02:00
Stats : +1/-669 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tower-http0.5/c/1467ca88662aa7ae8cc1410bcd85e36810b44ec1?branch=rawhide
Log:
compat package no longer needed
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 84424a6..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/tower-http-0.5.2.crate
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3f67be8
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+compat package no longer needed
diff --git a/rust-tower-http0.5.spec b/rust-tower-http0.5.spec
deleted file mode 100644
index 3dd13ae..0000000
--- a/rust-tower-http0.5.spec
+++ /dev/null
@@ -1,627 +0,0 @@
-# Generated by rust2rpm 26
-# * tests can only be run in-tree
-%bcond_with check
-%global debug_package %{nil}
-
-%global crate tower-http
-
-Name: rust-tower-http0.5
-Version: 0.5.2
-Release: %autorelease
-Summary: Tower middleware and utilities for HTTP clients and servers
-
-License: MIT
-URL: https://crates.io/crates/tower-http
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * bump base64 dependency from 0.21 to 0.22
-# * bump brotli dependency from 6 to 7
-# * bump sync_wrapper dependency from 0.1.1 to 1
-Patch: tower-http-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Tower middleware and utilities for HTTP clients and servers.}
-
-%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
-%doc %{crate_instdir}/CHANGELOG.md
-%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}+add-extension-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+add-extension-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "add-extension" feature of the "%{crate}" crate.
-
-%files -n %{name}+add-extension-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+async-compression-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+async-compression-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "async-compression" feature of the "%{crate}" crate.
-
-%files -n %{name}+async-compression-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+auth-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+auth-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "auth" feature of the "%{crate}" crate.
-
-%files -n %{name}+auth-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}+catch-panic-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+catch-panic-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "catch-panic" feature of the "%{crate}" crate.
-
-%files -n %{name}+catch-panic-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+compression-br-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+compression-br-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "compression-br" feature of the "%{crate}" crate.
-
-%files -n %{name}+compression-br-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+compression-deflate-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+compression-deflate-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "compression-deflate" feature of the "%{crate}" crate.
-
-%files -n %{name}+compression-deflate-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+compression-full-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+compression-full-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "compression-full" feature of the "%{crate}" crate.
-
-%files -n %{name}+compression-full-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+compression-gzip-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+compression-gzip-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "compression-gzip" feature of the "%{crate}" crate.
-
-%files -n %{name}+compression-gzip-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+compression-zstd-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+compression-zstd-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "compression-zstd" feature of the "%{crate}" crate.
-
-%files -n %{name}+compression-zstd-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+cors-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+cors-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "cors" feature of the "%{crate}" crate.
-
-%files -n %{name}+cors-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+decompression-br-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+decompression-br-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "decompression-br" feature of the "%{crate}" crate.
-
-%files -n %{name}+decompression-br-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+decompression-deflate-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+decompression-deflate-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "decompression-deflate" feature of the "%{crate}" crate.
-
-%files -n %{name}+decompression-deflate-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+decompression-full-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+decompression-full-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "decompression-full" feature of the "%{crate}" crate.
-
-%files -n %{name}+decompression-full-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+decompression-gzip-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+decompression-gzip-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "decompression-gzip" feature of the "%{crate}" crate.
-
-%files -n %{name}+decompression-gzip-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+decompression-zstd-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+decompression-zstd-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "decompression-zstd" feature of the "%{crate}" crate.
-
-%files -n %{name}+decompression-zstd-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+follow-redirect-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+follow-redirect-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "follow-redirect" feature of the "%{crate}" crate.
-
-%files -n %{name}+follow-redirect-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+fs-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+fs-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "fs" feature of the "%{crate}" crate.
-
-%files -n %{name}+fs-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+full-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+full-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "full" feature of the "%{crate}" crate.
-
-%files -n %{name}+full-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+futures-core-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+futures-core-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "futures-core" feature of the "%{crate}" crate.
-
-%files -n %{name}+futures-core-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+futures-util-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+futures-util-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "futures-util" feature of the "%{crate}" crate.
-
-%files -n %{name}+futures-util-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+httpdate-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+httpdate-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "httpdate" feature of the "%{crate}" crate.
-
-%files -n %{name}+httpdate-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+iri-string-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+iri-string-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "iri-string" feature of the "%{crate}" crate.
-
-%files -n %{name}+iri-string-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+limit-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+limit-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "limit" feature of the "%{crate}" crate.
-
-%files -n %{name}+limit-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+map-request-body-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+map-request-body-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "map-request-body" feature of the "%{crate}" crate.
-
-%files -n %{name}+map-request-body-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+map-response-body-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+map-response-body-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "map-response-body" feature of the "%{crate}" crate.
-
-%files -n %{name}+map-response-body-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+metrics-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+metrics-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "metrics" feature of the "%{crate}" crate.
-
-%files -n %{name}+metrics-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+mime-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+mime-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "mime" feature of the "%{crate}" crate.
-
-%files -n %{name}+mime-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+mime_guess-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+mime_guess-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "mime_guess" feature of the "%{crate}" crate.
-
-%files -n %{name}+mime_guess-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+normalize-path-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+normalize-path-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "normalize-path" feature of the "%{crate}" crate.
-
-%files -n %{name}+normalize-path-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+percent-encoding-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+percent-encoding-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "percent-encoding" feature of the "%{crate}" crate.
-
-%files -n %{name}+percent-encoding-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+propagate-header-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+propagate-header-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "propagate-header" feature of the "%{crate}" crate.
-
-%files -n %{name}+propagate-header-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+redirect-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+redirect-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "redirect" feature of the "%{crate}" crate.
-
-%files -n %{name}+redirect-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+request-id-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+request-id-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "request-id" feature of the "%{crate}" crate.
-
-%files -n %{name}+request-id-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+sensitive-headers-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+sensitive-headers-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "sensitive-headers" feature of the "%{crate}" crate.
-
-%files -n %{name}+sensitive-headers-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+set-header-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+set-header-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "set-header" feature of the "%{crate}" crate.
-
-%files -n %{name}+set-header-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+set-status-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+set-status-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "set-status" feature of the "%{crate}" crate.
-
-%files -n %{name}+set-status-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+timeout-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+timeout-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "timeout" feature of the "%{crate}" crate.
-
-%files -n %{name}+timeout-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+tokio-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+tokio-devel %{_description}
-
-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 %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+tokio-util-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+tokio-util-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "tokio-util" feature of the "%{crate}" crate.
-
-%files -n %{name}+tokio-util-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+tower-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+tower-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "tower" feature of the "%{crate}" crate.
-
-%files -n %{name}+tower-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+trace-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+trace-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "trace" feature of the "%{crate}" crate.
-
-%files -n %{name}+trace-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+tracing-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+tracing-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "tracing" feature of the "%{crate}" crate.
-
-%files -n %{name}+tracing-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+util-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+util-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "util" feature of the "%{crate}" crate.
-
-%files -n %{name}+util-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+uuid-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+uuid-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "uuid" feature of the "%{crate}" crate.
-
-%files -n %{name}+uuid-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+validate-request-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+validate-request-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "validate-request" feature of the "%{crate}" crate.
-
-%files -n %{name}+validate-request-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version} -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/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index bf9f754..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "bump base64 dependency from 0.21 to 0.22",
- "bump brotli dependency from 6 to 7",
- "bump sync_wrapper dependency from 0.1.1 to 1",
-]
-
-[tests]
-run = ["none"]
-comments = ["tests can only be run in-tree"]
-
diff --git a/sources b/sources
deleted file mode 100644
index 3e55df9..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (tower-http-0.5.2.crate) = af63cafc854fc0121d62ef03de0dc4349beb80efa2d185e20d299f110b46bdc7c46b161053fecc6d430200ac961bb6cf040ec0580fef5244be0f7ed6e31fc341
diff --git a/tower-http-fix-metadata.diff b/tower-http-fix-metadata.diff
deleted file mode 100644
index 1ebae03..0000000
--- a/tower-http-fix-metadata.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- tower-http-0.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ tower-http-0.5.2/Cargo.toml 2024-10-08T20:25:31.169862+00:00
-@@ -64,7 +64,7 @@
- optional = true
-
- [dependencies.base64]
--version = "0.21"
-+version = "0.22"
- optional = true
-
- [dependencies.bitflags]
-@@ -156,7 +156,7 @@
- version = "0.1"
-
- [dev-dependencies.brotli]
--version = "3"
-+version = "7"
-
- [dev-dependencies.bytes]
- version = "1"
-@@ -182,7 +182,7 @@
- version = "1.0"
-
- [dev-dependencies.sync_wrapper]
--version = "0.1.1"
-+version = "1"
-
- [dev-dependencies.tokio]
- version = "1"
reply other threads:[~2026-07-31 13:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178550353597.1.15590867915299878237.rpms-rust-tower-http0.5-1467ca88662a@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox