dbus ver. bump

This commit is contained in:
Rmys
2020-06-13 14:15:50 +03:00
committed by GitHub
parent 3dd3d8c9bc
commit 37e9f1b0e5
+10 -2
View File
@@ -13,7 +13,7 @@
<IsA>service</IsA>
<Summary>A message bus system, a simple way for applications to talk to each other</Summary>
<Description>D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, but TCP/IP option is available and remote support planned.</Description>
<Archive sha1sum="06e3412a7d9c7e345bfcfb027016c634e20f7ece" type="targz">https://dbus.freedesktop.org/releases/dbus/dbus-1.12.16.tar.gz</Archive>
<Archive sha1sum="06a8faeb4c3c2c9739fda04f81c6ccdb1a0e5f77" type="targz">https://dbus.freedesktop.org/releases/dbus/dbus-1.12.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>expat-devel</Dependency>
<Dependency>libX11-devel</Dependency>
@@ -77,6 +77,7 @@
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/dbus-1.0/include</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
@@ -98,10 +99,17 @@
</Package>
<History>
<Update release="11">
<Date>2020-06-13</Date>
<Version>1.12.18</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2019-12-25</Date>
<Version>1.12.16</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>