|
|
@ -8,7 +8,7 @@
|
|
|
|
%global crate open
|
|
|
|
%global crate open
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.3.3
|
|
|
|
Version: 1.3.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Open a path or URL using the program configured on the system
|
|
|
|
Summary: Open a path or URL using the program configured on the system
|
|
|
|
|
|
|
|
|
|
|
@ -43,9 +43,8 @@ This package contains library source intended for building other packages
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
# https://github.com/Byron/open-rs/pull/23
|
|
|
|
%license LICENSE.md
|
|
|
|
#license LICENSE.md
|
|
|
|
%doc README.md changelog.md
|
|
|
|
#doc README.md changelog.md
|
|
|
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
@ -79,6 +78,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 11 10:53:56 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.4-1
|
|
|
|
|
|
|
|
- Update to 1.3.4
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 11 10:01:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.3-1
|
|
|
|
* Tue Feb 11 10:01:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.3-1
|
|
|
|
- Update to 1.3.3
|
|
|
|
- Update to 1.3.3
|
|
|
|
|
|
|
|
|
|
|
|