import rust-open-5.0.1-1.el9.el9

i9ce changed/i9ce/rust-open-5.0.1-1.el9
MSVSphere Packaging Team 1 year ago
parent 6c934d69b5
commit da8e6453c2

2
.gitignore vendored

@ -1 +1 @@
SOURCES/open-4.2.0.crate
SOURCES/open-5.0.1.crate

@ -1 +1 @@
000166ee384876218aefd1538397a59314e89603 SOURCES/open-4.2.0.crate
37cac0aaa4349a4af527129b6c0b2b9da4c04162 SOURCES/open-5.0.1.crate

@ -1,5 +1,5 @@
--- open-4.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-4.2.0/Cargo.toml 2023-06-23T20:22:38.968969+00:00
--- open-5.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-5.0.1/Cargo.toml 2024-01-18T18:23:46.889530+00:00
@@ -31,11 +31,7 @@
]
license = "MIT"

@ -1,4 +0,0 @@
[DEFAULT]
summary = Open a path or URL using the program configured on the system
lib.requires =
/usr/bin/xdg-open

@ -0,0 +1,7 @@
[package]
summary = "Open a path or URL using the program configured on the system"
[requires]
lib = [
"/usr/bin/xdg-open",
]

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## (rpmautospec version 0.5.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate open
Name: rust-open
Version: 4.2.0
Version: 5.0.1
Release: %autorelease
Summary: Open a path or URL using the program configured on the system
@ -26,7 +26,7 @@ Source: %{crates_source}
# * drop useless /usr/bin/open binary
Patch: open-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Open a path or URL using the program configured on the system.}
@ -62,7 +62,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -80,9 +80,17 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.2.0-1
## START: Generated by rpmautospec
* Thu Jan 18 2024 Michel Lind <salimma@fedoraproject.org> - 5.0.1-1
- Update to 5.0.1
- Convert to rust2rpm.toml
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.2.0-2
- Rebuilt for MSVSphere 9.3
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 23 2023 Fabio Valentini <decathorpe@gmail.com> - 4.2.0-1
- Update to version 4.2.0; Fixes RHBZ#2216470
@ -180,3 +188,4 @@ use the "default" feature of the "%{crate}" crate.
* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.2-1
- Initial package
## END: Generated by rpmautospec

Loading…
Cancel
Save