automatic version update by autodist [release 1.68.0-1mamba;Sat Mar 20 2021]

This commit is contained in:
Automatic Build System 2024-01-05 23:20:13 +01:00
parent 0c1a978d2d
commit addd24ee66

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define glibver 2.%(echo %version | cut -d. -f2) %define glibver 2.%(echo %version | cut -d. -f2)
Name: gobject-introspection Name: gobject-introspection
Version: 1.66.1 Version: 1.68.0
Release: 2mamba Release: 1mamba
Summary: A convenient bridge between C and a runtime language and more Summary: A convenient bridge between C and a runtime language and more
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 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 Source1: http://ftp.gnome.org/pub/GNOME/sources/glib/%{glibver}/glib-%{glibver}.0.tar.xz
License: GPL License: GPL
@ -18,9 +18,8 @@ BuildRequires: ldconfig
BuildRequires: libffi-devel BuildRequires: libffi-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-mako-py36 BuildRequires: python-mako-py3
BuildRequires: python-Markdown-py36 BuildRequires: python-Markdown-py3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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/* %{_datadir}/gtk-doc/html/gi/*
%changelog %changelog
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 1.68.0-1mamba
- automatic version update by autodist
* Thu Oct 22 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66.1-2mamba * Thu Oct 22 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66.1-2mamba
- rebuilt with glib sources needed to add docs to gir (fixes glibd build) - rebuilt with glib sources needed to add docs to gir (fixes glibd build)