#2 Update glib and sqlite dependencies
Merged a year ago by limb. Opened a year ago by yselkowitz.
rpms/ yselkowitz/libgda rawhide  into  rawhide

file modified
+3 -3
@@ -17,7 +17,7 @@ 

  BuildRequires:    gcc-c++

  BuildRequires:    pkgconfig >= 0.8

  BuildRequires:    glade-devel

- BuildRequires:    glib2-devel >= 2.28.0

+ BuildRequires:    glib2-devel >= 2.38.0

  BuildRequires:    gtk3-devel >= 3.0.0

  BuildRequires:    gtksourceview3-devel

  BuildRequires:    goocanvas2-devel
@@ -25,7 +25,7 @@ 

  BuildRequires:    iso-codes-devel

  BuildRequires:    itstool

  BuildRequires:    libxslt-devel >= 1.0.9

- BuildRequires:    sqlite-devel >= 3.10.2

+ BuildRequires:    sqlite-devel >= 3.22.0

  BuildRequires:    libgcrypt-devel

  BuildRequires:    libgee-devel

  BuildRequires:    gobject-introspection-devel >= 0.6.5
@@ -103,7 +103,7 @@ 

  %package sqlite

  Summary:        SQLite provider for %{name}

  Requires:       %{name}%{?isa} = %{epoch}:%{version}-%{release}

- Requires:       sqlite%{?isa} >= 3.10.2

+ Requires:       sqlite-libs%{?isa} >= 3.22.0

  

  %description sqlite

  This %{name}-sqlite includes the %{name} SQLite provider.

sqlite-libs was split out from the main package around 3.11.0. This fixes the flatpak build by not requiring a rebuild of the whole sqlite package just for the cli which is not used here (where libs is in the runtime).

Please merge or cherry-pick to at least the f38 branch.

Pull-Request has been merged by limb

a year ago
Metadata