bluez-5.54

This commit is contained in:
Rmys
2020-05-17 15:38:10 +03:00
committed by GitHub
parent bfc1ffa1cc
commit bf7829633e
2 changed files with 13 additions and 2 deletions
+2
View File
@@ -31,6 +31,8 @@ def setup():
--enable-monitor \ --enable-monitor \
--enable-udev \ --enable-udev \
--enable-test \ --enable-test \
--enable-testing \
--enable-mesh \
--disable-systemd") --disable-systemd")
+11 -2
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Official Linux Bluetooth protocol stack</Summary> <Summary>Official Linux Bluetooth protocol stack</Summary>
<Description>bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols.</Description> <Description>bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols.</Description>
<Archive sha1sum="75e907922a62588c12d5642293403be0625b4d02" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.52.tar.xz</Archive> <Archive sha1sum="02e247790eab70329f2d94794e46181bb28e975f" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.54.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cups-devel</Dependency> <Dependency>cups-devel</Dependency>
<Dependency>dbus-devel</Dependency> <Dependency>dbus-devel</Dependency>
@@ -27,6 +27,7 @@
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>eudev-devel</Dependency> <Dependency>eudev-devel</Dependency>
<Dependency>readline-devel</Dependency> <Dependency>readline-devel</Dependency>
<Dependency>json-c-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session.patch</Patch> <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session.patch</Patch>
@@ -41,8 +42,9 @@
<Dependency>dbus</Dependency> <Dependency>dbus</Dependency>
<Dependency>eudev</Dependency> <Dependency>eudev</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>readline</Dependency> <Dependency>json-c</Dependency>
<Dependency>libical</Dependency> <Dependency>libical</Dependency>
<Dependency>readline</Dependency>
<Dependency release="current">bluez-libs</Dependency> <Dependency release="current">bluez-libs</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -95,6 +97,13 @@
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2020-05-17</Date>
<Version>5.54</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2020-01-14</Date> <Date>2020-01-14</Date>
<Version>5.52</Version> <Version>5.52</Version>