Hello community,

here is the log from the commit of package virglrenderer for openSUSE:Factory 
checked in at 2019-12-02 11:31:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virglrenderer (Old)
 and      /work/SRC/openSUSE:Factory/.virglrenderer.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virglrenderer"

Mon Dec  2 11:31:25 2019 rev:7 rq:751150 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virglrenderer/virglrenderer.changes      
2018-10-01 09:06:30.795836231 +0200
+++ /work/SRC/openSUSE:Factory/.virglrenderer.new.4691/virglrenderer.changes    
2019-12-02 11:36:03.486431853 +0100
@@ -1,0 +2,14 @@
+Tue Nov 26 21:42:29 UTC 2019 - Bruce Rogers <[email protected]>
+
+- Update package to 0.8.0
+  Note: not switching to meson build system yet since it would
+  exclude distos with older meson (seems meson v0.49+ is required)
+  Highlights include:
+  + guest support for GL 4.3 on hosts with GLES 3.2 + certain 
+    extensions,
+  + major performance improvements, and 
+  + lots of bug fixes.
+- The shared object (SO) version changes from 0 to 1 with this
+  package update
+
+-------------------------------------------------------------------

Old:
----
  virglrenderer-0.7.0.tar.bz2
  virglrenderer-0.7.0.tar.bz2.sig
  virglrenderer.keyring

New:
----
  virglrenderer-virglrenderer-0.8.0.tar.gz

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

Other differences:
------------------
++++++ virglrenderer.spec ++++++
--- /var/tmp/diff_new_pack.z2FBne/_old  2019-12-02 11:36:05.226432220 +0100
+++ /var/tmp/diff_new_pack.z2FBne/_new  2019-12-02 11:36:05.230432220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virglrenderer
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,25 @@
 #
 
 
-%define         libname lib%{name}0
+%define         libname lib%{name}1
 Name:           virglrenderer
-Version:        0.7.0
+Version:        0.8.0
 Release:        0
 Summary:        Virgl Rendering library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            https://virgil3d.github.io/
-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
+URL:            https://virgil3d.github.io/
+Source0:        
https://gitlab.freedesktop.org/virgl/%{name}/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.9.0
-BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(epoxy)
-BuildRequires:  pkgconfig(gbm)
-BuildRequires:  pkgconfig(lbxutil)
+BuildRequires:  pkgconfig(gbm) >= 18.0.0
 BuildRequires:  pkgconfig(libdrm) >= 2.4.50
 BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xext)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
 %description
 The virgil3d rendering library is a library used by
@@ -77,7 +71,7 @@
 without GL.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
 sed -i -e 's|@CODE_COVERAGE_RULES@| |g' Makefile.am
@@ -93,7 +87,7 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%doc COPYING
+%license COPYING
 %{_libdir}/lib*.so.*
 
 %files devel


Reply via email to