Merge pull request #18438 from suvari/master
liburing: version bump to 2.14
This commit is contained in:
@@ -7,13 +7,13 @@
|
|||||||
from pisi.actionsapi import autotools, pisitools, get
|
from pisi.actionsapi import autotools, pisitools, get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.rawConfigure("--mandir=/usr/share/man")
|
autotools.rawConfigure("--mandir=/usr/share/man")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("README")
|
pisitools.dodoc("README")
|
||||||
|
|
||||||
|
|||||||
@@ -1,96 +1,97 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>liburing</Name>
|
<Name>liburing</Name>
|
||||||
<Homepage>https://git.kernel.dk/cgit/liburing/</Homepage>
|
<Homepage>https://git.kernel.dk/cgit/liburing/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPL</License>
|
<License>GPL</License>
|
||||||
<License>LGPL</License>
|
<License>LGPL</License>
|
||||||
<License>MIT</License>
|
<License>MIT</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<PartOf>programming.library</PartOf>
|
<PartOf>programming.library</PartOf>
|
||||||
<Summary>This is the io_uring library, liburing.</Summary>
|
<Summary>This is the io_uring library, liburing.</Summary>
|
||||||
<Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
|
<Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
|
||||||
<Archive sha1sum="bf6a02335cd2d23c69ca90b2de45a470159133fc" type="tarbz2">
|
<Archive sha1sum="028d113795f142d8facda94bb7ea72495b216e19" type="targz">
|
||||||
https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.3.tar.bz2
|
https://github.com/axboe/liburing/archive/refs/tags/liburing-2.14.tar.gz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies/>
|
||||||
<!-- <Dependency>glibc</Dependency> -->
|
</Source>
|
||||||
</BuildDependencies>
|
<Package>
|
||||||
</Source>
|
<Name>liburing</Name>
|
||||||
|
<Conflicts>
|
||||||
|
<!-- <Package></Package> -->
|
||||||
|
</Conflicts>
|
||||||
|
<RuntimeDependencies/>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib/liburing*</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
<AdditionalFiles>
|
||||||
|
<!-- <AdditionalFile owner="" permission="" target=""></AdditionalFile> -->
|
||||||
|
</AdditionalFiles>
|
||||||
|
<Provides>
|
||||||
|
<!-- <COMAR script=""></COMAR> -->
|
||||||
|
</Provides>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>liburing</Name>
|
<Name>liburing-devel</Name>
|
||||||
<Conflicts>
|
<RuntimeDependencies>
|
||||||
<!-- <Package></Package> -->
|
<Dependency release="current">liburing</Dependency>
|
||||||
</Conflicts>
|
</RuntimeDependencies>
|
||||||
<RuntimeDependencies>
|
<Files>
|
||||||
<!-- <Dependency>glibc</Dependency> -->
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
</RuntimeDependencies>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Files>
|
</Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
</Package>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
<AdditionalFiles>
|
|
||||||
<!-- <AdditionalFile owner="" permission="" target=""></AdditionalFile> -->
|
|
||||||
</AdditionalFiles>
|
|
||||||
<Provides>
|
|
||||||
<!-- <COMAR script=""></COMAR> -->
|
|
||||||
</Provides>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
<History>
|
||||||
<Name>liburing-devel</Name>
|
<Update release="6">
|
||||||
<RuntimeDependencies>
|
<Date>2026-04-05</Date>
|
||||||
<Dependency release="current">liburing</Dependency>
|
<Version>2.14</Version>
|
||||||
</RuntimeDependencies>
|
<Comment>Version bump</Comment>
|
||||||
<Files>
|
<Name>Kamil Atlı</Name>
|
||||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
<Email>suvari@pisilinux.org</Email>
|
||||||
<Path fileType="header">/usr/include</Path>
|
</Update>
|
||||||
</Files>
|
<Update release="5">
|
||||||
</Package>
|
<Date>2022-11-10</Date>
|
||||||
|
<Version>2.3</Version>
|
||||||
<History>
|
<Comment>Version bump.</Comment>
|
||||||
<Update release="5">
|
<Name>fury</Name>
|
||||||
<Date>2022-11-10</Date>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
<Version>2.3</Version>
|
</Update>
|
||||||
<Comment>Version bump.</Comment>
|
<Update release="4">
|
||||||
<Name>fury</Name>
|
<Date>2022-06-29</Date>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Version>2.2</Version>
|
||||||
</Update>
|
<Comment>Version bump.</Comment>
|
||||||
<Update release="4">
|
<Name>fury</Name>
|
||||||
<Date>2022-06-29</Date>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
<Version>2.2</Version>
|
</Update>
|
||||||
<Comment>Version bump.</Comment>
|
<Update release="3">
|
||||||
<Name>fury</Name>
|
<Date>2021-09-15</Date>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Version>2.1</Version>
|
||||||
</Update>
|
<Comment>Version bump.</Comment>
|
||||||
<Update release="3">
|
<Name>fury</Name>
|
||||||
<Date>2021-09-15</Date>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
<Version>2.1</Version>
|
</Update>
|
||||||
<Comment>Version bump.</Comment>
|
<Update release="2">
|
||||||
<Name>fury</Name>
|
<Date>2021-07-10</Date>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Version>2.0</Version>
|
||||||
</Update>
|
<Comment>Version bump.</Comment>
|
||||||
<Update release="2">
|
<Name>fury</Name>
|
||||||
<Date>2021-07-10</Date>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
<Version>2.0</Version>
|
</Update>
|
||||||
<Comment>Version bump.</Comment>
|
<Update release="1">
|
||||||
<Name>fury</Name>
|
<Date>2020-12-13</Date>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Version>0.7</Version>
|
||||||
</Update>
|
<Comment>First build.</Comment>
|
||||||
<Update release="1">
|
<Name>fury</Name>
|
||||||
<Date>2020-12-13</Date>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
<Version>0.7</Version>
|
</Update>
|
||||||
<Comment>First build.</Comment>
|
</History>
|
||||||
<Name>fury</Name>
|
|
||||||
<Email>uglyside@yandex.ru</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user