|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate tiff
|
|
|
|
%global crate tiff
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.6.0
|
|
|
|
Version: 0.6.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: TIFF decoding and encoding library in pure Rust
|
|
|
|
Summary: TIFF decoding and encoding library in pure Rust
|
|
|
|
|
|
|
|
|
|
|
@ -39,6 +39,7 @@ which use "%{crate}" crate.
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md CHANGES.md
|
|
|
|
%doc README.md CHANGES.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/.github/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -72,6 +73,10 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.1-1
|
|
|
|
|
|
|
|
- Update to version 0.6.1.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1907077
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1
|
|
|
|
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1
|
|
|
|
- Update to version 0.6.0.
|
|
|
|
- Update to version 0.6.0.
|
|
|
|
- Fixes RHBZ#1868785
|
|
|
|
- Fixes RHBZ#1868785
|
|
|
|