Hello community,

here is the log from the commit of package libyami for openSUSE:Factory checked 
in at 2018-07-22 23:04:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyami (Old)
 and      /work/SRC/openSUSE:Factory/.libyami.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyami"

Sun Jul 22 23:04:41 2018 rev:7 rq:624300 version:1.3.0+20180629.0067a64

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyami/libyami.changes  2018-02-14 
10:51:10.238658508 +0100
+++ /work/SRC/openSUSE:Factory/.libyami.new/libyami.changes     2018-07-22 
23:04:42.396920145 +0200
@@ -1,0 +2,17 @@
+Fri Jul 20 15:10:08 UTC 2018 - mimi...@gmail.com
+
+- Update to version 1.3.0+20180629.0067a64:
+- move to git version - fixes for GCC8+ are almost in all commits
+- drop fix-build-with-libva-1.x.diff
+  * unittest: decoder, enable lowlatency test
+  * configure.ac: bump API version to 0.5.5 for VIDEO_DECODE_BUFFER_FLAG
+  * h264, h265: add VIDEO_DECODE_BUFFER_FLAG_FRAME_END to inidicate frame end
+  * h264dec: fix low lantecy mode
+  * Add flags for SDL signoff called SDL325 - Compile With Defenses Enabled
+  * android: re-enable android build
+  * vp8enc: make some deconsturctor virtulized
+  * interface: remove extern C for decoder,encoder,vpp
+  * egl: protect YamiV4L2_UseEglImage with __ENABLE_EGL__
+  * v4l2: fix compile warnning for V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE
+
+-------------------------------------------------------------------

Old:
----
  fix-build-with-libva-1.x.diff
  libyami-1.3.0.tar.gz

New:
----
  _service
  _servicedata
  libyami-1.3.0+20180629.0067a64.tar.xz

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

Other differences:
------------------
++++++ libyami.spec ++++++
--- /var/tmp/diff_new_pack.JLTr3R/_old  2018-07-22 23:04:43.936919574 +0200
+++ /var/tmp/diff_new_pack.JLTr3R/_new  2018-07-22 23:04:43.940919572 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyami
 #
-# 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
@@ -19,15 +19,14 @@
 %define sover   1
 %define libname %{name}%{sover}
 Name:           libyami
-Version:        1.3.0
+Version:        1.3.0+20180629.0067a64
 Release:        0
 Summary:        Media Library with support for Intel hardware acceleration
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/01org/libyami
-Source0:        
https://github.com/01org/libyami/archive/%{name}-%{version}.tar.gz
-#PATCH-FIX-OPENSUSE fix-build-with-libva-1.x.diff alarr...@suse.com -- Fix 
build with libva-1.x in Leap 42.3
-Patch0:         fix-build-with-libva-1.x.diff
+URL:            https://github.com/intel/libyami
+#Source0:        
https://github.com/01org/libyami/archive/%%{name}-%%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -38,13 +37,13 @@
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libdrm_intel)
 BuildRequires:  pkgconfig(libv4l2)
-%if 0%{?suse_version} >= 1500
-BuildRequires:  pkgconfig(libva-wayland)
-%endif
-BuildRequires:  pkgconfig(libva-x11)
 BuildRequires:  pkgconfig(libva) >= 0.39.3
+BuildRequires:  pkgconfig(libva-x11)
 # Intel graphics hardware only available on these platforms
 ExclusiveArch:  %{ix86} x86_64
+%if 0%{?suse_version} >= 1500
+BuildRequires:  pkgconfig(libva-wayland)
+%endif
 
 %description
 Intel VA-API Media Library with support for hardware acceleration.
@@ -69,10 +68,7 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
-%if 0%{?suse_version} <= 1500
-%patch0 -p1
-%endif
+%setup -q %{name}-%{version}
 
 %build
 autoreconf -fiv
@@ -105,7 +101,8 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%doc LICENSE.md README.md NEWS
+%license LICENSE.md
+%doc README.md NEWS
 %{_libdir}/%{name}.so.%{sover}*
 
 %files devel

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/intel/libyami.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">libyami</param>
    <param name="revision">apache</param>
    <param name="versionformat">1.3.0+%cd.%h</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/intel/libyami.git</param>
              <param 
name="changesrevision">0067a648d6f7676c3a8af5dc1c7e543e70ff5764</param></service></servicedata>

Reply via email to