Skip to content

Commit 7f48175

Browse files
Update babl to 0.1.108-1 (#11132)
1 parent a396fd2 commit 7f48175

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"babl-0.1.82.tar.xz": "c62d93d4ad6774cb8e3231bbbc7f2e61e551e7242d78640d757505ee1a9fadc5"
3+
"babl-0.1.108.tar.xz": "26defe9deaab7ac4d0e076cab49c2a0d6ebd0df0c31fd209925a5f07edee1475"
44
}
5-
}
5+
}

SPECS-EXTENDED/babl/babl.spec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Distribution: Azure Linux
1616

1717
Summary: A dynamic, any to any, pixel format conversion library
1818
Name: babl
19-
Version: 0.1.82
20-
Release: 3%{?dist}
19+
Version: 0.1.108
20+
Release: 1%{?dist}
2121

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

7070
%build
71-
%meson
71+
%meson -Dgi-docgen=disabled -Dwith-docs=false
7272
%meson_build
7373

7474
%install
@@ -101,6 +101,7 @@ popd
101101
%files
102102
%license docs/COPYING*
103103
%doc AUTHORS NEWS
104+
%{_bindir}/babl
104105
%{_libdir}/libbabl-%{apiver}.so.0*
105106
%{_libdir}/babl-%{apiver}/
106107
%dir %{_libdir}/girepository-1.0
@@ -109,7 +110,7 @@ popd
109110
%files devel
110111
%{_includedir}/babl-%{apiver}/
111112
%{_libdir}/libbabl-%{apiver}.so
112-
%{_libdir}/pkgconfig/%{name}.pc
113+
%{_libdir}/pkgconfig/%{name}-0.1.pc
113114
%dir %{_datadir}/gir-1.0
114115
%{_datadir}/gir-1.0/Babl-%{apiver}.gir
115116
%{_datadir}/vala/
@@ -118,6 +119,10 @@ popd
118119
%doc %{develdocdir}
119120

120121
%changelog
122+
* Mon Nov 18 2024 Kevin Lockwood <v-klockwood@microsoft.com> - 0.1.108-1
123+
- Catch up to upstream
124+
- License verified.
125+
121126
* Fri Mar 18 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.1.82-3
122127
- Adding BR on "openssh-clients" to provide "scp".
123128
- License verified.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,8 +925,8 @@
925925
"type": "other",
926926
"other": {
927927
"name": "babl",
928-
"version": "0.1.82",
929-
"downloadUrl": "https://download.gimp.org/pub/babl/0.1/babl-0.1.82.tar.xz"
928+
"version": "0.1.108",
929+
"downloadUrl": "https://download.gimp.org/pub/babl/0.1/babl-0.1.108.tar.xz"
930930
}
931931
}
932932
},

0 commit comments

Comments
 (0)