Hello community,
here is the log from the commit of package dleyna-connector-dbus for
openSUSE:Factory checked in at 2018-02-18 11:42:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dleyna-connector-dbus (Old)
and /work/SRC/openSUSE:Factory/.dleyna-connector-dbus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dleyna-connector-dbus"
Sun Feb 18 11:42:53 2018 rev:5 rq:577253 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/dleyna-connector-dbus/dleyna-connector-dbus.changes
2014-08-27 07:47:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.dleyna-connector-dbus.new/dleyna-connector-dbus.changes
2018-02-18 11:42:56.284365038 +0100
@@ -1,0 +2,14 @@
+Fri Feb 16 11:56:25 UTC 2018 - [email protected]
+
+- Update to version 0.3.0:
+ + Don't crash when trying to unwatch non-existent client.
+ + [m4]:
+ - Don't use bash arrays in m4 macros.
+ - Don't use bash "let" builtin.
+ - Use AS_VAR_APPEND macro instead of "+=".
+- Do a minor spec cleanup.
+- Add libtool BuildRequires and pass autoreconf, bootstrap tarball.
+- Pass --disable-static to configure, ensure we do not build any
+ static files.
+
+-------------------------------------------------------------------
Old:
----
dleyna-connector-dbus-0.2.0.tar.gz
New:
----
dleyna-connector-dbus-0.3.0.tar_1.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dleyna-connector-dbus.spec ++++++
--- /var/tmp/diff_new_pack.croeUM/_old 2018-02-18 11:42:57.160333593 +0100
+++ /var/tmp/diff_new_pack.croeUM/_new 2018-02-18 11:42:57.160333593 +0100
@@ -1,7 +1,7 @@
#
# spec file for package dleyna-connector-dbus
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,21 @@
Name: dleyna-connector-dbus
-Version: 0.2.0
+Version: 0.3.0
Release: 0
Summary: dLeyna connector interface -- DBus
License: LGPL-2.1
Group: System/Libraries
Url: http://01.org/dleyna
-Source:
https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar.gz
+Source:
https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_1.gz
+
+BuildRequires: libtool
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-1)
-BuildRequires: pkgconfig(dleyna-core-1.0) >= 0.2.1
+BuildRequires: pkgconfig(dleyna-core-1.0) >= 0.6.0
BuildRequires: pkgconfig(gio-2.0) >= 2.28
BuildRequires: pkgconfig(glib-2.0) >= 2.28
Provides: dleyna-connector(dbus)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
D-Bus connector for dLeyna services.
@@ -38,7 +40,10 @@
%setup -q
%build
-%configure
+autoreconf -fi
+%configure \
+ --disable-static \
+ %{nil}
make %{?_smp_mflags}
%install
@@ -49,8 +54,8 @@
rm %{buildroot}%{_libdir}/pkgconfig/dleyna-connector-dbus-1.0.pc
%files
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%license COPYING
+%doc ChangeLog README
%dir %{_libdir}/dleyna-1.0
%dir %{_libdir}/dleyna-1.0/connectors
%{_libdir}/dleyna-1.0/connectors/libdleyna-connector-dbus.so