Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04ebbe2471 | ||
|
|
6898a2710c | ||
|
|
47ba9cc9ff |
3 changed files with 14 additions and 7 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (zimg-3.0.1.tar.gz) = ae117399772d2c35ffa61b8cf5d156edf4ed65e9ffeb2e9e0688c88244fdd1a89c098bd842e3795b33fb0951da97f844fb6ffe27045e3234720f70f842356936
|
||||
SHA512 (zimg-3.0.5.tar.gz) = 85467ec9fcf81ea1ae3489b539ce751772a1dab6c6159928b3c5aa9f1cb029f0570b4624a254d4620886f3376fbf80f9bb829a88c3fe543f99f38947951dc500
|
||||
|
|
|
|||
14
zimg.spec
14
zimg.spec
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue