Skip to content

Commit

Permalink
verilator: Update to 5.028
Browse files Browse the repository at this point in the history
**Summary**

- Changelog available
[here](verilator/verilator-announce#71)
  • Loading branch information
davidjharder committed Aug 28, 2024
1 parent 5d185ff commit 5c326f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/v/verilator/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,14 @@ libc.so.6:fcntl
libc.so.6:fflush
libc.so.6:fileno
libc.so.6:fopen
libc.so.6:fopen64
libc.so.6:fork
libc.so.6:fprintf
libc.so.6:fputc
libc.so.6:fputs
libc.so.6:fread
libc.so.6:free
libc.so.6:fseeko64
libc.so.6:fstat64
libc.so.6:fstat
libc.so.6:ftello64
libc.so.6:fwrite
libc.so.6:get_nprocs
Expand All @@ -78,7 +77,7 @@ libc.so.6:isatty
libc.so.6:isprint
libc.so.6:isspace
libc.so.6:isxdigit
libc.so.6:lseek64
libc.so.6:lseek
libc.so.6:malloc
libc.so.6:mbrtowc
libc.so.6:mbsnrtowcs
Expand Down Expand Up @@ -165,6 +164,7 @@ libm.so.6:asinh
libm.so.6:atan
libm.so.6:atan2
libm.so.6:atanh
libm.so.6:ceil
libm.so.6:cos
libm.so.6:cosh
libm.so.6:exp
Expand Down
6 changes: 3 additions & 3 deletions packages/v/verilator/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : verilator
version : '5.026'
release : 44
version : '5.028'
release : 45
source :
- https://github.com/verilator/verilator/archive/refs/tags/v5.026.tar.gz : 87fdecf3967007d9ee8c30191ff2476f2a33635d0e0c6e3dbf345cc2f0c50b78
- https://github.com/verilator/verilator/archive/refs/tags/v5.028.tar.gz : 02d4b6f34754b46a97cfd70f5fcbc9b730bd1f0a24c3fc37223397778fcb142c
license :
- LGPL-3.0-only
- Artistic-2.0
Expand Down
8 changes: 4 additions & 4 deletions packages/v/verilator/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="44">verilator</Dependency>
<Dependency release="45">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="44">
<Date>2024-07-15</Date>
<Version>5.026</Version>
<Update release="45">
<Date>2024-08-28</Date>
<Version>5.028</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 5c326f2

Please sign in to comment.