Hello community,

here is the log from the commit of package libyami-utils for openSUSE:Factory 
checked in at 2017-03-17 15:06:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyami-utils (Old)
 and      /work/SRC/openSUSE:Factory/.libyami-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyami-utils"

Fri Mar 17 15:06:03 2017 rev:1 rq:460808 version:1.1.0

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.libyami-utils.new/libyami-utils.changes 
2017-03-17 15:06:03.877927375 +0100
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------
+Tue Feb 28 07:17:30 UTC 2017 - [email protected]
+
+-Renamed project to libyami-utils
+
+-------------------------------------------------------------------
+Sun Feb 26 07:01:11 UTC 2017 - [email protected]
+
+- Cleanup spec file:
+  * Run spec-cleaner
+  * Trim unneeded sections
+  * Install license
+  * Correct openSUSE spelling
+
+-------------------------------------------------------------------
+Sun Jan 22 03:45:41 UTC 2017 - [email protected]
+
+-Initial Specfile
+

New:
----
  libyami-utils-1.1.0.tar.gz
  libyami-utils.changes
  libyami-utils.spec

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

Other differences:
------------------
++++++ libyami-utils.spec ++++++
#
# spec file for package libyami-utils
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libyami-utils
Version:        1.1.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 : automake
BuildRequires : autoconf
BuildRequires : gcc-c++
BuildRequires : libtool
BuildRequires : pkgconfig
BuildRequires : libavformat-devel
BuildRequires : libyami-devel
BuildRequires : pkgconfig(egl)
BuildRequires : pkgconfig(glesv2)
BuildRequires : pkgconfig(libavformat)
BuildRequires : pkgconfig(libbsd)
BuildRequires : pkgconfig(libdrm)
BuildRequires : pkgconfig(libdrm_intel)
BuildRequires : pkgconfig(libv4l2)
BuildRequires : pkgconfig(libva-drm)
BuildRequires : pkgconfig(libva-x11)
BuildRequires : pkgconfig(libyami)
# Intel graphics hardware only available on these platforms
ExclusiveArch : %{ix86} x86_64

%description
The yami-utils package implements libyami based apps for Linux.
This package provides applications for libyami.

%prep
%setup -q

%build
autoreconf -fiv
%configure \
        --disable-static \
        --with-package-name="Yami Media Utils (OpenSUSE)" \
        --with-package-origin="http://www.opensuse.org/"; \
        --enable-avformat
make %{?_smp_mflags} V=1

%install
%make_install

%files
%defattr(-,root,root)
%doc LICENSE README.md
%{_bindir}/*
%{_mandir}/man*/*

%changelog

Reply via email to