Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10845522
D9919.id24383.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D9919.id24383.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -8,5 +8,7 @@
libmpfr.so.6
libncursesw.so.5
libpthread.so.0
-libpython2.7.so.1.0
+libpython3.7m.so.1.0
libstdc++.so.6
+libxxhash.so.0
+libz.so.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : gdb
-version : 9.1.0
-release : 12
+version : '10.1'
+release : 13
source :
- - https://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz : 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
-homepage : http://www.gnu.org/software/gdb/
+ - https://ftp.gnu.org/gnu/gdb/gdb-10.1.tar.xz : f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
+homepage : https://www.gnu.org/software/gdb/
license : GPL-3.0-or-later
component : programming.tools
summary : GDB - The GNU Project Debugger
@@ -12,12 +12,15 @@
patterns :
- /usr/include
- /usr/lib64
+builddeps :
+ - pkgconfig(libxxhash)
+ - pkgconfig(python3)
setup : |
- mkdir -p build/
- cd build/
-
- ../%configure
+ %configure \
+ --with-python=/usr/bin/python3 \
+ --with-system-zlib
build : |
- %make -C build
+ %make
install : |
- %make_install -C build/gdb
+ %make_install -C gdb
+ %make_install -C gdbserver
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,10 +1,10 @@
<PISI>
<Source>
<Name>gdb</Name>
- <Homepage>http://www.gnu.org/software/gdb/</Homepage>
+ <Homepage>https://www.gnu.org/software/gdb/</Homepage>
<Packager>
- <Name>Alec Scott</Name>
- <Email>alecbcs@gmail.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming.tools</PartOf>
@@ -58,6 +58,7 @@
<Path fileType="data">/usr/share/gdb/syscalls/mips-n32-linux.xml</Path>
<Path fileType="data">/usr/share/gdb/syscalls/mips-n64-linux.xml</Path>
<Path fileType="data">/usr/share/gdb/syscalls/mips-o32-linux.xml</Path>
+ <Path fileType="data">/usr/share/gdb/syscalls/netbsd.xml</Path>
<Path fileType="data">/usr/share/gdb/syscalls/ppc-linux.xml</Path>
<Path fileType="data">/usr/share/gdb/syscalls/ppc64-linux.xml</Path>
<Path fileType="data">/usr/share/gdb/syscalls/s390-linux.xml</Path>
@@ -68,6 +69,14 @@
<Path fileType="data">/usr/share/gdb/system-gdbinit/wrs-linux.py</Path>
<Path fileType="info">/usr/share/info/annotate.info</Path>
<Path fileType="info">/usr/share/info/gdb.info</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-1</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-2</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-3</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-4</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-5</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-6</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-7</Path>
+ <Path fileType="info">/usr/share/info/gdb.info-8</Path>
<Path fileType="info">/usr/share/info/stabs.info</Path>
<Path fileType="man">/usr/share/man/man1/gcore.1</Path>
<Path fileType="man">/usr/share/man/man1/gdb-add-index.1</Path>
@@ -77,12 +86,12 @@
</Files>
</Package>
<History>
- <Update release="12">
- <Date>2020-05-01</Date>
- <Version>9.1.0</Version>
+ <Update release="13">
+ <Date>2020-11-02</Date>
+ <Version>10.1</Version>
<Comment>Packaging update</Comment>
- <Name>Alec Scott</Name>
- <Email>alecbcs@gmail.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 12 2023, 12:48 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804828
Default Alt Text
D9919.id24383.diff (4 KB)
Attached To
Mode
D9919: Update gdb to 10.1
Attached
Detach File
Event Timeline
Log In to Comment