Browse Source

update to 0.1.92

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 1 year ago
parent
commit
c720428e9d
  1. 12
      SOURCES/babl-meson.patch
  2. 44
      SPECS/babl.spec

12
SOURCES/babl-meson.patch

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
diff -ruNp a/meson.build b/meson.build
--- a/meson.build 2022-08-02 08:59:19.342379619 +0200
+++ b/meson.build 2022-08-02 08:59:48.700626208 +0200
@@ -55,7 +55,7 @@ lib_name = meson.project_name() + '-'
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))

44
SPECS/babl.spec

@ -18,8 +18,8 @@ @@ -18,8 +18,8 @@

Summary: A dynamic, any to any, pixel format conversion library
Name: babl
Version: 0.1.86
Release: 4%{?dist}
Version: 0.1.92
Release: 3%{?dist}

# Compute some version related macros
# Ugly hack, you need to get your quoting backslashes/percent signs straight
@ -32,13 +32,14 @@ Release: 4%{?dist} @@ -32,13 +32,14 @@ Release: 4%{?dist}
License: LGPLv3+ and GPLv3+
URL: http://www.gegl.org/babl/
Source0: https://download.gimp.org/pub/babl/%{apiver}/%{name}-%{version}.tar.xz
Patch1: babl-meson.patch

BuildRequires: gcc
BuildRequires: openssh-clients
BuildRequires: gobject-introspection-devel
BuildRequires: librsvg2-tools
BuildRequires: meson, vala
BuildRequires: pkgconfig(lcms2)
BuildRequires: openssh-clients

%description
Babl is a dynamic, any to any, pixel format conversion library. It
@ -82,10 +83,8 @@ This package contains documentation needed for developing with %{name}. @@ -82,10 +83,8 @@ This package contains documentation needed for developing with %{name}.
%meson_install

mkdir -p "%{buildroot}/%{develdocdir}"
cp -pr docs/graphics docs/*.html docs/babl.css "%{buildroot}/%{develdocdir}"
rm -f "%{buildroot}/%{develdocdir}"/graphics/meson.build
rm -f "%{buildroot}/%{develdocdir}"/graphics/.gitignore

cp -pr "%{_vpath_builddir}"/docs/* "%{buildroot}/%{develdocdir}"
rm -f "%{buildroot}/%{develdocdir}/index.html.tmp"

%check
# skip tests known to be problematic in a specific version
@ -125,15 +124,32 @@ popd @@ -125,15 +124,32 @@ popd
%doc %{develdocdir}

%changelog
* Wed Jul 20 2022 Josef Ridky <jridky@redhat.com> - 0.1.86-4
- fix FTBFS by adding openssh-clients into BuildRequires (#2105618)
* Tue Aug 02 2022 Josef Ridky <jridky@redhat.com> - 0.1.92-3
- Fix FTBFS in F37 (#2113117)

* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.92-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Mar 31 2022 Josef Ridky <jridky@redhat.com> - 0.1.92-1
- New upstream release 0.1.92

* Mon Mar 14 2022 Josef Ridky <jridky@redhat.com> - 0.1.90-2
- Fix docs install to include all files

* Mon Mar 14 2022 Josef Ridky <jridky@redhat.com> - 0.1.90-1
- New upstream release 0.1.90

* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.88-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Mon Oct 18 2021 Josef Ridky <jridky@redhat.com> - 0.1.88-1
- New upstream release 0.1.88

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.86-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Aug 02 2021 Josef Ridky <jridky@redhat.com> - 0.1.86-3
- fix FTBFS by adding openssh-clients requirement (#1987380)

* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.86-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.86-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri Apr 02 2021 Kalev Lember <klember@redhat.com> - 0.1.86-1
- Update to 0.1.86

Loading…
Cancel
Save