From 54fdb4a3a9d06f0e2cf17483301cbbafc68df274 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Jan 15 2020 05:49:18 +0000 Subject: Update to 0.9.2 --- diff --git a/.gitignore b/.gitignore index ab294f8..515b7c8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gtk-sys-0.7.0.crate /gtk-sys-0.8.0.crate /gtk-sys-0.9.0.crate +/gtk-sys-0.9.2.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf index b424804..f3520dc 100644 --- a/.rust2rpm.conf +++ b/.rust2rpm.conf @@ -23,3 +23,7 @@ lib+v3_22_30.requires = pkgconfig(gtk+-3.0) >= 3.22.30 lib+v3_24.requires = pkgconfig(gtk+-3.0) >= 3.24 +lib+v3_24_8.requires = + pkgconfig(gtk+-3.0) >= 3.24.8 +lib+v3_24_9.requires = + pkgconfig(gtk+-3.0) >= 3.24.9 diff --git a/rust-gtk-sys.spec b/rust-gtk-sys.spec index c9574f8..4b5df69 100644 --- a/rust-gtk-sys.spec +++ b/rust-gtk-sys.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_with check %global debug_package %{nil} %global crate gtk-sys Name: rust-%{crate} -Version: 0.9.0 +Version: 0.9.2 Release: 1%{?dist} Summary: FFI bindings to libgtk-3 @@ -38,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} @@ -50,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} @@ -62,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}+v3_16-devel Summary: %{summary} @@ -75,7 +75,7 @@ This package contains library source intended for building other packages which use "v3_16" feature of "%{crate}" crate. %files -n %{name}+v3_16-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_18-devel Summary: %{summary} @@ -88,7 +88,7 @@ This package contains library source intended for building other packages which use "v3_18" feature of "%{crate}" crate. %files -n %{name}+v3_18-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_20-devel Summary: %{summary} @@ -101,7 +101,7 @@ This package contains library source intended for building other packages which use "v3_20" feature of "%{crate}" crate. %files -n %{name}+v3_20-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_22-devel Summary: %{summary} @@ -114,7 +114,7 @@ This package contains library source intended for building other packages which use "v3_22" feature of "%{crate}" crate. %files -n %{name}+v3_22-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_22_26-devel Summary: %{summary} @@ -127,7 +127,7 @@ This package contains library source intended for building other packages which use "v3_22_26" feature of "%{crate}" crate. %files -n %{name}+v3_22_26-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_22_27-devel Summary: %{summary} @@ -140,7 +140,7 @@ This package contains library source intended for building other packages which use "v3_22_27" feature of "%{crate}" crate. %files -n %{name}+v3_22_27-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_22_29-devel Summary: %{summary} @@ -153,7 +153,7 @@ This package contains library source intended for building other packages which use "v3_22_29" feature of "%{crate}" crate. %files -n %{name}+v3_22_29-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_22_30-devel Summary: %{summary} @@ -166,7 +166,7 @@ This package contains library source intended for building other packages which use "v3_22_30" feature of "%{crate}" crate. %files -n %{name}+v3_22_30-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_22_6-devel Summary: %{summary} @@ -179,7 +179,7 @@ This package contains library source intended for building other packages which use "v3_22_6" feature of "%{crate}" crate. %files -n %{name}+v3_22_6-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v3_24-devel Summary: %{summary} @@ -192,7 +192,31 @@ This package contains library source intended for building other packages which use "v3_24" feature of "%{crate}" crate. %files -n %{name}+v3_24-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+v3_24_8-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+v3_24_8-devel %{_description} + +This package contains library source intended for building other packages +which use "v3_24_8" feature of "%{crate}" crate. + +%files -n %{name}+v3_24_8-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+v3_24_9-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+v3_24_9-devel %{_description} + +This package contains library source intended for building other packages +which use "v3_24_9" feature of "%{crate}" crate. + +%files -n %{name}+v3_24_9-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -214,6 +238,9 @@ echo 'pkgconfig(gtk+-3.0) >= 3.14' %endif %changelog +* Wed Jan 15 2020 Josh Stone - 0.9.2-1 +- Update to 0.9.2 + * Tue Dec 10 2019 Josh Stone - 0.9.0-1 - Update to 0.9.0 diff --git a/sources b/sources index 9957fc6..8b960aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gtk-sys-0.9.0.crate) = 218d5cbc32a83dfd1d9c83918d2f480b7e28f41c124f0e4985abca39ed8b60cc52d907fd539565fb0e8fca4f85b282ac14b5e7ff9c55a9a25b99331a2d1e32ae +SHA512 (gtk-sys-0.9.2.crate) = 4e3c61289dfed69743332f7b7986a8a1a63ba0b62bfc6e673a8ca44c9b25db485aeb5a28bd69cb3f6984dae1f2de06035f3441b2d212296b13df742f13bae1c1