Compare commits

..

22 Commits

Author SHA1 Message Date
Fabio Valentini 6d78ff8f24
Update to version 2.0.48; Fixes RHBZ#2256697
1 year ago
Fabio Valentini d7c5438d9e
Update to version 2.0.46; Fixes RHBZ#2255467
1 year ago
Fabio Valentini 078b8c22eb
Update to version 2.0.41; Fixes RHBZ#2253931
1 year ago
Fabio Valentini c68f73d709
Update to version 2.0.39; Fixes RHBZ#2248079
1 year ago
Fabio Valentini db4344e4fa
Update to version 2.0.38; Fixes RHBZ#2239205
1 year ago
Fabio Valentini 8d6a4cc6aa
Update to version 2.0.34; Fixes RHBZ#2237048
1 year ago
Fabio Valentini 2016ae54cf
Update to version 2.0.29; Fixes RHBZ#2232474
1 year ago
Fabio Valentini daca5519c3
Update to version 2.0.28; Fixes RHBZ#2227591
1 year ago
Fabio Valentini 95625a00eb
Update to version 2.0.27; Fixes RHBZ#2223066
2 years ago
Fabio Valentini a5c4a02b00
Update to version 2.0.25; Fixes RHBZ#2221518
2 years ago
Fabio Valentini 2a4916c8c7
Update to version 2.0.23; Fixes RHBZ#2217127
2 years ago
Fabio Valentini 07e3762e1c
Update to version 2.0.18; Fixes RHBZ#2210148
2 years ago
Fabio Valentini 675f1fbcf1
Update to version 2.0.16; Fixes RHBZ#2203586
2 years ago
Fabio Valentini 16385e198a
Update to version 2.0.15; Fixes RHBZ#2183330
2 years ago
Fabio Valentini 9f45f0a3e5
Update to version 2.0.11; Fixes RHBZ#2181012
2 years ago
Fabio Valentini 9a8a6f5180
Update to version 2.0.5; Fixes RHBZ#2179475
2 years ago
Fabio Valentini ef12f69ff8
Update to version 1.0.109; Fixes RHBZ#2173164
2 years ago
Fabio Valentini 7159a7c68c
Update to version 1.0.108; Fixes RHBZ#2172765
2 years ago
Fabio Valentini 2695f0dc3a
Update to version 1.0.107; Fixes RHBZ#2154583
2 years ago
Fabio Valentini 83375fa4b8
Update to version 1.0.105; Fixes RHBZ#2132855
2 years ago
Fabio Valentini b37f3e3d16
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 2d8bbd8c4e
Rebuild
3 years ago

18
.gitignore vendored

@ -131,21 +131,3 @@
/syn-2.0.41.crate
/syn-2.0.46.crate
/syn-2.0.48.crate
/syn-2.0.49.crate
/syn-2.0.52.crate
/syn-2.0.58.crate
/syn-2.0.60.crate
/syn-2.0.61.crate
/syn-2.0.64.crate
/syn-2.0.66.crate
/syn-2.0.67.crate
/syn-2.0.68.crate
/syn-2.0.72.crate
/syn-2.0.77.crate
/syn-2.0.79.crate
/syn-2.0.81.crate
/syn-2.0.87.crate
/syn-2.0.89.crate
/syn-2.0.90.crate
/syn-2.0.94.crate
/syn-2.0.96.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 27
# Generated by rust2rpm 25
# * missing dev-dependency: syn-test-suite
%bcond check 0
%bcond_with check
%global debug_package %{nil}
%global crate syn
Name: rust-syn
Version: 2.0.96
Version: 2.0.48
Release: %autorelease
Summary: Parser for Rust source code
@ -144,6 +144,18 @@ use the "proc-macro" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+quote-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+quote-devel %{_description}
This package contains library source intended for building other packages which
use the "quote" feature of the "%{crate}" crate.
%files -n %{name}+quote-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (syn-2.0.96.crate) = ec2e352a5b0b2aa619774c01d7a7767674a44ffe91dea45d3379bf172d13039c3d37f264e98e26b20fe1d86db6d5190f220831c842f3316469d4ae73c2bfddec
SHA512 (syn-2.0.48.crate) = 926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325

Loading…
Cancel
Save