public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-uu_uniq] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
Date: Tue, 09 Jun 2026 20:36:08 GMT [thread overview]
Message-ID: <178103736831.1.2782501121805568711.rpms-rust-uu_uniq-f1b5993683a3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-uu_uniq
Branch : rawhide
Commit : f1b5993683a38193a2b1c94a103b1f74d62a6040
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T21:36:02+01:00
Stats : +1/-109 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-uu_uniq/c/f1b5993683a38193a2b1c94a103b1f74d62a6040?branch=rawhide
Log:
rust-coreutils internal dependency; replaced by uutils-coreutils
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 053c734..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_uniq-0.0.23.crate
-/uu_uniq-0.0.27.crate
-/uu_uniq-0.7.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 3c6c91d..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_uniq
-
-The rust-uu_uniq package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..40ecc77
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+rust-coreutils internal dependency; replaced by uutils-coreutils
diff --git a/rust-uu_uniq.spec b/rust-uu_uniq.spec
deleted file mode 100644
index ed4af96..0000000
--- a/rust-uu_uniq.spec
+++ /dev/null
@@ -1,74 +0,0 @@
-# Generated by rust2rpm 28
-%bcond check 1
-%global debug_package %{nil}
-
-# prevent executables from being installed
-%global cargo_install_bin 0
-
-%global crate uu_uniq
-
-Name: rust-uu_uniq
-Version: 0.7.0
-Release: %autorelease
-Summary: uniq ~ (uutils) filter identical adjacent lines from input
-
-License: MIT
-URL: https://crates.io/crates/uu_uniq
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * drop benchmarking dependencies like divan
-Patch: uu_uniq-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 26
-
-%global _description %{expand:
-uniq ~ (uutils) filter identical adjacent lines from input.}
-
-%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}/README.package.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} -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 da797d6..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[package]
-# avoid capitalization
-summary = "uniq ~ (uutils) filter identical adjacent lines from input"
-description = "uniq ~ (uutils) filter identical adjacent lines from input."
-
-# for binary, see rust-coreutils
-cargo-install-bin = false
-
-cargo-toml-patch-comments = [
- "drop benchmarking dependencies like divan",
-]
diff --git a/sources b/sources
deleted file mode 100644
index 3718fb2..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_uniq-0.7.0.crate) = 092f656a625d7f69ca7d0944942b5fd4ed004760814c6dcc9d75a9f40d55f7cc96024b041295ff0a2c146787cdb1101772d2183b5cde85cc1e4e76257b397b49
diff --git a/uu_uniq-fix-metadata.diff b/uu_uniq-fix-metadata.diff
deleted file mode 100644
index ef986a1..0000000
--- a/uu_uniq-fix-metadata.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- uu_uniq-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ uu_uniq-0.7.0/Cargo.toml 2026-03-16T22:00:26.991073+00:00
-@@ -64,14 +64,9 @@
- features = ["parser"]
- package = "uucore"
-
--[dev-dependencies.divan]
--version = "4.0.5"
--package = "codspeed-divan-compat"
--
- [dev-dependencies.uucore]
- version = "0.7.0"
- features = [
-- "benchmark",
- "parser",
- ]
- package = "uucore"
reply other threads:[~2026-06-09 20:36 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=178103736831.1.2782501121805568711.rpms-rust-uu_uniq-f1b5993683a3@fedoraproject.org \
--to=salimma@fedoraproject.org \
--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