libconfuse: version bump to 3.2.2
This commit is contained in:
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("./autogen.sh")
|
#shelltools.system("./autogen.sh")
|
||||||
|
|
||||||
autotools.configure("--enable-static=no \
|
autotools.configure("--enable-static=no \
|
||||||
--enable-shared=yes \
|
--enable-shared=yes \
|
||||||
@@ -22,4 +22,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.install()
|
autotools.install()
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "README*")
|
pisitools.dodoc("AUTHORS", "README.md", "LICENSE")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libconfuse</Name>
|
<Name>libconfuse</Name>
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Configuration file parser library</Summary>
|
<Summary>Configuration file parser library</Summary>
|
||||||
<Description>libconfuse is a configuration file parser library.</Description>
|
<Description>libconfuse is a configuration file parser library.</Description>
|
||||||
<Archive sha1sum="5433f78fe465f303f8663595e5efdf7010a26960" type="targz">https://github.com/martinh/libconfuse/archive/v3.2.1.tar.gz</Archive>
|
<Archive sha1sum="571ce2dfc36f1bb97553b9e2753d232a502b5c3d" type="tarxz">https://github.com/martinh/libconfuse/releases/download/v3.2.2/confuse-3.2.2.tar.xz</Archive>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -39,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2020-03-01</Date>
|
||||||
|
<Version>3.2.2</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2018-08-10</Date>
|
<Date>2018-08-10</Date>
|
||||||
<Version>3.2.1</Version>
|
<Version>3.2.1</Version>
|
||||||
@@ -54,4 +61,4 @@
|
|||||||
<Email>ertugrulerata@gmail.com</Email>
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user