Merge pull request #2654 from ertugerata/master

gdb and xfsprogs update
This commit is contained in:
Ertuğrul Erata
2017-01-29 10:48:24 +02:00
committed by GitHub
2 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>XFS filesystem utilities</Summary>
<Description>xfsprogs contains a number of administrative utilities to work with and manage XFS filesystems.</Description>
<Archive sha1sum="876b9c4d007d57d523c3b7cc9f602b8eda8b168e" type="targz">ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-4.7.0.tar.gz</Archive>
<Archive sha1sum="71423e44df535273a1293fd0701f380d0868fbec" type="tarxz">https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-4.9.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>readline-devel</Dependency>
@@ -51,8 +51,8 @@
<History>
<Update release="3">
<Date>2017-01-28</Date>
<Version>4.7.0</Version>
<Date>2017-01-29</Date>
<Version>4.9.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
+9 -1
View File
@@ -12,9 +12,10 @@
<IsA>app:console</IsA>
<Summary>GNU debugger</Summary>
<Description>GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.</Description>
<Archive sha1sum="04ba2906279b16b5f99c4f6b25942843a3717cdb" type="tarxz">mirrors://gnu/gdb/gdb-7.9.1.tar.xz</Archive>
<Archive sha1sum="ef77c5345d6f9fdcdf7a5d8503301242b701936e" type="tarxz">mirrors://gnu/gdb/gdb-7.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
<Dependency>guile-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>readline-devel</Dependency>
@@ -56,6 +57,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-29</Date>
<Version>7.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>7.9.1</Version>