Hello community,

here is the log from the commit of package libva for openSUSE:Factory checked 
in at 2012-03-23 12:06:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libva (Old)
 and      /work/SRC/openSUSE:Factory/.libva.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva/libva.changes      2012-02-28 
14:14:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libva.new/libva.changes 2012-03-23 
12:06:41.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Mar 21 19:02:15 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant sections, compress filelist
+- Enable parallel build
+- Use pkgconfig symbols for deps
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libva.spec ++++++
--- /var/tmp/diff_new_pack.8yDqWj/_old  2012-03-23 12:06:56.000000000 +0100
+++ /var/tmp/diff_new_pack.8yDqWj/_new  2012-03-23 12:06:56.000000000 +0100
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Name:           libva
 Version:        1.0.15
 Release:        0
@@ -29,11 +27,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  libudev-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libdrm_intel)
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
 # pkgconfig(libdrm_intel) currently only exists on x86*
@@ -44,7 +42,6 @@
 The library loads a hardware dependendent driver.
 
 %package -n vaapi-tools
-
 Summary:        Video Acceleration (VA) API for Linux
 Group:          System/Libraries
 
@@ -65,7 +62,6 @@
 This contains the dummy and hardware drivers.
 
 %package -n libva1
-
 Summary:        Video Acceleration (VA) API for Linux
 Group:          System/Libraries
 
@@ -74,7 +70,6 @@
 The library loads a hardware dependendent driver.
 
 %package devel
-
 Summary:        Video Acceleration (VA) API for Linux -- development files
 Group:          Development/Languages/C and C++
 Requires:       libva1 = %{version}
@@ -98,7 +93,7 @@
            --enable-glx \
            --enable-egl \
            --with-drivers-path=%{_libdir}/dri
-make
+make %{?_smp_mflags}
 popd
 pushd intel-driver-%{version}
 export 
PKG_CONFIG_PATH="%{_builddir}/vaapi/libva-%{version}/pkgconfig:$PKG_CONFIG_PATH"
@@ -112,15 +107,13 @@
 popd
 find %{buildroot} -name '*.la' -delete -print
 pushd intel-driver-%{version}
-make CPPFLAGS="-I%{buildroot}%{_includedir}" LDFLAGS="-L%{buildroot}%{_libdir}"
+make %{?_smp_mflags} CPPFLAGS="-I%{buildroot}%{_includedir}" \
+       LDFLAGS="-L%{buildroot}%{_libdir}"
 %makeinstall
 popd
 
 find %{buildroot} -name '*.la' -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libva1 -p /sbin/ldconfig
 
 %postun -n libva1 -p /sbin/ldconfig
@@ -161,10 +154,6 @@
 %{_libdir}/libva-dummy.so
 %endif
 %{_includedir}/va
-%{_libdir}/pkgconfig/libva.pc
-%{_libdir}/pkgconfig/libva-x11.pc
-%{_libdir}/pkgconfig/libva-glx.pc
-%{_libdir}/pkgconfig/libva-tpi.pc
-%{_libdir}/pkgconfig/libva-egl.pc
+%{_libdir}/pkgconfig/libva*.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to