diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a71330a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/proc-macro2-1.0.75.crate diff --git a/.rust-proc-macro2.metadata b/.rust-proc-macro2.metadata index e69de29..8a6473b 100644 --- a/.rust-proc-macro2.metadata +++ b/.rust-proc-macro2.metadata @@ -0,0 +1 @@ +256638e5b374f001cedd0c3a7088e063c65d8dd2 SOURCES/proc-macro2-1.0.75.crate diff --git a/SOURCES/proc-macro2-1.0.69.crate b/SOURCES/proc-macro2-1.0.69.crate deleted file mode 100644 index c64fc20..0000000 Binary files a/SOURCES/proc-macro2-1.0.69.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..60987fc --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,10 @@ +[package] +summary = "Substitute implementation of the Rust compiler's proc_macro API" + +[features] +hide = ["nightly"] + +[tests] +skip = ["'src/lib.rs'"] +comments = ["skip doctests that don't compile"] + diff --git a/SPECS/rust-proc-macro2.spec b/SPECS/rust-proc-macro2.spec index cef6706..c93e166 100644 --- a/SPECS/rust-proc-macro2.spec +++ b/SPECS/rust-proc-macro2.spec @@ -15,7 +15,7 @@ %global crate proc-macro2 Name: rust-proc-macro2 -Version: 1.0.69 +Version: 1.0.75 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API @@ -102,6 +102,18 @@ use the "span-locations" feature of the "%{crate}" crate. %endif %changelog +* Fri Jan 05 2024 Fabio Valentini - 1.0.75-1 +- Update to version 1.0.75; Fixes RHBZ#2256703 + +* Wed Jan 03 2024 Fabio Valentini - 1.0.74-1 +- Update to version 1.0.74; Fixes RHBZ#2256318 + +* Wed Dec 27 2023 Fabio Valentini - 1.0.71-1 +- Update to version 1.0.71; Fixes RHBZ#2255555 + +* Thu Nov 30 2023 Fabio Valentini - 1.0.70-1 +- Update to version 1.0.70; Fixes RHBZ#2251528 + * Sun Nov 19 2023 Arkady L. Shane - 1.0.69-1 - Rebuilt for MSVSphere 9.2