Hello community,

here is the log from the commit of package libyami-utils for openSUSE:Factory 
checked in at 2018-05-11 09:14:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyami-utils (Old)
 and      /work/SRC/openSUSE:Factory/.libyami-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyami-utils"

Fri May 11 09:14:59 2018 rev:3 rq:605696 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyami-utils/libyami-utils.changes      
2017-05-06 18:30:43.158186594 +0200
+++ /work/SRC/openSUSE:Factory/.libyami-utils.new/libyami-utils.changes 
2018-05-11 09:15:00.569613953 +0200
@@ -1,0 +2,19 @@
+Sat May  5 00:37:59 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 1.3.0
+- Drop superfluous autoconf, automake and libyami-devel
+  BuildRequires: Pulled in by libtool and pkgconfig(libyami).
+- Add libyami-utils-rpmlintrc, filter out rpmlint warning about
+  shlib-policy-missing-lib.
+- Pass explicit --enable-dmabuf to configure, as it defaults to no,
+  but we already have all needed dependencies in place. Support
+  dma_buf buffer sharing.
+- Drop no longer recognized nor used --with-package-name and
+  --with-package-origin configure flags.
+
+-------------------------------------------------------------------
+Fri May  4 14:03:47 UTC 2018 - o...@aepfle.de
+
+- Use ffmpeg3 versions of pkgconfig(libav*)
+
+-------------------------------------------------------------------

Old:
----
  libyami-utils-1.1.0.tar.gz

New:
----
  libyami-utils-1.3.0.tar.gz
  libyami-utils-rpmlintrc

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

Other differences:
------------------
++++++ libyami-utils.spec ++++++
--- /var/tmp/diff_new_pack.IKhVVy/_old  2018-05-11 09:15:01.313587001 +0200
+++ /var/tmp/diff_new_pack.IKhVVy/_new  2018-05-11 09:15:01.317586856 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyami-utils
 #
-# Copyright (c) 2017 SUSE LINUX 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,30 +17,28 @@
 
 
 Name:           libyami-utils
-Version:        1.1.0
+Version:        1.3.0
 Release:        0
 Summary:        Collection of tools for development and testing of Libyami
 License:        Apache-2.0
 Group:          Development/Tools/Other
 Url:            https://github.com/01org/libyami-utils
 Source0:        
https://github.com/01org/libyami-utils/archive/%{version}.tar.gz#/%name-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source99:       libyami-utils-rpmlintrc
+
 BuildRequires:  gcc-c++
-BuildRequires:  libavformat-devel
 BuildRequires:  libtool
-BuildRequires:  libyami-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(glesv2)
-BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavformat) = 57.83.100
 BuildRequires:  pkgconfig(libbsd)
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libdrm_intel)
 BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(libva-drm)
 BuildRequires:  pkgconfig(libva-x11)
-BuildRequires:  pkgconfig(libyami)
+BuildRequires:  pkgconfig(libyami) >= 0.5.2
 # Intel graphics hardware only available on these platforms
 ExclusiveArch:  %{ix86} x86_64
 
@@ -73,9 +71,9 @@
 autoreconf -fiv
 %configure \
         --disable-static \
-        --with-package-name="Libyami Media Utils (OpenSUSE)" \
-        --with-package-origin="http://www.opensuse.org/"; \
-        --enable-avformat
+        --enable-avformat \
+        --enable-dmabuf \
+        %{nil}
 make %{?_smp_mflags} V=1
 
 %install

++++++ libyami-utils-1.1.0.tar.gz -> libyami-utils-1.3.0.tar.gz ++++++
++++ 3313 lines of diff (skipped)

++++++ libyami-utils-rpmlintrc ++++++
# Filter out rpmlint warning about shlib-policy-missing-lib, package
# is called libyami-utils upstream
addFilter("libyami-utils\..*W: shlib-policy-missing-lib");

Reply via email to