diff --git a/.gitignore b/.gitignore index 3a04dc1..1867e63 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gom-0.3.3.tar.xz +SOURCES/gom-0.4.tar.xz diff --git a/.gom.metadata b/.gom.metadata index 331a89f..fbf31ed 100644 --- a/.gom.metadata +++ b/.gom.metadata @@ -1 +1 @@ -b50ffcb12dd628f35134d8eaaa461b260e305001 SOURCES/gom-0.3.3.tar.xz +3644652c50926a0d813ae7e4945e33fce31c9d00 SOURCES/gom-0.4.tar.xz diff --git a/SPECS/gom.spec b/SPECS/gom.spec index 052a54c..52dea81 100644 --- a/SPECS/gom.spec +++ b/SPECS/gom.spec @@ -1,11 +1,11 @@ Name: gom -Version: 0.3.3 +Version: 0.4 Release: 1%{?dist} Summary: GObject to SQLite object mapper library License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Gom -Source0: https://download.gnome.org/sources/gom/0.3/gom-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gom/0.4/gom-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc @@ -33,6 +33,8 @@ developing applications that use %{name}. # Disable Python bindings rm bindings/meson.build touch bindings/meson.build +# Downgrade req meson version +sed -i 's,0.48,0.45,' meson.build %build LANG=en_US.utf8 %meson -Denable-gtk-doc=true @@ -58,6 +60,11 @@ LANG=en_US.utf8 %meson_install %doc %{_datadir}/gtk-doc/ %changelog +* Tue Apr 21 2020 Bastien Nocera - 0.4-1 ++ gom-0.4-1 +- Update to 0.4 +Related: rhbz#1804172 + * Tue Jun 05 2018 Bastien Nocera - 0.3.3-1 + gom-0.3.3-1 - Update to 0.3.3