public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-uu_date] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
@ 2026-06-09 20:07 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-06-09 20:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-uu_date
Branch : rawhide
Commit : 16a6128a022e32250d4eec8e05491aa2a223ecd4
Author : Michel Lind <salimma@fedoraproject.org>
Date   : 2026-06-09T21:07:37+01:00
Stats  : +1/-145 in 8 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-uu_date/c/16a6128a022e32250d4eec8e05491aa2a223ecd4?branch=rawhide

Log:
rust-coreutils internal dependency; replaced by uutils-coreutils

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 4f24fa8..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_date-0.0.23.crate
-/uu_date-0.0.27.crate
-/uu_date-0.7.0.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index 90dffe9..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_date
-
-The rust-uu_date 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_date.spec b/rust-uu_date.spec
deleted file mode 100644
index f7cccdb..0000000
--- a/rust-uu_date.spec
+++ /dev/null
@@ -1,88 +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_date
-
-Name:           rust-uu_date
-Version:        0.7.0
-Release:        %autorelease
-Summary:        date ~ (uutils) display or set the current time
-
-License:        MIT
-URL:            https://crates.io/crates/uu_date
-Source:         %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch:          uu_date-fix-metadata-auto.diff
-# Manually created patch for downstream crate metadata changes
-# * drop benchmarking dependencies like divan
-Patch:          uu_date-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 26
-
-%global _description %{expand:
-date ~ (uutils) display or set the current time.}
-
-%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
-
-%package     -n %{name}+i18n-datetime-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+i18n-datetime-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "i18n-datetime" feature of the "%{crate}" crate.
-
-%files       -n %{name}+i18n-datetime-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 044af88..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-# avoid capitalization
-summary = "date ~ (uutils) display or set the current time"
-description = "date ~ (uutils) display or set the current time."
-cargo-toml-patch-comments = [
-  "drop benchmarking dependencies like divan",
-]
-# for binary, see rust-coreutils
-cargo-install-bin = false

diff --git a/sources b/sources
deleted file mode 100644
index a2ba4ed..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_date-0.7.0.crate) = f1a65abe00d168543a171b1217608f3e6cd7ccf276588eb3a5c0aa1bb7102b190638c9f15717ab166a147451a12c13a66f1b9c8243aff35cd517471f9549623c

diff --git a/uu_date-fix-metadata-auto.diff b/uu_date-fix-metadata-auto.diff
deleted file mode 100644
index e0d7afa..0000000
--- a/uu_date-fix-metadata-auto.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- uu_date-0.7.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ uu_date-0.7.0/Cargo.toml	2026-03-14T20:08:11.413702+00:00
-@@ -119,14 +119,6 @@
- features = ["time"]
- default-features = false
- 
--[target."cfg(windows)".dependencies.windows-sys]
--version = "0.61.0"
--features = [
--    "Win32_Foundation",
--    "Win32_System_SystemInformation",
--]
--default-features = false
--
- [lints.clippy]
- cargo_common_metadata = "allow"
- cast_lossless = "allow"
-@@ -190,3 +182,4 @@
-     "cfg(fuzzing)",
-     'cfg(target_os, values("cygwin"))',
- ]
-+

diff --git a/uu_date-fix-metadata.diff b/uu_date-fix-metadata.diff
deleted file mode 100644
index 9bcc312..0000000
--- a/uu_date-fix-metadata.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- uu_date-0.7.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ uu_date-0.7.0/Cargo.toml	2026-03-14T20:08:21.289241+00:00
-@@ -102,16 +102,11 @@
- ]
- package = "uucore"
- 
--[dev-dependencies.divan]
--version = "4.0.5"
--package = "codspeed-divan-compat"
--
- [dev-dependencies.tempfile]
- version = "3.15.0"
- 
- [dev-dependencies.uucore]
- version = "0.7.0"
--features = ["benchmark"]
- package = "uucore"
- 
- [target."cfg(unix)".dependencies.nix]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 20:07 [rpms/rust-uu_date] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils Michel Lind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox