Update to 0.4.25

epel9
Josh Stone 5 years ago
parent 050a09bf62
commit 05bafff06c

1
.gitignore vendored

@ -16,3 +16,4 @@
/curl-sys-0.4.18.crate /curl-sys-0.4.18.crate
/curl-sys-0.4.19.crate /curl-sys-0.4.19.crate
/curl-sys-0.4.24.crate /curl-sys-0.4.24.crate
/curl-sys-0.4.25.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate curl-sys %global crate curl-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.24 Version: 0.4.25
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libcurl library Summary: Native bindings to the libcurl library
@ -43,7 +43,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -55,7 +55,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+http2-devel %package -n %{name}+http2-devel
Summary: %{summary} Summary: %{summary}
@ -67,7 +67,7 @@ This package contains library source intended for building other packages
which use "http2" feature of "%{crate}" crate. which use "http2" feature of "%{crate}" crate.
%files -n %{name}+http2-devel %files -n %{name}+http2-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+openssl-sys-devel %package -n %{name}+openssl-sys-devel
Summary: %{summary} Summary: %{summary}
@ -79,7 +79,7 @@ This package contains library source intended for building other packages
which use "openssl-sys" feature of "%{crate}" crate. which use "openssl-sys" feature of "%{crate}" crate.
%files -n %{name}+openssl-sys-devel %files -n %{name}+openssl-sys-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+spnego-devel %package -n %{name}+spnego-devel
Summary: %{summary} Summary: %{summary}
@ -91,7 +91,7 @@ This package contains library source intended for building other packages
which use "spnego" feature of "%{crate}" crate. which use "spnego" feature of "%{crate}" crate.
%files -n %{name}+spnego-devel %files -n %{name}+spnego-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ssl-devel %package -n %{name}+ssl-devel
Summary: %{summary} Summary: %{summary}
@ -103,7 +103,7 @@ This package contains library source intended for building other packages
which use "ssl" feature of "%{crate}" crate. which use "ssl" feature of "%{crate}" crate.
%files -n %{name}+ssl-devel %files -n %{name}+ssl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -127,6 +127,9 @@ echo 'pkgconfig(libcurl)'
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.4.25-1
- Update to 0.4.25
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.4.24-1 * Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.4.24-1
- Update to 0.4.24 - Update to 0.4.24

@ -1 +1 @@
SHA512 (curl-sys-0.4.24.crate) = 3ee3fff70ff9742301b4c8161970e225da462d2306aed03564b3b5ee42d78b5e54a9aaa73a2c53e93d2378dbeb3eeae08ca5eeae9543b623ecb73ae9d2adb7c6 SHA512 (curl-sys-0.4.25.crate) = 6fdb63887d28f3fb34a89b25ed56b77284e2280de3dd2a936838cbadb964e20323595cfa73bb5828146e9cd08dcb8a3c284d5b86c432b2b4a072d99afb0262c3

Loading…
Cancel
Save