automatic version update by autodist [release 0.1.108-1mamba;Sun Feb 11 2024]

This commit is contained in:
Automatic Build System 2024-02-12 00:30:52 +01:00
parent df91d39344
commit 9188121ed4
2 changed files with 6 additions and 17 deletions

View File

@ -1,13 +0,0 @@
diff --git a/meson.build b/meson.build
index 55054f441a0378845e0d3655b7eb18f6d140e3e1..8c93be9d1b22a7b105a51d4eb9f4db7f75702a24 100644
--- a/meson.build
+++ b/meson.build
@@ -55,7 +55,7 @@ lib_name = meson.project_name() + '-' + api_version
stability_version_number = (major_version != 0 ? minor_version : micro_version)
stable = (stability_version_number % 2 == 0)
-conf.set10('BABL_UNSTABLE', not stable, Description:
+conf.set10('BABL_UNSTABLE', not stable, description:
'Define to 1 if this is an unstable version of BABL.')
conf.set ('BABL_MAJOR_VERSION', '@0@'.format(major_version))

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libbabl
Version: 0.1.106
Version: 0.1.108
Release: 1mamba
Summary: babl is a dynamic, any to any, pixel format translation library
Group: System/Libraries
@ -9,7 +9,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gegl.org/babl/
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.xz
Patch0: libbabl-0.1.92-meson-0.62.1.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -52,7 +51,6 @@ This package contains the tools provided with %{name}.
%prep
%setup -q -n babl-%{version}
#%patch0 -p1 -b .meson-0.62.1
%build
%meson
@ -62,7 +60,6 @@ This package contains the tools provided with %{name}.
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
#% makeinstall extdir=%{_libdir}/babl-%{majver}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -83,6 +80,8 @@ This package contains the tools provided with %{name}.
%{_datadir}/gir-1.0/Babl-0.1.gir
%{_datadir}/vala/vapi/babl-0.1.*
%{_libdir}/pkgconfig/*.pc
%dir %{_docdir}/babl-%{majver}
%{_docdir}/babl-%{majver}/*
%doc NEWS TODO
%files tools
@ -90,6 +89,9 @@ This package contains the tools provided with %{name}.
%{_bindir}/babl
%changelog
* Sun Feb 11 2024 Automatic Build System <autodist@openmamba.org> 0.1.108-1mamba
- automatic version update by autodist
* Sat May 06 2023 Automatic Build System <autodist@mambasoft.it> 0.1.106-1mamba
- automatic version update by autodist