Update to 0.4.1

epel9
Josh Stone 5 years ago
parent 84ed437c09
commit 24bd91e1fb

1
.gitignore vendored

@ -1,2 +1,3 @@
/opener-0.3.0.crate /opener-0.3.0.crate
/opener-0.3.2.crate /opener-0.3.2.crate
/opener-0.4.1.crate

@ -1,12 +1,13 @@
--- opener-0.3.2/Cargo.toml 1970-01-01T01:00:00+01:00 --- opener-0.4.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ opener-0.3.2/Cargo.toml 2018-11-17T11:08:54.360523+01:00 +++ opener-0.4.1/Cargo.toml 2019-12-07T02:28:56.996240+00:00
@@ -24,9 +24,6 @@ @@ -22,9 +22,7 @@
repository = "https://github.com/Seeker14491/opener"
[dependencies.failure_derive] [dependencies]
version = "0.1.2"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["shellapi"] -features = ["shellapi"]
+
[badges.appveyor] [badges.appveyor]
branch = "master" branch = "master"
repository = "Seeker14491/opener" repository = "Seeker14491/opener"

@ -1,30 +1,31 @@
# Generated by rust2rpm # Generated by rust2rpm 10
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate opener %global crate opener
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.2 Version: 0.4.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Open a file or link using the system default program Summary: Open a file or link using the system default program
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/opener URL: https://crates.io/crates/opener
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
Patch0: opener-fix-metadata.diff Patch0: opener-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(failure/default) >= 0.1.2 with crate(failure/default) < 0.2.0)
BuildRequires: (crate(failure_derive/default) >= 0.1.2 with crate(failure_derive/default) < 0.2.0)
%global _description \ %global _description %{expand:
Open a file or link using the system default program. Open a file or link using the system default program.}
%description %{_description} %description %{_description}
@ -54,9 +55,12 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -69,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.4.1-1
- Update to 0.4.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (opener-0.3.2.crate) = 21efe732971b929f46e343d54ad73f18a68bca95c941bd3be0a39a53f568872b9bebf41aab35ee4c9863595ac616ab3a305330279bf7d9a20ad9ccb13e6b01ee SHA512 (opener-0.4.1.crate) = 7200f4d21a0ba5e0dca5d58368c3d172a73db36d1ceb3cc978c46140e1594343c638d291685b86f0c503c970c9ce95ec2800d6840fe745005eecd32bf326d46f

Loading…
Cancel
Save