Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/babl.git#1b3cd567190a609833b3a1d0b91aab1caa4435c2
This commit is contained in:
parent
3e2f7b76ac
commit
e191f4e055
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ babl-0.1.2.tar.bz2
|
||||
/babl-0.1.72.tar.xz
|
||||
/babl-0.1.74.tar.xz
|
||||
/babl-0.1.78.tar.xz
|
||||
/babl-0.1.82.tar.xz
|
||||
|
12
babl.spec
12
babl.spec
@ -18,8 +18,8 @@
|
||||
|
||||
Summary: A dynamic, any to any, pixel format conversion library
|
||||
Name: babl
|
||||
Version: 0.1.78
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.82
|
||||
Release: 1%{?dist}
|
||||
|
||||
# Compute some version related macros
|
||||
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
||||
@ -107,14 +107,14 @@ popd
|
||||
%files
|
||||
%license docs/COPYING*
|
||||
%doc AUTHORS NEWS
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libbabl-%{apiver}.so.0*
|
||||
%{_libdir}/babl-%{apiver}/
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Babl-%{apiver}.typelib
|
||||
|
||||
%files devel
|
||||
%{_includedir}/babl-%{apiver}/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libbabl-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/Babl-%{apiver}.gir
|
||||
@ -124,6 +124,10 @@ popd
|
||||
%doc %{develdocdir}
|
||||
|
||||
%changelog
|
||||
* Fri Oct 16 2020 Kalev Lember <klember@redhat.com> - 0.1.82-1
|
||||
- Update to 0.1.82
|
||||
- Tighten soname globs
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.78-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (babl-0.1.78.tar.xz) = d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b
|
||||
SHA512 (babl-0.1.82.tar.xz) = f6eabc53a8b9a2f6002ec75ec9175aa854e54a6d1c14e8723506d44f7fc3230dbfb19b4595d73d5922c705a97a000230aa6ed33f4dc0de0d9399dc939fe61c8c
|
||||
|
Loading…
Reference in New Issue
Block a user