dbus ver bump

This commit is contained in:
idriskalp
2019-12-26 19:14:33 +03:00
parent 15071f7237
commit f3151fcb8c
+8 -1
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="ff61dc5bb7e3b4dd86444f4a72fb54378edc54fa" type="targz">https://dbus.freedesktop.org/releases/dbus/dbus-1.12.12.tar.gz</Archive>
<Archive sha1sum="06e3412a7d9c7e345bfcfb027016c634e20f7ece" type="targz">https://dbus.freedesktop.org/releases/dbus/dbus-1.12.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>expat-devel</Dependency>
<Dependency>libX11-devel</Dependency>
@@ -98,6 +98,13 @@
</Package>
<History>
<Update release="10">
<Date>2019-12-25</Date>
<Version>2.12.16</Version>
<Comment>Version bump</Comment>
<Name>idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="9">
<Date>2019-05-11</Date>
<Version>1.12.12</Version>