diff --git a/.gitignore b/.gitignore index 47dde44..dbeb06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /gtk-sys-0.5.0.crate /gtk-sys-0.6.0.crate /gtk-sys-0.7.0.crate +/gtk-sys-0.8.0.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf index 593743f..b424804 100644 --- a/.rust2rpm.conf +++ b/.rust2rpm.conf @@ -1,17 +1,7 @@ [DEFAULT] buildrequires = - pkgconfig(gtk+-3.0) >= 3.4 + pkgconfig(gtk+-3.0) >= 3.14 lib.requires = - pkgconfig(gtk+-3.0) >= 3.4 -lib+v3_6.requires = - pkgconfig(gtk+-3.0) >= 3.6 -lib+v3_8.requires = - pkgconfig(gtk+-3.0) >= 3.8 -lib+v3_10.requires = - pkgconfig(gtk+-3.0) >= 3.10 -lib+v3_12.requires = - pkgconfig(gtk+-3.0) >= 3.12 -lib+v3_14.requires = pkgconfig(gtk+-3.0) >= 3.14 lib+v3_16.requires = pkgconfig(gtk+-3.0) >= 3.16 @@ -29,3 +19,7 @@ lib+v3_22_27.requires = pkgconfig(gtk+-3.0) >= 3.22.27 lib+v3_22_29.requires = pkgconfig(gtk+-3.0) >= 3.22.29 +lib+v3_22_30.requires = + pkgconfig(gtk+-3.0) >= 3.22.30 +lib+v3_24.requires = + pkgconfig(gtk+-3.0) >= 3.24 diff --git a/rust-gtk-sys.spec b/rust-gtk-sys.spec index 3944399..ee1b5d7 100644 --- a/rust-gtk-sys.spec +++ b/rust-gtk-sys.spec @@ -5,7 +5,7 @@ %global crate gtk-sys Name: rust-%{crate} -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} Summary: FFI bindings to libgtk-3 @@ -16,21 +16,21 @@ Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging -BuildRequires: (crate(atk-sys/default) >= 0.7.0 with crate(atk-sys/default) < 0.8.0) -BuildRequires: (crate(cairo-sys-rs/default) >= 0.7.0 with crate(cairo-sys-rs/default) < 0.8.0) -BuildRequires: (crate(gdk-pixbuf-sys/default) >= 0.7.0 with crate(gdk-pixbuf-sys/default) < 0.8.0) -BuildRequires: (crate(gdk-sys/default) >= 0.7.0 with crate(gdk-sys/default) < 0.8.0) -BuildRequires: (crate(gio-sys/default) >= 0.7.0 with crate(gio-sys/default) < 0.8.0) -BuildRequires: (crate(glib-sys/default) >= 0.7.0 with crate(glib-sys/default) < 0.8.0) -BuildRequires: (crate(gobject-sys/default) >= 0.7.0 with crate(gobject-sys/default) < 0.8.0) +BuildRequires: (crate(atk-sys/default) >= 0.8.0 with crate(atk-sys/default) < 0.9.0) +BuildRequires: (crate(cairo-sys-rs/default) >= 0.8.0 with crate(cairo-sys-rs/default) < 0.9.0) +BuildRequires: (crate(gdk-pixbuf-sys/default) >= 0.8.0 with crate(gdk-pixbuf-sys/default) < 0.9.0) +BuildRequires: (crate(gdk-sys/default) >= 0.8.0 with crate(gdk-sys/default) < 0.9.0) +BuildRequires: (crate(gio-sys/default) >= 0.8.0 with crate(gio-sys/default) < 0.9.0) +BuildRequires: (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.0) +BuildRequires: (crate(gobject-sys/default) >= 0.8.0 with crate(gobject-sys/default) < 0.9.0) BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) -BuildRequires: (crate(pango-sys/default) >= 0.7.0 with crate(pango-sys/default) < 0.8.0) +BuildRequires: (crate(pango-sys/default) >= 0.8.0 with crate(pango-sys/default) < 0.9.0) BuildRequires: (crate(pkg-config/default) >= 0.3.7 with crate(pkg-config/default) < 0.4.0) %if %{with check} BuildRequires: (crate(shell-words/default) >= 0.1.0 with crate(shell-words/default) < 0.2.0) BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) %endif -BuildRequires: pkgconfig(gtk+-3.0) >= 3.4 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.14 %global _description \ FFI bindings to libgtk-3. @@ -40,7 +40,7 @@ FFI bindings to libgtk-3. %package devel Summary: %{summary} BuildArch: noarch -Requires: pkgconfig(gtk+-3.0) >= 3.4 +Requires: pkgconfig(gtk+-3.0) >= 3.14 %description devel %{_description} @@ -75,45 +75,6 @@ which use "dox" feature of "%{crate}" crate. %files -n %{name}+dox-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml -%package -n %{name}+v3_10-devel -Summary: %{summary} -BuildArch: noarch -Requires: pkgconfig(gtk+-3.0) >= 3.10 - -%description -n %{name}+v3_10-devel %{_description} - -This package contains library source intended for building other packages -which use "v3_10" feature of "%{crate}" crate. - -%files -n %{name}+v3_10-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml - -%package -n %{name}+v3_12-devel -Summary: %{summary} -BuildArch: noarch -Requires: pkgconfig(gtk+-3.0) >= 3.12 - -%description -n %{name}+v3_12-devel %{_description} - -This package contains library source intended for building other packages -which use "v3_12" feature of "%{crate}" crate. - -%files -n %{name}+v3_12-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml - -%package -n %{name}+v3_14-devel -Summary: %{summary} -BuildArch: noarch -Requires: pkgconfig(gtk+-3.0) >= 3.14 - -%description -n %{name}+v3_14-devel %{_description} - -This package contains library source intended for building other packages -which use "v3_14" feature of "%{crate}" crate. - -%files -n %{name}+v3_14-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml - %package -n %{name}+v3_16-devel Summary: %{summary} BuildArch: noarch @@ -205,43 +166,43 @@ which use "v3_22_29" feature of "%{crate}" crate. %files -n %{name}+v3_22_29-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml -%package -n %{name}+v3_22_6-devel +%package -n %{name}+v3_22_30-devel Summary: %{summary} BuildArch: noarch -Requires: pkgconfig(gtk+-3.0) >= 3.22.6 +Requires: pkgconfig(gtk+-3.0) >= 3.22.30 -%description -n %{name}+v3_22_6-devel %{_description} +%description -n %{name}+v3_22_30-devel %{_description} This package contains library source intended for building other packages -which use "v3_22_6" feature of "%{crate}" crate. +which use "v3_22_30" feature of "%{crate}" crate. -%files -n %{name}+v3_22_6-devel +%files -n %{name}+v3_22_30-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml -%package -n %{name}+v3_6-devel +%package -n %{name}+v3_22_6-devel Summary: %{summary} BuildArch: noarch -Requires: pkgconfig(gtk+-3.0) >= 3.6 +Requires: pkgconfig(gtk+-3.0) >= 3.22.6 -%description -n %{name}+v3_6-devel %{_description} +%description -n %{name}+v3_22_6-devel %{_description} This package contains library source intended for building other packages -which use "v3_6" feature of "%{crate}" crate. +which use "v3_22_6" feature of "%{crate}" crate. -%files -n %{name}+v3_6-devel +%files -n %{name}+v3_22_6-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml -%package -n %{name}+v3_8-devel +%package -n %{name}+v3_24-devel Summary: %{summary} BuildArch: noarch -Requires: pkgconfig(gtk+-3.0) >= 3.8 +Requires: pkgconfig(gtk+-3.0) >= 3.24 -%description -n %{name}+v3_8-devel %{_description} +%description -n %{name}+v3_24-devel %{_description} This package contains library source intended for building other packages -which use "v3_8" feature of "%{crate}" crate. +which use "v3_24" feature of "%{crate}" crate. -%files -n %{name}+v3_8-devel +%files -n %{name}+v3_24-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep @@ -260,6 +221,9 @@ which use "v3_8" feature of "%{crate}" crate. %endif %changelog +* Sun Apr 28 15:26:34 CEST 2019 Igor Gnatenko - 0.8.0-1 +- Update to 0.8.0 + * Mon Feb 18 2019 Igor Gnatenko - 0.7.0-1 - Update to 0.7.0 diff --git a/sources b/sources index b731bda..c6d7e15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gtk-sys-0.7.0.crate) = 76feb02a9c5f03c06c388412125bb9d6c0ca53598e88a44dd369fcb8564f1218bf8183c22d20f46197106077738641a2b62aea8042a222166ab221f6d3874bdd +SHA512 (gtk-sys-0.8.0.crate) = e5c3118773d454cabf3254f79a9c527f19794f6c08069782db2cf42e2db7bfacc0dd3f0f3682546763f211b248194d166c0a72acb88e20ef6c9cab73f0347977