Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Simone Caronni
04ebbe2471 Update to 3.0.5 2023-10-09 11:22:02 +02:00
Simone Caronni
6898a2710c Update to 3.0.4 2022-11-29 08:20:23 +01:00
Simone Caronni
47ba9cc9ff Update to 3.0.3 2022-03-02 08:28:44 +01:00
3 changed files with 14 additions and 7 deletions

5
.gitignore vendored
View file

@ -1,4 +1 @@
/zimg-2.8.tar.gz
/zimg-2.9.2.tar.gz
/zimg-2.9.3.tar.gz
/zimg-3.0.1.tar.gz
zimg-*.tar.gz

View file

@ -1 +1 @@
SHA512 (zimg-3.0.1.tar.gz) = ae117399772d2c35ffa61b8cf5d156edf4ed65e9ffeb2e9e0688c88244fdd1a89c098bd842e3795b33fb0951da97f844fb6ffe27045e3234720f70f842356936
SHA512 (zimg-3.0.5.tar.gz) = 85467ec9fcf81ea1ae3489b539ce751772a1dab6c6159928b3c5aa9f1cb029f0570b4624a254d4620886f3376fbf80f9bb829a88c3fe543f99f38947951dc500

View file

@ -1,12 +1,13 @@
Name: zimg
Version: 3.0.1
Release: 2%{?dist}
Version: 3.0.5
Release: 1%{?dist}
Summary: Scaling, color space conversion, and dithering library
License: WTFPL
URL: https://github.com/sekrit-twc/zimg
Source0: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
@ -67,6 +68,15 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Mon Oct 09 2023 Simone Caronni <negativo17@gmail.com> - 3.0.5-1
- Update to 3.0.5.
* Tue Nov 29 2022 Simone Caronni <negativo17@gmail.com> - 3.0.4-1
- Update to 3.0.4.
* Wed Feb 23 2022 Nicolas Chauvet <kwizart@gmail.com> - 3.0.3-1
- Update to 3.0.3
* Thu Jan 7 2021 Simone Caronni <negativo17@gmail.com> - 3.0.1-2
- Fix build on armv7hl.