-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
|
||
Name: %{package_prefix}%{srcname} | ||
Version: 10.4.0 | ||
Version: 11.0.0 | ||
Release: 1%{?dist} | ||
Summary: Python image processing library | ||
|
||
|
@@ -47,7 +47,7 @@ internal representation, and powerful image processing capabilities. | |
|
||
%prep | ||
sha256=`sha256sum %{SOURCE0} | awk '{print $1}'` | ||
if [ "${sha256}" != "166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06" ]; then | ||
if [ "${sha256}" != "72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739" ]; then | ||
echo "invalid checksum for %{SOURCE0}" | ||
exit 1 | ||
fi | ||
|
@@ -74,6 +74,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{python3} setup.py build | |
%exclude %{python3_sitearch}/PIL/__pycache__/ImageQt* | ||
|
||
%changelog | ||
* Tue Oct 15 2024 Antoine Martin <[email protected]> - 11.0.0-1 | ||
- new upstream release | ||
|
||
* Mon Jul 01 2024 Antoine Martin <[email protected]> - 10.4.0-1 | ||
- new upstream release | ||
|
||
|