exfatprogs: version bump to 1.2.1, kpmcore and partitionmanager: rebuild..

This commit is contained in:
suvari
2023-07-02 17:56:23 +03:00
parent 67cc948b69
commit c94342335d
4 changed files with 32 additions and 9 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
from pisi.actionsapi import autotools, pisitools, get
def setup():
autotools.configure("--disable-static")
autotools.configure("--sbindir=/usr/bin \
--disable-static")
def build():
autotools.make()
+9 -2
View File
@@ -13,7 +13,7 @@
<PartOf>hardware.disk</PartOf>
<Summary>exFAT filesystem userspace utilities.</Summary>
<Description>As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.</Description>
<Archive sha1sum="75f25a4a0dce021019cd11e1aac59676118e82d4" type="tarxz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.0/exfatprogs-1.2.0.tar.xz</Archive>
<Archive sha1sum="1f9d1a5f6382675d11fa5caae33dc77efbaf89a6" type="tarxz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.1/exfatprogs-1.2.1.tar.xz</Archive>
<BuildDependencies>
<!-- <Dependency></Dependency> -->
</BuildDependencies>
@@ -28,13 +28,20 @@
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man8</Path>
<Path fileType="doc">/usr/share/doc/exfatprogs/NEWS</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2023-07-02</Date>
<Version>1.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2022-10-28</Date>
<Version>1.2.0</Version>