| |
@@ -20,7 +20,7 @@
|
| |
Version: 0.0.0
|
| |
# Align the release format with the packages setting Source0 by commit hash
|
| |
# such as podman.spec and moby-engine.spec.
|
| |
- Release: 9.git%{short_commit_simde}%{?dist}
|
| |
+ Release: 10.git%{short_commit_simde}%{?dist}
|
| |
Summary: SIMD Everywhere
|
| |
# find simde/ -type f | xargs licensecheck
|
| |
# simde: MIT
|
| |
@@ -61,7 +61,7 @@
|
| |
Provides: %{name}-static = %{version}-%{release}
|
| |
# The API includes the hedley header-only library.
|
| |
Requires: hedley-devel%{?_isa}
|
| |
- Requires: hedley-static%{?_isa}
|
| |
+ Requires: hedley-static
|
| |
|
| |
%description devel
|
| |
The simde-devel package contains the header files needed
|
| |
@@ -191,6 +191,9 @@
|
| |
%{_includedir}/%{name}
|
| |
|
| |
%changelog
|
| |
+ * Wed Mar 24 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.0.0-10.git396e05c
|
| |
+ - Fix incorrectly-arched dependency on hedley-static
|
| |
+
|
| |
* Tue Mar 23 2021 Jun Aruga <jaruga@redhat.com> - 0.0.0-9.git396e05c
|
| |
- Fix a warning by the rpmlint.
|
| |
|
| |
It causes the following error.
Resolves: rhbz#1942422