auto spec version bump up: libpng
- libpng: bump up to 1.6.38 Change-Id: Iba95f6ebbe6800aaeedd5882018ad22fdee7d035 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/18287 Tested-by: gerrit-photon <photon-checkins@vmware.com> Reviewed-by: Shreenidhi Shedi <sshedi@vmware.com>
This commit is contained in:
parent
383fed99e1
commit
4086979ff9
|
@ -1,7 +1,7 @@
|
|||
Summary: A 2D graphics library.
|
||||
Name: cairo
|
||||
Version: 1.17.6
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: LGPLv2 or MPLv1.1
|
||||
URL: https://cairographics.org
|
||||
Group: System Environment/Libraries
|
||||
|
@ -91,6 +91,8 @@ rm -rf %{buildroot}/*
|
|||
%{_datadir}/gtk-doc/html/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 1.17.6-5
|
||||
- Bump release as a part of libpng upgrade
|
||||
* Wed Nov 30 2022 Shivani Agarwal <shivania2@vmware.com> 1.17.6-4
|
||||
- Enabled xlib
|
||||
* Sun Nov 13 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.17.6-3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: toolkit for image loading and pixel buffer manipulation.
|
||||
Name: gdk-pixbuf
|
||||
Version: 2.42.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.gt.org
|
||||
Group: System Environment/Libraries
|
||||
|
@ -80,6 +80,8 @@ rm -rf %{buildroot}/*
|
|||
%{_libdir}/pkgconfig
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 2.42.0-2
|
||||
- Bump release as a part of libpng upgrade
|
||||
* Tue Sep 06 2022 Shivani Agarwal <shivania2@vmware.com> 2.42.0-1
|
||||
- Upgrade version
|
||||
* Sun Jun 14 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.33.2-1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: GUI library.
|
||||
Name: gtk3
|
||||
Version: 3.23.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.gtk.org
|
||||
Group: System Environment/Libraries
|
||||
|
@ -160,6 +160,8 @@ rm -rf %{buildroot}/*
|
|||
%{_sysconfdir}/gtk-3.0/
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 3.23.3-2
|
||||
- Bump release as a part of libpng upgrade
|
||||
* Mon Aug 22 2022 Shivani Agarwal <shivania2@vmware.com> 3.23.3-1
|
||||
- Updated to version 3.23.3
|
||||
* Wed Nov 15 2017 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 3.20.8-2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: GD is an open source code library for the dynamic creation of images by programmers.
|
||||
Name: libgd
|
||||
Version: 2.3.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
URL: https://libgd.github.io
|
||||
Group: System/Libraries
|
||||
|
@ -66,6 +66,8 @@ make %{?_smp_mflags} -k check
|
|||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 2.3.3-2
|
||||
- Bump release as a part of libpng upgrade
|
||||
* Sun Aug 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 2.3.3-1
|
||||
- Remove .la files
|
||||
- Upgrade to v2.3.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: contains libraries for reading and writing PNG files.
|
||||
Name: libpng
|
||||
Version: 1.6.37
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.38
|
||||
Release: 1%{?dist}
|
||||
License: libpng
|
||||
URL: http://www.libpng.org/
|
||||
Group: System Environment/Libraries
|
||||
|
@ -9,7 +9,7 @@ Vendor: VMware, Inc.
|
|||
Distribution: Photon
|
||||
|
||||
Source0: http://downloads.sourceforge.net/libpng/%{name}-%{version}.tar.xz
|
||||
%define sha512 libpng=59e8c1059013497ae616a14c3abbe239322d3873c6ded0912403fc62fb260561768230b6ab997e2cccc3b868c09f539fd13635616b9fa0dd6279a3f63ec7e074
|
||||
%define sha512 libpng=4e450636062fcc75ecc65715e0b23ddc1097b73b4c95ffd31bef627144c576f58660b2130105f5f5781212cf54f00c7b6dd3facefd7e9de70c76b981d499f81e
|
||||
|
||||
Provides: pkgconfig(libpng)
|
||||
Provides: pkgconfig(libpng16)
|
||||
|
@ -61,6 +61,8 @@ make %{?_smp_mflags} -k check
|
|||
%{_datadir}/man/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 Gerrit Photon <photon-checkins@vmware.com> 1.6.38-1
|
||||
- Automatic Version Bump
|
||||
* Sun Aug 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.6.37-2
|
||||
- Remove .la files
|
||||
* Thu Mar 05 2020 Ashwin H <ashwinh@vmware.com> 1.6.37-1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Library to encode and decode webP format images
|
||||
Name: libwebp
|
||||
Version: 1.2.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
URL: http://webmproject.org/
|
||||
Group: System Environment/Libraries
|
||||
|
@ -61,6 +61,8 @@ find %{buildroot} -name '*.la' -delete
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 1.2.4-2
|
||||
- Bump release as a part of libpng upgrade
|
||||
* Mon Jul 11 2022 Gerrit Photon <photon-checkins@vmware.com> 1.2.4-1
|
||||
- Automatic Version Bump
|
||||
* Mon Jun 20 2022 Shivani Agarwal <shivania2@vmware.com> 1.2.0-2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: library for laying out and rendering of text.
|
||||
Name: pango
|
||||
Version: 1.50.11
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2 or MPLv1.1
|
||||
URL: http://pango.org
|
||||
Group: System Environment/Libraries
|
||||
|
@ -87,6 +87,8 @@ rm -rf %{buildroot}/*
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 1.50.11-3
|
||||
- Bump release as a part of libpng upgrade
|
||||
* Wed Nov 30 2022 Shivani Agarwal <shivania2@vmware.com> 1.50.11-2
|
||||
- Enabled introspection
|
||||
* Sun Nov 13 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.50.11-1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Round Robin Database Tool to store and display time-series data
|
||||
Name: rrdtool
|
||||
Version: 1.8.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2 or MPLv1.1
|
||||
URL: http://oss.oetiker.ch/rrdtool
|
||||
Group: System Environment/Libraries
|
||||
|
@ -92,6 +92,8 @@ rm -rf %{buildroot}/*
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 1.8.0-3
|
||||
- Bump release as a part of libpng upgrade
|
||||
* Sun Nov 13 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.8.0-2
|
||||
- Bump version as a part of pango upgrade
|
||||
* Tue Apr 19 2022 Gerrit Photon <photon-checkins@vmware.com> 1.8.0-1
|
||||
|
|
Loading…
Reference in New Issue