Update to latest git snapshot.
This commit is contained in:
parent
9c7c239f13
commit
6778fa032f
2 changed files with 12 additions and 8 deletions
18
abc.spec
18
abc.spec
|
|
@ -1,15 +1,18 @@
|
|||
# Upstream doesn't make releases. We have to check the code out of git.
|
||||
%global owner berkeley-abc
|
||||
%global gittag 24407e13db4b8ca16c3996049b2d33ec3722de39
|
||||
%global gittag 5aa3025ce7264a172a070a78d7b7db0cd1fca3f0
|
||||
%global shorttag %(cut -b -7 <<< %{gittag})
|
||||
%global gitdate 20180708
|
||||
%global gitdate 20181121
|
||||
|
||||
# WARNING: When updating to a newer snapshot, because upstream doesn't do
|
||||
# shared library versioning, run abipkgdiff (from libabigail) against the
|
||||
# old and new binary and debuginfo packages to detect abi changes that would
|
||||
# require bumping the shared library version, e.g.,
|
||||
# abipkgdiff --d1 abc-debuginfo-<old>.rpm --d2 abc-debuginfo-<new>.rpm \
|
||||
# abc-<old>.rpm abc-<new>.rpm
|
||||
# abipkgdiff --d1 abc-libs-debuginfo-<old>.rpm \
|
||||
# --d2 abc-libs-debuginfo-<new>.rpm \
|
||||
# --devel1 abc-devel-<old>.rpm \
|
||||
# --devel2 abc-devel-<new>.rpm \
|
||||
# abc-libs-<old>.rpm abc-libs-<new>.rpm
|
||||
# If the shared library version is bumped, remember to rebuild dependent
|
||||
# packages, finding them using e.g.
|
||||
# repoquery --whatrequires abc-libs
|
||||
|
|
@ -17,7 +20,7 @@
|
|||
|
||||
Name: abc
|
||||
Version: 1.01
|
||||
Release: 18.git%{gitdate}%{?dist}
|
||||
Release: 19.git%{gitdate}%{?dist}
|
||||
Summary: Sequential logic synthesis and formal verification
|
||||
|
||||
License: MIT
|
||||
|
|
@ -107,8 +110,6 @@ install -p -m 0755 %{name} %{buildroot}%{_bindir}
|
|||
mkdir -p %{buildroot}%{_mandir}/man1
|
||||
install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%files
|
||||
%doc README.md readmeaig
|
||||
%{_bindir}/%{name}
|
||||
|
|
@ -123,6 +124,9 @@ install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1
|
|||
%{_libdir}/lib%{name}.so
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2018 Jerry James <loganjerry@gmail.com> - 1.01-19.git20181121
|
||||
- Update to latest git snapshot
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-18.git20180708
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (abc-24407e1.tar.gz) = 875dced2946e27bbed051e0c1b43bc18c0f5e5b660be916836fe4de18e7287af8c8641c5f7cf4be37184fa344cd4e4f7014358ee527cb8b7cee2bf29b4de08a9
|
||||
SHA512 (abc-5aa3025.tar.gz) = 3c17eef193dfe0e8d23d03ec9ccfda0b0ba129a9cc5b8d60b065f2b6fb414cc721a7c625cff2b31c2f462901d716e863b013a17abb13ebd87fb034e3d0a156c9
|
||||
|
|
|
|||
Reference in a new issue