Hello community,

here is the log from the commit of package libvdpau for openSUSE:Factory 
checked in at 2018-12-27 00:23:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvdpau (Old)
 and      /work/SRC/openSUSE:Factory/.libvdpau.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvdpau"

Thu Dec 27 00:23:11 2018 rev:31 rq:657585 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvdpau/libvdpau.changes        2017-06-04 
01:46:34.412567225 +0200
+++ /work/SRC/openSUSE:Factory/.libvdpau.new.28833/libvdpau.changes     
2018-12-27 00:23:12.351966249 +0100
@@ -1,0 +2,6 @@
+Wed Dec 12 14:56:05 UTC 2018 - Dominique Leuenberger <[email protected]>
+
+- Drop graphviz BuildRequires: we lose the doc with this, but
+  manage to break a build cycle.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libvdpau.spec ++++++
--- /var/tmp/diff_new_pack.OHyH1f/_old  2018-12-27 00:23:12.815965871 +0100
+++ /var/tmp/diff_new_pack.OHyH1f/_new  2018-12-27 00:23:12.819965867 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvdpau
 #
-# 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:        VDPAU wrapper and trace libraries
 License:        MIT
 Group:          System/Libraries
-Url:            http://www.freedesktop.org/wiki/Software/VDPAU/
+URL:            http://www.freedesktop.org/wiki/Software/VDPAU/
 Source:         
http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.bz2
 Source1:        
http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-1.0.tar.gz
 Source2:        README
@@ -34,13 +34,11 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  graphviz
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dri2proto)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the libvdpau wrapper library and the libvdpau_trace
@@ -97,13 +95,13 @@
 
 rm %{buildroot}%{_libdir}/libvdpau.la
 rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.la
-/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}/vdpau
+/sbin/ldconfig -n %{buildroot}/%{_libdir}/vdpau
 rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.so
 
 pushd ../vdpauinfo-*
 %configure \
-VDPAU_CFLAGS=-I$RPM_BUILD_ROOT/usr/include \
-VDPAU_LIBS="-L$RPM_BUILD_ROOT/%{_libdir} -lvdpau -lX11"
+VDPAU_CFLAGS=-I%{buildroot}%{_includedir} \
+VDPAU_LIBS="-L%{buildroot}/%{_libdir} -lvdpau -lX11"
 
 make %{?_smp_mflags}
 %makeinstall
@@ -111,8 +109,6 @@
 
 cp $RPM_SOURCE_DIR/README .
 
-%fdupes -s $RPM_BUILD_ROOT/%{_datadir}/doc/
-
 %post -n libvdpau1 -p /sbin/ldconfig
 
 %postun -n libvdpau1 -p /sbin/ldconfig
@@ -120,13 +116,12 @@
 %files -n libvdpau1
 %defattr(-,root,root)
 %dir %{_libdir}/vdpau
-/usr/bin/vdpauinfo
+%{_bindir}/vdpauinfo
 %{_libdir}/libvdpau.so.*
-%config /etc/vdpau_wrapper.cfg
+%config %{_sysconfdir}/vdpau_wrapper.cfg
 
 %files -n libvdpau-devel
 %defattr(-,root,root)
-%doc %{_datadir}/doc/%{name}
 %dir %{_libdir}/vdpau
 %{_includedir}/vdpau
 %{_libdir}/libvdpau.so


Reply via email to