public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-time0.1] epel9: compat package no longer needed
@ 2026-06-18 12:06 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-18 12:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-time0.1
Branch : epel9
Commit : 672d775369fe3f48cadab2cb8d3bd4518f194189
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-02-16T16:37:51+01:00
Stats  : +1/-162 in 8 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-time0.1/c/672d775369fe3f48cadab2cb8d3bd4518f194189?branch=epel9

Log:
compat package no longer needed

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d05c573..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/time-0.1.38.crate
-/time-0.1.39.crate
-/time-0.1.40.crate
-/time-0.1.41.crate
-/time-0.1.42.crate
-/time-0.1.43.crate
-/time-0.1.44.crate
-/time-0.1.45.crate

diff --git a/changelog b/changelog
deleted file mode 100644
index e908d5d..0000000
--- a/changelog
+++ /dev/null
@@ -1,30 +0,0 @@
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.44-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.44-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.44-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.44-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Tue Sep 01 2020 Josh Stone <jistone@redhat.com> - 0.1.44-1
-- Update to 0.1.44
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.43-3
-- Second attempt - Rebuilt for
-  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.43-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Apr 21 2020 Josh Stone <jistone@redhat.com> - 0.1.43-1
-- Update to 0.1.43
-
-* Tue Feb 18 04:00:23 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.42-2
-- Disable tests
-
-* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 0.1.42-1
-- Initial package

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-time0.1.spec b/rust-time0.1.spec
deleted file mode 100644
index c91a7c4..0000000
--- a/rust-time0.1.spec
+++ /dev/null
@@ -1,76 +0,0 @@
-# Generated by rust2rpm 27
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate time
-
-Name:           rust-time0.1
-Version:        0.1.45
-Release:        %autorelease
-Summary:        Utilities for working with time-related functions in Rust
-
-# Upstream license specification: MIT/Apache-2.0
-License:        MIT OR Apache-2.0
-URL:            https://crates.io/crates/time
-Source:         %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch:          time-fix-metadata-auto.diff
-# Manually created patch for downstream crate metadata changes
-# * drop obsolete rustc-serialize support (deprecated since Rust 1.52)
-# * disable windows-specific dev-dependencies
-Patch:          time-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Utilities for working with time-related functions in Rust.}
-
-%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-APACHE
-%license %{crate_instdir}/LICENSE-MIT
-%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
-
-%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 a2ef94c..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,6 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
-    "drop obsolete rustc-serialize support (deprecated since Rust 1.52)",
-    "disable windows-specific dev-dependencies",
-]
-

diff --git a/sources b/sources
deleted file mode 100644
index 45f96c3..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (time-0.1.45.crate) = e643fb8649f3efdaa1b0b6abc6a140d55ac550a55cad99d0cce9415dc51e155fb1ea240953eeaba5dc47ec73c49ab7f2962af79c693436289de0eb3ff60985ee

diff --git a/time-fix-metadata-auto.diff b/time-fix-metadata-auto.diff
deleted file mode 100644
index de2c06a..0000000
--- a/time-fix-metadata-auto.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- time-0.1.45/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ time-0.1.45/Cargo.toml	2025-04-18T15:29:04.312374+00:00
-@@ -44,17 +44,3 @@
-     "winbase",
- ]
- 
--[target."cfg(target_os = \"wasi\")".dependencies.wasi]
--version = "=0.10.0"
--
--[target."cfg(windows)".dependencies.winapi]
--version = "0.3.0"
--features = [
--    "std",
--    "minwinbase",
--    "minwindef",
--    "ntdef",
--    "profileapi",
--    "sysinfoapi",
--    "timezoneapi",
--]

diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff
deleted file mode 100644
index 576915e..0000000
--- a/time-fix-metadata.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- time-0.1.45/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ time-0.1.45/Cargo.toml	2025-04-18T15:29:09.687913+00:00
-@@ -29,18 +29,5 @@
- [dependencies.libc]
- version = "0.2.69"
- 
--[dependencies.rustc-serialize]
--version = "0.3"
--optional = true
--
- [dev-dependencies.log]
- version = "0.4"
--
--[dev-dependencies.winapi]
--version = "0.3.0"
--features = [
--    "std",
--    "processthreadsapi",
--    "winbase",
--]
--

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

only message in thread, other threads:[~2026-06-18 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18 12:06 [rpms/rust-time0.1] epel9: compat package no longer needed Fabio Valentini

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