liblogging 1.0.6

This commit is contained in:
idriskalp
2019-12-27 15:10:04 +03:00
parent 09e9e625e4
commit 8f9875c106
2 changed files with 11 additions and 2 deletions
+3 -1
View File
@@ -8,9 +8,11 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--disable-rfc3195 \
--disable-journal")
--disable-journal \
--disable-man-pages")
def build():
autotools.make()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Easy to use, portable, open source library for system logging</Summary>
<Description>Liblogging offers an enhanced replacement for the syslog() call, but retains its ease of use.</Description>
<Archive sha1sum="e202bf9412747ecd384678e8b3024a4646d45c2f" type="targz">https://sourceforge.net/projects/pisilinux/files/source/liblogging-1.0.5.tar.gz</Archive>
<Archive sha1sum="96cecdf1e6e990656863fd69428440b5870d72a8" type="targz">https://github.com/rsyslog/liblogging/archive/v1.0.6.tar.gz</Archive>
</Source>
<Package>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="5">
<Date>2019-12-27</Date>
<Version>1.0.6</Version>
<Comment>Version bump</Comment>
<Name>idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-19</Date>
<Version>1.0.5</Version>