Update to 1.3.3

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent a712fb4385
commit 4ed1264b67
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/open-1.2.2.crate
/open-1.3.1.crate
/open-1.3.2.crate
/open-1.3.3.crate

@ -1,6 +1,6 @@
--- open-1.3.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ open-1.3.1/Cargo.toml 2019-08-03T11:59:09.738049+00:00
@@ -25,6 +25,3 @@
--- open-1.3.3/Cargo.toml 2020-02-01T11:13:20+00:00
+++ open-1.3.3/Cargo.toml 2020-02-11T09:01:28.560064+00:00
@@ -26,6 +26,3 @@
name = "open"
test = false
doc = false

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
@ -8,8 +8,8 @@
%global crate open
Name: rust-%{crate}
Version: 1.3.2
Release: 2%{?dist}
Version: 1.3.3
Release: 1%{?dist}
Summary: Open a path or URL using the program configured on the system
# Upstream license specification: MIT
@ -45,7 +45,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE.md
%doc README.md changelog.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -57,7 +57,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -78,6 +78,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 11 10:01:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.3-1
- Update to 1.3.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (open-1.3.2.crate) = 2dd2f5e018fa4089a79a24d8535b4a9d87c80792170083c2469f8335eb89a8a2986979296694509288f878ae27f8d3f690c4133bf0e19d12179cc896dbb9e3e0
SHA512 (open-1.3.3.crate) = 7600abe8eb4c5d8ee287189b186224d457fe5a69ca1aaf549b4426315bf89a5748e71caabcaa1f7e540e169bf2e0c4f131742b29405a214e81917ff2db7ff429

Loading…
Cancel
Save