Hello community,

here is the log from the commit of package dleyna-server for openSUSE:Factory 
checked in at 2018-02-18 11:42:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dleyna-server (Old)
 and      /work/SRC/openSUSE:Factory/.dleyna-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dleyna-server"

Sun Feb 18 11:42:57 2018 rev:5 rq:577257 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dleyna-server/dleyna-server.changes      
2016-11-28 15:04:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dleyna-server.new/dleyna-server.changes 
2018-02-18 11:42:57.324327706 +0100
@@ -1,0 +2,23 @@
+Fri Feb 16 11:13:21 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 0.6.0:
+  + [Props]: Fix ChildCount property type.
+  + Added new core.c and core.h to Makefile.am.
+  + Add Artist and AlbumArtURL to MediaContainer2.
+  + ifaddrs.h for Andriod compile.
+  + [m4]:
+    - Don't use bash arrays in m4 macros.
+    - Don't use bash "let" builtin.
+    - Use AS_VAR_APPEND macro instead of "+=".
+  + Fix possible use-after-free on exit.
+  + Invalid log line.
+  + Dereference of undefined pointer value.
+  + Result of operation is garbage or undefined.
+  + Include libgupnp/gupnp-context-manager.h.
+- Drop dleyna-server-includes.patch: Fixed upstream.
+- 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-server-0.5.0.tar.gz
  dleyna-server-includes.patch

New:
----
  dleyna-server-0.6.0.tar_2.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dleyna-server.spec ++++++
--- /var/tmp/diff_new_pack.LYi4vV/_old  2018-02-18 11:42:57.916306455 +0100
+++ /var/tmp/diff_new_pack.LYi4vV/_new  2018-02-18 11:42:57.916306455 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dleyna-server
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,16 +18,17 @@
 
 
 Name:           dleyna-server
-Version:        0.5.0
+Version:        0.6.0
 Release:        0
 Summary:        Discover and browse Digital Media Servers
 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
-# PATCH-FIX-UPSTREAM dleyna-server-includes.patch gh#01org/dleyna-server#159 
dims...@opensuse.org -- Include required headers
-Patch0:         dleyna-server-includes.patch
-BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.5.0
+Source:         
https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_2.gz
+
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.6.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.2
@@ -38,7 +39,6 @@
 # As dleyna-server publishes itself on DBus, it needs access to the DBus 
connector
 Requires:       dleyna-connector-dbus
 Provides:       dbus(com.intel.dleyna-server) = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 dLeyna-server can be used in conjunction with a multimedia framework, such as 
GStreamer,
@@ -57,10 +57,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure
+autoreconf -fi
+%configure \
+       --disable-static \
+       %{nil}
 make %{?_smp_mflags}
 
 %install
@@ -68,8 +70,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%license COPYING
 %dir %{_datadir}/dbus-1
 %dir %{_datadir}/dbus-1/services
 %{_datadir}/dbus-1/services/com.intel.dleyna-server.service
@@ -79,7 +80,7 @@
 %config %{_sysconfdir}/dleyna-server-service.conf
 
 %files devel
-%defattr(-,root,root)
+%doc ChangeLog README
 %{_includedir}/dleyna-1.0/
 %{_libdir}/%{name}/libdleyna-server-1.0.so
 %{_libdir}/pkgconfig/dleyna-server-service-1.0.pc


Reply via email to