diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 154631a..fce6708 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,14 +1,14 @@ %define majver %(echo %version | cut -d. -f1-2) %define glibver 2.%(echo %version | cut -d. -f2) Name: gobject-introspection -Version: 1.66.1 -Release: 2mamba +Version: 1.68.0 +Release: 1mamba Summary: A convenient bridge between C and a runtime language and more Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://live.gnome.org/GObjectIntrospection +URL: https://live.gnome.org/GObjectIntrospection Source: http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/%{majver}/gobject-introspection-%{version}.tar.xz Source1: http://ftp.gnome.org/pub/GNOME/sources/glib/%{glibver}/glib-%{glibver}.0.tar.xz License: GPL @@ -18,9 +18,8 @@ BuildRequires: ldconfig BuildRequires: libffi-devel BuildRequires: libglib-devel ## AUTOBUILDREQ-END -BuildRequires: python-mako-py36 -BuildRequires: python-Markdown-py36 -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: python-mako-py3 +BuildRequires: python-Markdown-py3 %description It makes sense to build many kinds of applications using (at least) two different levels and languages. Those being C+GObject, and a managed (GC'd) runtime. C is good for graphics, multimedia, and lower level systems work. However, writing complex software is difficult and error-prone without garbage collection. A managed runtime such as JavaScript, Python, Java, Lua, .NET, Scheme etc. makes a lot of sense for non-fast-path application logic such as configuration, layout, dialogs, etc. @@ -102,6 +101,9 @@ This package includes the %{name} API documentation. %{_datadir}/gtk-doc/html/gi/* %changelog +* Sat Mar 20 2021 Automatic Build System 1.68.0-1mamba +- automatic version update by autodist + * Thu Oct 22 2020 Silvan Calarco 1.66.1-2mamba - rebuilt with glib sources needed to add docs to gir (fixes glibd build)