Compare commits

..

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
/idna-0.4.0.crate
SOURCES/idna-0.4.0.crate

@ -0,0 +1 @@
b29234bcd036154b4eb58bb22993f957d71bc81f SOURCES/idna-0.4.0.crate

@ -0,0 +1,12 @@
--- idna-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ idna-0.4.0/Cargo.toml 2024-09-22T00:13:34.159734+00:00
@@ -47,9 +47,6 @@
[dev-dependencies.assert_matches]
version = "1.3"
-[dev-dependencies.bencher]
-version = "0.1"
-
[dev-dependencies.serde_json]
version = "1.0"

@ -0,0 +1,6 @@
[package]
summary = "IDNA (Internationalizing Domain Names in Applications) and Punycode"
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

@ -1,4 +1,14 @@
# Generated by rust2rpm 25
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 4;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
@ -12,6 +22,9 @@ Summary: IDNA (Internationalizing Domain Names in Applications) and Punyc
License: MIT OR Apache-2.0
URL: https://crates.io/crates/idna
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
Patch: idna-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@ -89,4 +102,19 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.0-4
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sun Sep 22 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-4
- Drop unused, benchmark-only criterion dev-dependency
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 05 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
- Initial import (idna 0.4 compat package)
## END: Generated by rpmautospec

@ -1,3 +0,0 @@
[package]
summary = "IDNA (Internationalizing Domain Names in Applications) and Punycode"

@ -1 +0,0 @@
SHA512 (idna-0.4.0.crate) = b4133c5f73bd9c4ccc05245a9edcc5c980714129ce4f6eb7851eea7e509617ff972fadefe6ac78db6b4106667d9d6070de52c4d42414c95921e3d9fe1b7a76cb
Loading…
Cancel
Save