diff --git a/.gitignore b/.gitignore index 9d2cd3e..cafea8a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gio-sys-0.7.0.crate /gio-sys-0.8.0.crate /gio-sys-0.9.0.crate +/gio-sys-0.9.1.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf index b6bc155..ddb4c57 100644 --- a/.rust2rpm.conf +++ b/.rust2rpm.conf @@ -19,3 +19,7 @@ lib+v2_56.requires = pkgconfig(gio-2.0) >= 2.56 lib+v2_58.requires = pkgconfig(gio-2.0) >= 2.58 +lib+v2_60.requires = + pkgconfig(gio-2.0) >= 2.60 +lib+v2_62.requires = + pkgconfig(gio-2.0) >= 2.62 diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec index 89c1fb8..7e89216 100644 --- a/rust-gio-sys.spec +++ b/rust-gio-sys.spec @@ -1,14 +1,15 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_with check %global debug_package %{nil} %global crate gio-sys Name: rust-%{crate} -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: FFI bindings to libgio-2.0 +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/gio-sys Source: %{crates_source} @@ -37,7 +38,7 @@ which use "%{crate}" crate. %files devel %license LICENSE -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -49,7 +50,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 %package -n %{name}+dox-devel Summary: %{summary} @@ -61,7 +62,7 @@ This package contains library source intended for building other packages which use "dox" feature of "%{crate}" crate. %files -n %{name}+dox-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_44-devel Summary: %{summary} @@ -74,7 +75,7 @@ This package contains library source intended for building other packages which use "v2_44" feature of "%{crate}" crate. %files -n %{name}+v2_44-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_46-devel Summary: %{summary} @@ -87,7 +88,7 @@ This package contains library source intended for building other packages which use "v2_46" feature of "%{crate}" crate. %files -n %{name}+v2_46-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_48-devel Summary: %{summary} @@ -100,7 +101,7 @@ This package contains library source intended for building other packages which use "v2_48" feature of "%{crate}" crate. %files -n %{name}+v2_48-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_50-devel Summary: %{summary} @@ -113,7 +114,7 @@ This package contains library source intended for building other packages which use "v2_50" feature of "%{crate}" crate. %files -n %{name}+v2_50-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_52-devel Summary: %{summary} @@ -126,7 +127,7 @@ This package contains library source intended for building other packages which use "v2_52" feature of "%{crate}" crate. %files -n %{name}+v2_52-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_54-devel Summary: %{summary} @@ -139,7 +140,7 @@ This package contains library source intended for building other packages which use "v2_54" feature of "%{crate}" crate. %files -n %{name}+v2_54-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_56-devel Summary: %{summary} @@ -152,7 +153,7 @@ This package contains library source intended for building other packages which use "v2_56" feature of "%{crate}" crate. %files -n %{name}+v2_56-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_58-devel Summary: %{summary} @@ -165,7 +166,31 @@ This package contains library source intended for building other packages which use "v2_58" feature of "%{crate}" crate. %files -n %{name}+v2_58-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+v2_60-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+v2_60-devel %{_description} + +This package contains library source intended for building other packages +which use "v2_60" feature of "%{crate}" crate. + +%files -n %{name}+v2_60-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+v2_62-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+v2_62-devel %{_description} + +This package contains library source intended for building other packages +which use "v2_62" feature of "%{crate}" crate. + +%files -n %{name}+v2_62-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -187,6 +212,9 @@ echo 'pkgconfig(gio-2.0) >= 2.42' %endif %changelog +* Wed Jan 15 2020 Josh Stone - 0.9.1-1 +- Update to 0.9.1 + * Tue Dec 10 2019 Josh Stone - 0.9.0-1 - Update to 0.9.0 diff --git a/sources b/sources index a6bb188..3c699c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gio-sys-0.9.0.crate) = 60011e8128f99bf436df002e020d16b7cbdfee20569b401c9a7a4a23a18204e067fd58cdca911b343e85c28e7363f2158334149536c10360741f988ad3cf4a7f +SHA512 (gio-sys-0.9.1.crate) = d254e9fc43d7e173491e8f39afb6314f9dc357576f1d278669dac9d95c487d4cc91a31a248ae11ca1800c397dc528f55844ef909d8da474c09ae69c291b75a02