Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Rebuild against tooling update
Browse files Browse the repository at this point in the history
  • Loading branch information
Girtablulu committed Jun 20, 2021
1 parent 6e2628d commit 8e85ad4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ libc.so.6:__cxa_atexit
libc.so.6:__duplocale
libc.so.6:__fprintf_chk
libc.so.6:__freelocale
libc.so.6:__fxstat64
libc.so.6:__isoc99_fscanf
libc.so.6:__isoc99_sscanf
libc.so.6:__iswctype_l
Expand All @@ -29,7 +28,6 @@ libc.so.6:__wcscoll_l
libc.so.6:__wcsftime_l
libc.so.6:__wcsxfrm_l
libc.so.6:__wctype_l
libc.so.6:__xstat
libc.so.6:_exit
libc.so.6:abort
libc.so.6:bind_textdomain_codeset
Expand All @@ -53,6 +51,7 @@ libc.so.6:fputs
libc.so.6:fread
libc.so.6:free
libc.so.6:fseeko64
libc.so.6:fstat64
libc.so.6:ftello64
libc.so.6:fwrite
libc.so.6:getc
Expand Down Expand Up @@ -94,6 +93,7 @@ libc.so.6:realloc
libc.so.6:setenv
libc.so.6:sprintf
libc.so.6:srand
libc.so.6:stat
libc.so.6:stderr
libc.so.6:stdin
libc.so.6:stdout
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : verilator
version : '4.202'
release : 20
release : 21
source :
- https://github.com/verilator/verilator/archive/refs/tags/v4.202.tar.gz : a60c02f299ddb5bb8e963dc7d81983c55c293d97718685c1cd4b66638a33d98e
license :
Expand Down
14 changes: 7 additions & 7 deletions pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>verilator</Name>
<Homepage>https://www.veripool.org/wiki/verilator</Homepage>
<Packager>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
<Name>F. von Gellhorn</Name>
<Email>flinux@vongellhorn.ch</Email>
</Packager>
<License>LGPL-3.0-only</License>
<License>Artistic-2.0</License>
Expand Down Expand Up @@ -124,19 +124,19 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="20">verilator</Dependency>
<Dependency release="21">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="20">
<Date>2021-04-30</Date>
<Update release="21">
<Date>2021-06-20</Date>
<Version>4.202</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
<Name>F. von Gellhorn</Name>
<Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>

0 comments on commit 8e85ad4

Please sign in to comment.