Update to 0.1.19

epel9
Josh Stone 5 years ago
parent bc95752b58
commit 4708156172

1
.gitignore vendored

@ -1,3 +1,4 @@
/jpeg-decoder-0.1.15.crate /jpeg-decoder-0.1.15.crate
/jpeg-decoder-0.1.16.crate /jpeg-decoder-0.1.16.crate
/jpeg-decoder-0.1.18.crate /jpeg-decoder-0.1.18.crate
/jpeg-decoder-0.1.19.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 11 # Generated by rust2rpm 13
# * Test files are not shipped # * Test files are not shipped
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate jpeg-decoder %global crate jpeg-decoder
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.18 Version: 0.1.19
Release: 2%{?dist} Release: 1%{?dist}
Summary: JPEG decoder Summary: JPEG decoder
# Upstream license specification: MIT / Apache-2.0 # Upstream license specification: MIT / Apache-2.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rayon-devel %package -n %{name}+rayon-devel
Summary: %{summary} Summary: %{summary}
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
which use "rayon" feature of "%{crate}" crate. which use "rayon" feature of "%{crate}" crate.
%files -n %{name}+rayon-devel %files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -84,6 +84,9 @@ which use "rayon" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.1.19-1
- Update to 0.1.19
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (jpeg-decoder-0.1.18.crate) = cf8e153eeabf40771317ee1e5e26f1fef12fc43625eff69c53f8384d4114da8fd827e854ef81f7033629305cc7b84b388db74c5b56eebf5e152bb2f950c760c6 SHA512 (jpeg-decoder-0.1.19.crate) = d5b21d4745f8cd8a1c372cfc2055ae022dcd0ea23e47b8194c38b87aad44a5405e61346d071af1611ef8cb704893dba2075e1a7b2deaa71e8edda13c9ab19e3d

Loading…
Cancel
Save