-
-
Notifications
You must be signed in to change notification settings - Fork 174
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%define _disable_source_fetch 0 | ||
|
||
Name: openh264 | ||
Version: 2.4.1 | ||
Version: 2.5.0 | ||
Release: 1 | ||
Summary: H.264 codec library | ||
License: BSD | ||
|
@@ -28,7 +28,7 @@ developing applications that use %{name}. | |
|
||
%prep | ||
sha256=`sha256sum %{SOURCE0} | awk '{print $1}'` | ||
if [ "${sha256}" != "8ffbe944e74043d0d3fb53d4a2a14c94de71f58dbea6a06d0dc92369542958ea" ]; then | ||
if [ "${sha256}" != "94c8ca364db990047ec4ec3481b04ce0d791e62561ef5601443011bdc00825e3" ]; then | ||
echo "invalid checksum for %{SOURCE0}" | ||
exit 1 | ||
fi | ||
|
@@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a | |
%{_libdir}/pkgconfig/openh264.pc | ||
|
||
%changelog | ||
* Sat Nov 09 2024 Antoine Martin <[email protected]> - 2.5.0-1 | ||
- new upstream release | ||
|
||
* Mon Feb 05 2024 Antoine Martin <[email protected]> - 2.4.1-1 | ||
- new upstream release | ||
|
||
|