Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update babl to 0.1.108-1 #11132

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/babl/babl.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"babl-0.1.82.tar.xz": "c62d93d4ad6774cb8e3231bbbc7f2e61e551e7242d78640d757505ee1a9fadc5"
"babl-0.1.108.tar.xz": "26defe9deaab7ac4d0e076cab49c2a0d6ebd0df0c31fd209925a5f07edee1475"
}
}
}
13 changes: 9 additions & 4 deletions SPECS-EXTENDED/babl/babl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Distribution: Azure Linux

Summary: A dynamic, any to any, pixel format conversion library
Name: babl
Version: 0.1.82
Release: 3%{?dist}
Version: 0.1.108
Release: 1%{?dist}

# Compute some version related macros
# Ugly hack, you need to get your quoting backslashes/percent signs straight
Expand Down Expand Up @@ -68,7 +68,7 @@ This package contains documentation needed for developing with %{name}.
%autosetup -p1

%build
%meson
%meson -Dgi-docgen=disabled -Dwith-docs=false
%meson_build

%install
Expand Down Expand Up @@ -101,6 +101,7 @@ popd
%files
%license docs/COPYING*
%doc AUTHORS NEWS
%{_bindir}/babl
%{_libdir}/libbabl-%{apiver}.so.0*
%{_libdir}/babl-%{apiver}/
%dir %{_libdir}/girepository-1.0
Expand All @@ -109,7 +110,7 @@ popd
%files devel
%{_includedir}/babl-%{apiver}/
%{_libdir}/libbabl-%{apiver}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/%{name}-0.1.pc
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/Babl-%{apiver}.gir
%{_datadir}/vala/
Expand All @@ -118,6 +119,10 @@ popd
%doc %{develdocdir}

%changelog
* Mon Nov 18 2024 Kevin Lockwood <[email protected]> - 0.1.108-1
- Catch up to upstream
- License verified.

* Fri Mar 18 2022 Pawel Winogrodzki <[email protected]> - 0.1.82-3
- Adding BR on "openssh-clients" to provide "scp".
- License verified.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,8 @@
"type": "other",
"other": {
"name": "babl",
"version": "0.1.82",
"downloadUrl": "https://download.gimp.org/pub/babl/0.1/babl-0.1.82.tar.xz"
"version": "0.1.108",
"downloadUrl": "https://download.gimp.org/pub/babl/0.1/babl-0.1.108.tar.xz"
}
}
},
Expand Down
Loading