Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
/schemars-0.8.16.crate
SOURCES/schemars-0.8.21.crate

@ -0,0 +1 @@
3789881606533025400c4c2ed09a19e5693b4f35 SOURCES/schemars-0.8.21.crate

@ -0,0 +1,11 @@
[package]
cargo-toml-patch-comments = [
"drop unused support for uuid v0.8",
]
[scripts]
prep.post = [
"# drop tests that pull in uuid v0.8",
"rm tests/uuid.rs",
]

@ -0,0 +1,34 @@
--- schemars-0.8.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ schemars-0.8.21/Cargo.toml 2024-09-16T00:20:05.928688+00:00
@@ -48,13 +48,6 @@
required-features = ["either"]
[[test]]
-name = "uuid"
-required-features = [
- "uuid08",
- "uuid1",
-]
-
-[[test]]
name = "smallvec"
required-features = ["smallvec"]
@@ -190,12 +183,6 @@
version = "2.0"
optional = true
default-features = false
-
-[dependencies.uuid08]
-version = "0.8"
-optional = true
-default-features = false
-package = "uuid"
[dependencies.uuid1]
version = "1.0"
@@ -220,4 +207,3 @@
preserve_order = ["indexmap"]
raw_value = ["serde_json/raw_value"]
ui_test = []
-uuid = ["uuid08"]

@ -1,17 +1,30 @@
# 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 = 3;
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}
%global crate schemars
Name: rust-schemars
Version: 0.8.16
Version: 0.8.21
Release: %autorelease
Summary: Generate JSON Schemas from Rust code
License: MIT
URL: https://crates.io/crates/schemars
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused support for uuid v0.8
Patch: schemars-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@ -346,30 +359,6 @@ use the "url" feature of the "%{crate}" crate.
%files -n %{name}+url-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+uuid-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+uuid-devel %{_description}
This package contains library source intended for building other packages which
use the "uuid" feature of the "%{crate}" crate.
%files -n %{name}+uuid-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+uuid08-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+uuid08-devel %{_description}
This package contains library source intended for building other packages which
use the "uuid08" feature of the "%{crate}" crate.
%files -n %{name}+uuid08-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+uuid1-devel
Summary: %{summary}
BuildArch: noarch
@ -385,6 +374,8 @@ use the "uuid1" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
# drop tests that pull in uuid v0.8
rm tests/uuid.rs
%generate_buildrequires
%cargo_generate_buildrequires
@ -401,4 +392,25 @@ use the "uuid1" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.8.21-3
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Mon Sep 16 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.21-3
- Drop unused support for uuid v0.8
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue May 28 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.21-1
- Update to version 0.8.21; Fixes RHBZ#2281440
* Tue May 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.19-1
- Update to version 0.8.19; Fixes RHBZ#2277625
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Nov 22 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.16-1
- Initial import (#2246014)
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (schemars-0.8.16.crate) = 738022b563bedfc73f2f2899216b8ae4cf0f563c1a6ac91639715d5f36446d7011fadd5554b8a4e9e569dddff836cc136ea2be5e65b72f85613a4a890d355a06
Loading…
Cancel
Save