Hello community,

here is the log from the commit of package virglrenderer for openSUSE:Factory 
checked in at 2017-11-11 14:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virglrenderer (Old)
 and      /work/SRC/openSUSE:Factory/.virglrenderer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virglrenderer"

Sat Nov 11 14:17:19 2017 rev:4 rq:539506 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virglrenderer/virglrenderer.changes      
2017-03-11 15:19:08.319784962 +0100
+++ /work/SRC/openSUSE:Factory/.virglrenderer.new/virglrenderer.changes 
2017-11-11 14:17:22.908091297 +0100
@@ -1,0 +2,9 @@
+Wed Nov  1 15:32:54 UTC 2017 - mplus...@suse.com
+
+- Clean up spec file with spec-cleaner
+- Use source url
+- Add gpg signature
+- Make building more verbose
+- Explicitly require python2
+
+-------------------------------------------------------------------

New:
----
  virglrenderer-0.6.0.tar.bz2.sig
  virglrenderer.keyring

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

Other differences:
------------------
++++++ virglrenderer.spec ++++++
--- /var/tmp/diff_new_pack.jVwZST/_old  2017-11-11 14:17:23.884055526 +0100
+++ /var/tmp/diff_new_pack.jVwZST/_new  2017-11-11 14:17:23.888055379 +0100
@@ -24,28 +24,26 @@
 License:        MIT
 Group:          Development/Libraries/C and C++
 Url:            https://virgil3d.github.io/
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
https://www.freedesktop.org/software/virgl/virglrenderer-%{version}.tar.bz2
+Source1:        
https://www.freedesktop.org/software/virgl/virglrenderer-%{version}.tar.bz2.sig
+Source2:        %{name}.keyring
+# PATCH-FIX-UPSTREAM 
0001-737c3350-renderer-fix-memory-leak-in-vertex-elements-state-cr.patch
+Patch0001:      
0001-737c3350-renderer-fix-memory-leak-in-vertex-elements-state-cr.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  python
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(epoxy)
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(lbxutil)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.50
+BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
-#Upstream patches:
-Patch0001:      
0001-737c3350-renderer-fix-memory-leak-in-vertex-elements-state-cr.patch
-
-# Our patches:
-
 %description
 The virgil3d rendering library is a library used by
 qemu to implement 3D GPU support for the virtio GPU.
@@ -61,8 +59,7 @@
 %package devel
 Summary:        Virgil3D renderer development files
 Group:          Development/Libraries/C and C++
-
-Requires:       %{libname} = %version
+Requires:       %{libname} = %{version}
 
 %description devel
 The virgil3d rendering library is a library used by
@@ -73,8 +70,7 @@
 %package test-server
 Summary:        Virgil3D renderer development files
 Group:          Development/Libraries/C and C++
-
-Requires:       %{libname} = %version
+Requires:       %{libname} = %{version}
 
 %description test-server
 The virgil3d rendering library is a library used by
@@ -83,37 +79,33 @@
 without GL.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0001 -p1
 
 %build
 sed -i -e 's|@CODE_COVERAGE_RULES@| |g' Makefile.am
 autoreconf -fi
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR="%{buildroot}" install
+%make_install
 rm -f %{buildroot}%{_libdir}/libvirglrenderer.la
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
-%{_libdir}/lib*.so.*
 %doc COPYING
+%{_libdir}/lib*.so.*
 
 %files devel
-%defattr(-,root,root)
 %dir %{_includedir}/virgl/
 %{_includedir}/virgl/*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 
 %files test-server
-%defattr(-,root,root)
 %{_bindir}/virgl_test_server
 
 %changelog

++++++ virglrenderer-0.6.0.tar.bz2 ++++++
++++ 61069 lines of diff (skipped)


Reply via email to