From 38abd76856feb0498bb7decf6ebf3ddda1aea955 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:50:47 +0100 Subject: [PATCH] automatic version update by autodist [release 0.1.92-1mamba;Wed May 18 2022] --- libbabl-0.1.92-meson-0.62.1.patch | 13 +++++++++++++ libbabl.spec | 12 ++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 libbabl-0.1.92-meson-0.62.1.patch diff --git a/libbabl-0.1.92-meson-0.62.1.patch b/libbabl-0.1.92-meson-0.62.1.patch new file mode 100644 index 0000000..b7465e0 --- /dev/null +++ b/libbabl-0.1.92-meson-0.62.1.patch @@ -0,0 +1,13 @@ +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)) diff --git a/libbabl.spec b/libbabl.spec index fc2a872..6c9cb5a 100644 --- a/libbabl.spec +++ b/libbabl.spec @@ -1,14 +1,15 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libbabl -Version: 0.1.90 +Version: 0.1.92 Release: 1mamba Summary: babl is a dynamic, any to any, pixel format translation library Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto +Packager: Silvan Calarco 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 @@ -33,13 +34,13 @@ Obsoletes: babl-devel babl is a dynamic, any to any, pixel format translation library. It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations. A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %debug_package %prep %setup -q -n babl-%{version} +%patch0 -p1 -b .meson-0.62.1 %build %meson @@ -73,6 +74,9 @@ This package contains static libraries and header files need for development. %doc NEWS TODO %changelog +* Wed May 18 2022 Automatic Build System 0.1.92-1mamba +- automatic version update by autodist + * Tue Feb 22 2022 Automatic Build System 0.1.90-1mamba - automatic version update by autodist