public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-uu_expr] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
@ 2026-06-09 20:11 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-06-09 20:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-uu_expr
Branch : rawhide
Commit : 9deba676aa18419189bf366e8541e46c55cafbd2
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T21:11:19+01:00
Stats : +1/-124 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-uu_expr/c/9deba676aa18419189bf366e8541e46c55cafbd2?branch=rawhide
Log:
rust-coreutils internal dependency; replaced by uutils-coreutils
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 54fc8a5..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_expr-0.0.23.crate
-/uu_expr-0.0.27.crate
-/uu_expr-0.7.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index c9cfcbc..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_expr
-
-The rust-uu_expr 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_expr.spec b/rust-uu_expr.spec
deleted file mode 100644
index 2b82757..0000000
--- a/rust-uu_expr.spec
+++ /dev/null
@@ -1,82 +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_expr
-
-Name: rust-uu_expr
-Version: 0.7.0
-Release: %autorelease
-Summary: expr ~ (uutils) display the value of EXPRESSION
-
-License: MIT
-URL: https://crates.io/crates/uu_expr
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * relax onig requirement from ~6.5.1 to 6.4, undoing #7976 and #7973
-Patch: uu_expr-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 26
-
-%global _description %{expand:
-expr ~ (uutils) display the value of EXPRESSION.}
-
-%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
-%if 0%{?fedora}
-%cargo_test
-%else
-# * fails on EPEL 9 and 10 with:
-# ---- syntax_tree::test::starting_stars_become_escaped stdout ----
-# thread 'syntax_tree::test::starting_stars_become_escaped' panicked at src/syntax_tree.rs:1116:14:
-# called `Result::unwrap()` on an `Err` value: InvalidRegexExpression
-%cargo_test -- -- --exact --skip syntax_tree::test::starting_stars_become_escaped
-%endif
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index ae9c641..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-[package]
-# avoid capitalization
-summary = "expr ~ (uutils) display the value of EXPRESSION"
-description = "expr ~ (uutils) display the value of EXPRESSION."
-
-# for binary, see rust-coreutils
-cargo-install-bin = false
-
-cargo-toml-patch-comments = [
- "relax onig requirement from ~6.5.1 to 6.4, undoing #7976 and #7973"
-]
-
-[tests]
-# remember to manualy gate this only to EPEL
-skip = [
- "syntax_tree::test::starting_stars_become_escaped",
-]
-skip-exact = true
-comments = ["""
-fails on EPEL 9 and 10 with:
----- syntax_tree::test::starting_stars_become_escaped stdout ----
-thread 'syntax_tree::test::starting_stars_become_escaped' panicked at src/syntax_tree.rs:1116:14:
-called `Result::unwrap()` on an `Err` value: InvalidRegexExpression
-"""]
diff --git a/sources b/sources
deleted file mode 100644
index 0f6211f..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_expr-0.7.0.crate) = 968e8d4fc788b59598bca13906fdd411bb623abc7e7cad21d1aa1d820d110957a46290899f122abe20d86b85fbe37aecdc3f98b695726ef919bfaf267e58e33f
diff --git a/uu_expr-fix-metadata.diff b/uu_expr-fix-metadata.diff
deleted file mode 100644
index 98925ba..0000000
--- a/uu_expr-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- uu_expr-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ uu_expr-0.7.0/Cargo.toml 2026-04-01T15:01:42.569354+00:00
-@@ -61,7 +61,7 @@
- version = "0.2.19"
-
- [dependencies.onig]
--version = "~6.5.1"
-+version = "6.4"
- default-features = false
-
- [dependencies.thiserror]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 20:11 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:11 [rpms/rust-uu_expr] 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