import rust-syn-2.0.90-1.el10

i10ce changed/i10ce/rust-syn-2.0.90-1.el10
MSVSphere Packaging Team 4 weeks ago
commit 74ed7f2c91
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/syn-2.0.90.crate

@ -0,0 +1 @@
e0a8824b43043fd3ec080a9e6b3cf8261280d823 SOURCES/syn-2.0.90.crate

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["missing dev-dependency: syn-test-suite"]

@ -0,0 +1,736 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
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 27
# * missing dev-dependency: syn-test-suite
%bcond check 0
%global debug_package %{nil}
%global crate syn
Name: rust-syn
Version: 2.0.90
Release: %autorelease
Summary: Parser for Rust source code
License: MIT OR Apache-2.0
URL: https://crates.io/crates/syn
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Parser for Rust source code.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+clone-impls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+clone-impls-devel %{_description}
This package contains library source intended for building other packages which
use the "clone-impls" feature of the "%{crate}" crate.
%files -n %{name}+clone-impls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive-devel %{_description}
This package contains library source intended for building other packages which
use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+extra-traits-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+extra-traits-devel %{_description}
This package contains library source intended for building other packages which
use the "extra-traits" feature of the "%{crate}" crate.
%files -n %{name}+extra-traits-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fold-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fold-devel %{_description}
This package contains library source intended for building other packages which
use the "fold" feature of the "%{crate}" crate.
%files -n %{name}+fold-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+full-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+full-devel %{_description}
This package contains library source intended for building other packages which
use the "full" feature of the "%{crate}" crate.
%files -n %{name}+full-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parsing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+parsing-devel %{_description}
This package contains library source intended for building other packages which
use the "parsing" feature of the "%{crate}" crate.
%files -n %{name}+parsing-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+printing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+printing-devel %{_description}
This package contains library source intended for building other packages which
use the "printing" feature of the "%{crate}" crate.
%files -n %{name}+printing-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+proc-macro-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+proc-macro-devel %{_description}
This package contains library source intended for building other packages which
use the "proc-macro" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+test-devel %{_description}
This package contains library source intended for building other packages which
use the "test" feature of the "%{crate}" crate.
%files -n %{name}+test-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+visit-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+visit-devel %{_description}
This package contains library source intended for building other packages which
use the "visit" feature of the "%{crate}" crate.
%files -n %{name}+visit-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+visit-mut-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+visit-mut-devel %{_description}
This package contains library source intended for building other packages which
use the "visit-mut" feature of the "%{crate}" crate.
%files -n %{name}+visit-mut-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.0.90-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Thu Dec 12 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.90-1
- Update to version 2.0.90; Fixes RHBZ#2329575
* Tue Nov 26 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.89-1
- Update to version 2.0.89; Fixes RHBZ#2327744
* Mon Nov 04 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.87-1
- Update to version 2.0.87; Fixes RHBZ#2320058
* Sun Oct 20 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.81-1
- Update to version 2.0.81; Fixes RHBZ#2319941
* Sat Oct 05 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.79-1
- Update to version 2.0.79; Fixes RHBZ#2315356
* Mon Sep 02 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.77-1
- Update to version 2.0.77; Fixes RHBZ#2303999
* Sun Jul 28 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.72-1
- Update to version 2.0.72; Fixes RHBZ#2296138
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.68-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jul 06 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.68-1
- Update to version 2.0.68; Fixes RHBZ#2293870
* Fri Jun 21 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.67-1
- Update to version 2.0.67; Fixes RHBZ#2293573
* Tue May 28 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.66-1
- Update to version 2.0.66; Fixes RHBZ#2281547
* Thu May 16 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.64-1
- Update to version 2.0.64; Fixes RHBZ#2280856
* Tue May 07 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.61-1
- Update to version 2.0.61; Fixes RHBZ#2279428
* Tue Apr 23 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.60-1
- Update to version 2.0.60; Fixes RHBZ#2275030
* Thu Apr 04 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.58-1
- Update to version 2.0.58; Fixes RHBZ#2269894
* Tue Mar 05 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.52-1
- Update to version 2.0.52; Fixes RHBZ#2265016
* Sun Feb 18 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.49-1
- Update to version 2.0.49; Fixes RHBZ#2264494
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.48-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 05 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.48-1
- Update to version 2.0.48; Fixes RHBZ#2256697
* Wed Jan 03 2024 Fabio Valentini <decathorpe@gmail.com> - 2.0.46-1
- Update to version 2.0.46; Fixes RHBZ#2255467
* Tue Dec 19 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.41-1
- Update to version 2.0.41; Fixes RHBZ#2253931
* Thu Nov 09 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.39-1
- Update to version 2.0.39; Fixes RHBZ#2248079
* Sat Oct 07 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.38-1
- Update to version 2.0.38; Fixes RHBZ#2239205
* Fri Sep 15 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.34-1
- Update to version 2.0.34; Fixes RHBZ#2237048
* Wed Aug 23 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.29-1
- Update to version 2.0.29; Fixes RHBZ#2232474
* Mon Jul 31 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.28-1
- Update to version 2.0.28; Fixes RHBZ#2227591
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.27-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.27-1
- Update to version 2.0.27; Fixes RHBZ#2223066
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.25-1
- Update to version 2.0.25; Fixes RHBZ#2221518
* Wed Jul 05 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.23-1
- Update to version 2.0.23; Fixes RHBZ#2217127
* Sun May 28 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.18-1
- Update to version 2.0.18; Fixes RHBZ#2210148
* Wed May 17 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.16-1
- Update to version 2.0.16; Fixes RHBZ#2203586
* Sat Apr 15 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.15-1
- Update to version 2.0.15; Fixes RHBZ#2183330
* Thu Mar 30 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.11-1
- Update to version 2.0.11; Fixes RHBZ#2181012
* Wed Mar 22 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-1
- Update to version 2.0.5; Fixes RHBZ#2179475
* Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.109-1
- Update to version 1.0.109; Fixes RHBZ#2173164
* Thu Feb 23 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.108-1
- Update to version 1.0.108; Fixes RHBZ#2172765
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.107-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Dec 20 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.107-1
- Update to version 1.0.107; Fixes RHBZ#2154583
* Sun Dec 04 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.105-1
- Update to version 1.0.105; Fixes RHBZ#2132855
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.101-1
- Update to version 1.0.101; Fixes RHBZ#2127777
* Wed Aug 03 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.99-1
- Update to version 1.0.99; Fixes RHBZ#2114667
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.98-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jul 04 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.98-1
- Update to version 1.0.98; Fixes RHBZ#2085362
* Wed May 11 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.93-1
- Update to version 1.0.93; Fixes RHBZ#2072310
* Tue Mar 29 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.90-1
- Update to version 1.0.90; Fixes RHBZ#2069302
* Thu Mar 17 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.89-1
- Update to version 1.0.89; Fixes RHBZ#2063678
* Fri Jan 21 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.86-1
- Update to version 1.0.86; Fixes RHBZ#2042716
* Fri Jan 07 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.85-1
- Update to version 1.0.85; Fixes RHBZ#2035129
* Thu Nov 25 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.82-1
- Update to version 1.0.82; Fixes RHBZ#2026546
* Mon Nov 01 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.81-1
- Update to version 1.0.81; Fixes RHBZ#2010023
* Mon Sep 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.77-1
- Update to version 1.0.77; Fixes RHBZ#2007466
* Sat Sep 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.76-1
- Update to version 1.0.76; Fixes RHBZ#2001150
* Sat Aug 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.75-1
- Update to version 1.0.75; Fixes RHBZ#1996220
* Wed Jul 28 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.74-1
- Update to version 1.0.74; Fixes RHBZ#1984698
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.73-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.73-1
- Update to version 1.0.73.
- Fixes RHBZ#1970092
* Thu May 20 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.72-1
- Update to version 1.0.72.
- Fixes RHBZ#1956600
* Mon May 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.71-1
- Update to version 1.0.71.
* Wed Mar 31 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.67-1
- Update to version 1.0.67.
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.65-1
- Update to version 1.0.65.
- Fixes RHBZ#1943640
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.64-1
- Update to version 1.0.64.
- Fixes RHBZ#1935514
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.60-1
- Update to version 1.0.60.
- Fixes RHBZ#1919515
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.58-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 11 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.58-1
- Update to version 1.0.58.
- Fixes RHBZ#1913082
* Sat Jan 02 11:59:43 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.57-1
- Update to 1.0.57 (Fixes: RHBZ#1911944)
* Sun Dec 27 09:12:10 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.56-1
- Update to 1.0.56
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.54-1
- Update to version 1.0.54.
- Fixes RHBZ#1905236
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.53-1
- Update to version 1.0.53.
- Fixes RHBZ#1902587
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.52-1
- Update to version 1.0.52.
- Fixes RHBZ#1900286
* Wed Nov 4 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.48-1
- Update to version 1.0.48.
- Fixes RHBZ#1889099
* Sun Oct 11 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.44-1
- Update to version 1.0.44.
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.42-1
- Update to version 1.0.42.
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.41-1
- Update to version 1.0.41.
* Wed Sep 09 2020 Josh Stone <jistone@redhat.com> - 1.0.40-1
- Update to 1.0.40
* Sat Aug 22 2020 Josh Stone <jistone@redhat.com> - 1.0.39-1
- Update to 1.0.39
* Wed Aug 05 2020 Josh Stone <jistone@redhat.com> - 1.0.38-1
- Update to 1.0.38
* Tue Aug 04 2020 Josh Stone <jistone@redhat.com> - 1.0.37-1
- Update to 1.0.37
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 1.0.36-1
- Update to 1.0.36
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.35-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 20 2020 Josh Stone <jistone@redhat.com> - 1.0.35-1
- Update to 1.0.35
* Tue Jul 14 2020 Josh Stone <jistone@redhat.com> - 1.0.34-1
- Update to 1.0.34
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 1.0.33-1
- Update to 1.0.33
* Sun Jun 21 09:00:38 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.32-1
- Update to 1.0.32
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 1.0.31-1
- Update to 1.0.31
* Mon Jun 01 14:03:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.30-1
- Update to 1.0.30
* Sun May 31 10:18:29 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.29-1
- Update to 1.0.29
* Tue May 26 2020 Josh Stone <jistone@redhat.com> - 1.0.27-1
- Update to 1.0.27
* Tue May 26 2020 Josh Stone <jistone@redhat.com> - 1.0.26-1
- Update to 1.0.26
* Mon May 25 05:52:38 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.24-1
- Update to 1.0.24
* Thu May 21 2020 Josh Stone <jistone@redhat.com> - 1.0.23-1
- Update to 1.0.23
* Sat May 16 19:35:22 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.22-1
- Update to 1.0.22
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 1.0.21-1
- Update to 1.0.21
* Tue May 12 2020 Josh Stone <jistone@redhat.com> - 1.0.20-1
- Update to 1.0.20
* Wed May 06 2020 Josh Stone <jistone@redhat.com> - 1.0.19-1
- Update to 1.0.19
* Fri Apr 24 06:17:20 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.18-1
- Update to 1.0.18
* Sat Mar 21 07:25:37 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.17-1
- Update to 1.0.17
* Mon Feb 24 2020 Josh Stone <jistone@redhat.com> - 1.0.16-1
- Update to 1.0.16
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 1.0.15-1
- Update to 1.0.15
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 1.0.14-1
- Update to 1.0.14
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.0.13-1
- Update to 1.0.13
* Sun Dec 01 10:21:44 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.11-1
- Update to 1.0.11
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 1.0.8-1
- Update to 1.0.8
* Sat Aug 31 19:38:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-1
- Update to 1.0.5
* Sun Aug 18 15:59:32 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-1
- Update to 1.0.3
* Sun Aug 18 10:52:14 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.44-1
- Update to 0.15.44
* Sun Jul 28 18:13:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.42-1
- Update to 0.15.42
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.39-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 30 12:07:39 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.39-1
- Update to 0.15.39
* Mon Jun 24 21:34:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.38-1
- Update to 0.15.38
* Sat Jun 22 11:18:33 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.37-1
- Update to 0.15.37
* Thu Jun 20 11:47:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.36-2
- Regenerate
* Fri Jun 14 2019 Josh Stone <jistone@redhat.com> - 0.15.36-1
- Update to 0.15.36
* Sun Jun 09 11:27:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.35-1
- Update to 0.15.35
* Thu May 09 08:26:56 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.34-1
- Update to 0.15.34
* Tue Apr 30 08:41:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.33-1
- Update to 0.15.33
* Wed Apr 17 2019 Josh Stone <jistone@redhat.com> - 0.15.32-1
- Update to 0.15.32
* Mon Apr 15 2019 Josh Stone <jistone@redhat.com> - 0.15.31-1
- Update to 0.15.31
* Tue Apr 02 2019 Josh Stone <jistone@redhat.com> - 0.15.30-1
- Update to 0.15.30
* Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.29-1
- Update to 0.15.29
* Fri Mar 08 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.28-1
- Update to 0.15.28
* Fri Mar 01 2019 Josh Stone <jistone@redhat.com> - 0.15.27-1
- Update to 0.15.27
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jan 17 2019 Josh Stone <jistone@redhat.com> - 0.15.26-1
- Update to 0.15.26
* Mon Jan 14 2019 Josh Stone <jistone@redhat.com> - 0.15.25-1
- Update to 0.15.25
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.15.24-1
- Update to 0.15.24
* Mon Nov 26 2018 Josh Stone <jistone@redhat.com> - 0.15.22-1
- Update to 0.15.22
* Fri Nov 16 2018 Josh Stone <jistone@redhat.com> - 0.15.21-1
- Update to 0.15.21
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.15.20-1
- Update to 0.15.20
* Fri Nov 02 2018 Josh Stone <jistone@redhat.com> - 0.15.18-1
- Update to 0.15.18
* Mon Oct 29 2018 Josh Stone <jistone@redhat.com> - 0.15.15-1
- Update to 0.15.15
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.14-2
- Adapt to new packaging
* Fri Oct 26 2018 Josh Stone <jistone@redhat.com> - 0.15.14-1
- Update to 0.15.14
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.15.13-1
- Update to 0.15.13
* Mon Oct 15 2018 Josh Stone <jistone@redhat.com> - 0.15.11-1
- Update to 0.15.11
* Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.15.9-1
- Update to 0.15.9
* Wed Oct 03 2018 Josh Stone <jistone@redhat.com> - 0.15.8-1
- Update to 0.15.8
* Mon Oct 01 2018 Josh Stone <jistone@redhat.com> - 0.15.7-1
- Update to 0.15.7
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.15.6-1
- Update to 0.15.6
* Wed Sep 12 2018 Josh Stone <jistone@redhat.com> - 0.15.4-1
- Update to 0.15.4
* Tue Sep 11 2018 Josh Stone <jistone@redhat.com> - 0.15.3-1
- Update to 0.15.3
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-1
- Update to 0.15.1
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.14.8-1
- Update to 0.14.8
* Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 0.14.7-1
- Update to 0.14.7
* Thu Aug 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.6-1
- Update to 0.14.6
* Mon Jul 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.5-1
- Update to 0.14.5
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.4-1
- Update to 0.14.4
* Thu Jun 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.14.2-1
- Update to 0.14.2
* Sun May 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.13.11-1
- Update to 0.13.11
* Mon May 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.13.10-1
- Update to 0.13.10
* Sat May 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.13.9-1
- Update to 0.13.9
* Sat May 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.13.8-1
- Update to 0.13.8
* Sun May 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.13.7-1
- Update to 0.13.7
* Sat May 05 2018 Josh Stone <jistone@redhat.com> - 0.13.5-1
- Update to 0.13.5
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.13.4-1
- Update to 0.13.4
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.13.1-1
- Update to 0.13.1
* Wed Mar 28 2018 Josh Stone <jistone@redhat.com> - 0.12.15-1
- Update to 0.12.15
* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.14-1
- Update to 0.12.14
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.12.13-1
- Update to 0.12.13
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.11-2
- Rebuild for rust-packaging v5
* Thu Jun 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.11-1
- Update to 0.11.11
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.9-2
- Port to use rust-packaging
* Tue Mar 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.9-1
- Update to 0.11.9
* Tue Feb 28 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.8-1
- Update to 0.11.8
* Mon Feb 27 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.7-1
- Update to 0.11.7
* Fri Feb 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.6-1
- Update to 0.11.6
* Sat Feb 18 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.4-1
- Initial package
## END: Generated by rpmautospec
Loading…
Cancel
Save