diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1326c60 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/syn-2.0.48.crate diff --git a/.rust-syn.metadata b/.rust-syn.metadata index e69de29..1f3aed4 100644 --- a/.rust-syn.metadata +++ b/.rust-syn.metadata @@ -0,0 +1 @@ +b101c64078a6827a8bc650212ffcfe4afc6074dd SOURCES/syn-2.0.48.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..ee74fc8 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[tests] +run = ["none"] +comments = ["missing dev-dependency: syn-test-suite"] diff --git a/SOURCES/syn-2.0.39.crate b/SOURCES/syn-2.0.39.crate deleted file mode 100644 index 4ebc3a9..0000000 Binary files a/SOURCES/syn-2.0.39.crate and /dev/null differ diff --git a/SPECS/rust-syn.spec b/SPECS/rust-syn.spec index 5484476..588c11e 100644 --- a/SPECS/rust-syn.spec +++ b/SPECS/rust-syn.spec @@ -16,7 +16,7 @@ %global crate syn Name: rust-syn -Version: 2.0.39 +Version: 2.0.48 Release: %autorelease Summary: Parser for Rust source code @@ -221,6 +221,15 @@ use the "visit-mut" feature of the "%{crate}" crate. %endif %changelog +* Fri Jan 05 2024 Fabio Valentini - 2.0.48-1 +- Update to version 2.0.48; Fixes RHBZ#2256697 + +* Wed Jan 03 2024 Fabio Valentini - 2.0.46-1 +- Update to version 2.0.46; Fixes RHBZ#2255467 + +* Tue Dec 19 2023 Fabio Valentini - 2.0.41-1 +- Update to version 2.0.41; Fixes RHBZ#2253931 + * Sun Nov 19 2023 Arkady L. Shane - 2.0.39-1 - Rebuilt for MSVSphere 9.2