Compare commits

...

No commits in common. "c8" and "c9" have entirely different histories.
c8 ... c9

3 changed files with 32 additions and 33 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libzdnn-0.4.0.tar.gz
SOURCES/libzdnn-1.0.1.tar.gz

View File

@ -1 +1 @@
178c26a9c4df7520d654c13c69fe49ebd2632aad SOURCES/libzdnn-0.4.0.tar.gz
d31a6ffe6ae619c8763bd86198a2b18d0be06ffc SOURCES/libzdnn-1.0.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: libzdnn
Version: 0.4.0
Release: 4%{?dist}
Version: 1.0.1
Release: 1%{?dist}
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
License: ASL 2.0
@ -9,7 +9,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
ExclusiveArch: s390x
BuildRequires: gcc
BuildRequires: cpp
BuildRequires: g++
BuildRequires: make
BuildRequires: gawk
BuildRequires: automake
@ -76,15 +76,14 @@ ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdi
%{_libdir}/libzdnn.a
%changelog
* Tue Dec 20 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-4
* Thu May 11 2023 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
- Update to 1.0.1
- Resolves: RHBZ#2160081
* Tue Jan 24 2023 Jakub Čajka <jcajka@redhat.com> - 0.4.0-2
- Release bump
- Resolves: BZ#2084475
- Resolves: RHBZ#2093292
* Wed Mar 23 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-3
- Sync with upstream
* Wed Mar 09 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-2
- Added gating
* Wed Mar 09 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-1
- Initial package version import
* Fri Mar 25 2022 Jakub <jcajka@redhat.com> - 0.4.0-1
- Initial package import
- Resolves: RHBZ#2070957