import rust-proc-macro-crate-2.0.1-1.el9

i9ce changed/i9ce/rust-proc-macro-crate-2.0.1-1.el9
MSVSphere Packaging Team 1 year ago
parent b7bc272648
commit cdc3b45fce

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/proc-macro-crate-2.0.1.crate

@ -0,0 +1 @@
664f1aa7a81cbf8cc5ee2923a39447e2c25a6080 SOURCES/proc-macro-crate-2.0.1.crate

@ -0,0 +1,15 @@
--- proc-macro-crate-2.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ proc-macro-crate-2.0.1/Cargo.toml 2024-01-12T15:39:33.968832+00:00
@@ -31,10 +31,10 @@
repository = "https://github.com/bkchr/proc-macro-crate"
[dependencies.toml_datetime]
-version = "=0.6.3"
+version = "0.6.3"
[dependencies.toml_edit]
-version = "=0.20.2"
+version = "0.20.2"
[dev-dependencies.proc-macro2]
version = "1.0.67"

@ -0,0 +1,5 @@
[tests]
skip = ["workspace_deps_working"]
skip-exact = true
comments = ["skip a test that can only be run in-tree"]

@ -8,22 +8,25 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate proc-macro-crate %global crate proc-macro-crate
Name: rust-proc-macro-crate Name: rust-proc-macro-crate
Version: 1.3.1 Version: 2.0.1
Release: %autorelease Release: %autorelease
Summary: Replacement for crate (macro_rules keyword) in proc-macros Summary: Replacement for crate (macro_rules keyword) in proc-macros
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/proc-macro-crate URL: https://crates.io/crates/proc-macro-crate
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * relax exact toml_datetime and toml_edit dependencies
Patch: proc-macro-crate-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Replacement for crate (macro_rules keyword) in proc-macros.} Replacement for crate (macro_rules keyword) in proc-macros.}
@ -58,7 +61,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -72,13 +75,20 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * skip a test that can only be run in-tree
%cargo_test -- -- --exact --skip workspace_deps_working
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.1-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.0.1-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Fri Jan 12 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
- Update to version 2.0.1
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Apr 17 2023 Fabio Valentini <decathorpe@gmail.com> - 1.3.1-1 * Mon Apr 17 2023 Fabio Valentini <decathorpe@gmail.com> - 1.3.1-1
- Update to version 1.3.1; Fixes RHBZ#2163714 - Update to version 1.3.1; Fixes RHBZ#2163714

Loading…
Cancel
Save