Merge pull request #925 from IdrisKalp/master

binutils 2.33.1
This commit is contained in:
Idris Kalp
2019-12-10 00:11:04 +03:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ def install():
pisitools.remove("/usr/lib/libbfd.la") pisitools.remove("/usr/lib/libbfd.la")
# Remove unneded man , info # Remove unneded man , info
unneeded_man={"dlltool.1","nlmconv.1","windres.1","windmc.1"} unneeded_man={"dlltool.1"}
for i in unneeded_man: for i in unneeded_man:
pisitools.remove("/usr/share/man/man1/%s" %i) pisitools.remove("/usr/share/man/man1/%s" %i)
+8 -1
View File
@@ -11,7 +11,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Assembler and linker tools</Summary> <Summary>Assembler and linker tools</Summary>
<Description>Contains commands like as, ld, nm, objdump, ar, ranlib for compiling assembly code to the machine language, and for linking and manipulating the binary object files.</Description> <Description>Contains commands like as, ld, nm, objdump, ar, ranlib for compiling assembly code to the machine language, and for linking and manipulating the binary object files.</Description>
<Archive sha1sum="33d807f7fa680b00439eb5560acd0c2ef645e5f9" type="tarbz2">http://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.bz2</Archive> <Archive sha1sum="332c7df7e1830c1e756cf4a5542a7952200210c1" type="tarbz2">http://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.bz2</Archive>
<Patches> <Patches>
</Patches> </Patches>
</Source> </Source>
@@ -31,6 +31,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2019-12-10</Date>
<Version>2.33.1</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2018-07-15</Date> <Date>2018-07-15</Date>
<Version>2.30</Version> <Version>2.30</Version>