Update to 1.3.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 1b39226295
commit 1b9cf275a8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/open-1.2.2.crate /open-1.2.2.crate
/open-1.3.1.crate

@ -1,12 +1,6 @@
--- open-1.2.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- open-1.3.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ open-1.2.2/Cargo.toml 2019-06-22T14:50:38.307547+00:00 +++ open-1.3.1/Cargo.toml 2019-08-03T11:59:09.738049+00:00
@@ -19,11 +19,9 @@ @@ -25,6 +25,3 @@
keywords = ["open", "xdg-open", "start", "launch"]
license = "MIT"
repository = "https://github.com/Byron/open-rs"
+exclude = ["/etc/*", "/.clog.toml", "/.travis.yml"]
[[bin]]
name = "open" name = "open"
test = false test = false
doc = false doc = false

@ -8,8 +8,8 @@
%global crate open %global crate open
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.2 Version: 1.3.1
Release: 3%{?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
# Upstream license specification: MIT # Upstream license specification: MIT
@ -18,7 +18,6 @@ URL: https://crates.io/crates/open
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
# * Exclude unneeded files, https://github.com/Byron/open-rs/pull/18
Patch0: open-fix-metadata.diff Patch0: open-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -79,6 +78,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Aug 03 13:59:09 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.1-1
- Update to 1.3.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.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 (open-1.2.2.crate) = 1485d026f9db2a65d84f481e5da8777aeada7666554b95030e1f203898e4ee94b516a8b95907d6c232fc3e6f3f0263eb85fd5aff0fdd02612c74c1df6a1ea0f9 SHA512 (open-1.3.1.crate) = b33ff797e3c377ded6a19d53565a6da581d7ad3999f577d9fcaa8cd75760a9ad8288b84f7a934fda626ee637aace0de620a44ad23144fa7eb8fc52d3355c7715

Loading…
Cancel
Save