diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 23cc7f4..93af539 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Aug 23 18:08:13 UTC 2020 - Stefan Dirsch + +- update to 20.1.6 + * sixth bugfix release for the 20.1 branch + +------------------------------------------------------------------- +Thu Aug 6 11:51:25 UTC 2020 - Dominique Leuenberger + +- baselibs.conf: + + Require Mesa-KHR-devel instead of Mesa-KHR-devel-: + KHR-devel consists only of header files there is thus no + - flavor being generated. + + Do not require Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2 from + their respective -32bit devel packages: with libglvnd defined + to 0, the native packages are being generated, but are empty. + For baselibs, this trick does not work and empty packages are + being skipped. So we drop the dependency (with a note in the + .spec to enable the deps when changing the defines). + ------------------------------------------------------------------- Thu Jul 23 12:24:37 UTC 2020 - Stefan Dirsch @@ -10,7 +30,7 @@ Fri Jul 10 08:43:49 UTC 2020 - Stefan Dirsch - update to 20.1.3 * third bugfix release for the 20.1 branch - * lots of updates to our testing infrastructure + * lots of updates to our testing infrastructure ------------------------------------------------------------------- Wed Jul 1 12:46:33 UTC 2020 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 4ba7972..46467b1 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -38,6 +38,7 @@ ##### WARNING: please do not edit this auto generated spec file. Use the Mesa.spec! ##### %define drivers 1 +# when changing libglvnd to 1, ensure to enable the dependencies in baselibs.conf %define libglvnd 0 %if 0%{?suse_version} >= 1330 @@ -46,7 +47,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.1.4 +%define _version 20.1.6 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -114,7 +115,7 @@ %endif Name: Mesa-drivers -Version: 20.1.4 +Version: 20.1.6 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/Mesa.changes b/Mesa.changes index 23cc7f4..93af539 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Aug 23 18:08:13 UTC 2020 - Stefan Dirsch + +- update to 20.1.6 + * sixth bugfix release for the 20.1 branch + +------------------------------------------------------------------- +Thu Aug 6 11:51:25 UTC 2020 - Dominique Leuenberger + +- baselibs.conf: + + Require Mesa-KHR-devel instead of Mesa-KHR-devel-: + KHR-devel consists only of header files there is thus no + - flavor being generated. + + Do not require Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2 from + their respective -32bit devel packages: with libglvnd defined + to 0, the native packages are being generated, but are empty. + For baselibs, this trick does not work and empty packages are + being skipped. So we drop the dependency (with a note in the + .spec to enable the deps when changing the defines). + ------------------------------------------------------------------- Thu Jul 23 12:24:37 UTC 2020 - Stefan Dirsch @@ -10,7 +30,7 @@ Fri Jul 10 08:43:49 UTC 2020 - Stefan Dirsch - update to 20.1.3 * third bugfix release for the 20.1 branch - * lots of updates to our testing infrastructure + * lots of updates to our testing infrastructure ------------------------------------------------------------------- Wed Jul 1 12:46:33 UTC 2020 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 0ed87b9..3baec2f 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -37,6 +37,7 @@ %endif %define drivers 0 +# when changing libglvnd to 1, ensure to enable the dependencies in baselibs.conf %define libglvnd 0 %if 0%{?suse_version} >= 1330 @@ -45,7 +46,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.1.4 +%define _version 20.1.6 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -113,7 +114,7 @@ %endif Name: Mesa -Version: 20.1.4 +Version: 20.1.6 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/baselibs.conf b/baselibs.conf index 07f377d..1135e75 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -33,32 +33,41 @@ Mesa-libEGL1 requires "libglvnd- >= 0.1.0" Mesa-libEGL-devel requires "Mesa-libEGL1- = " - requires "Mesa-KHR-devel- = " + # Mesa-KHR-devel contains only header files, so no - variant + requires "Mesa-KHR-devel = " requires "libglvnd-devel- >= 0.1.0" Mesa-libGL1 requires "Mesa- = " requires "libglvnd- >= 0.1.0" Mesa-libGL-devel requires "Mesa-libGL1- = " - requires "Mesa-KHR-devel- = " + # Mesa-KHR-devel contains only header files, so no - variant + requires "Mesa-KHR-devel = " requires "libglvnd-devel- >= 0.1.0" Mesa-libGLESv1_CM1 requires "libglvnd- >= 0.1.0" Mesa-libGLESv1_CM-devel requires "Mesa-libEGL-devel- = " - requires "Mesa-libGLESv1_CM1- = " - requires "Mesa-KHR-devel- = " + # Mesa-libGLESv1_CM1 is empty, unless libglvnd would be defined to 1 + # empty packages are skipped by baselibs generation, so we can't require it + #requires "Mesa-libGLESv1_CM1- = " + # Mesa-KHR-devel contains only header files, so no - variant + requires "Mesa-KHR-devel = " requires "libglvnd-devel- >= 0.1.0" Mesa-libGLESv2-2 requires "libglvnd- >= 0.1.0" Mesa-libGLESv2-devel requires "Mesa-libEGL-devel- = " - requires "Mesa-libGLESv2-2- = " - requires "Mesa-KHR-devel- = " + # Mesa-libGLESv2-2 is empty, unless libglvnd would be defined to 1 + # empty packages are skipped by baselibs generation, so we can't require it + #requires "Mesa-libGLESv2-2- = " + # Mesa-KHR-devel contains only header files, so no - variant + requires "Mesa-KHR-devel = " requires "libglvnd-devel- >= 0.1.0" Mesa-libGLESv3-devel requires "Mesa-libEGL-devel- = " - requires "Mesa-KHR-devel- = " + # Mesa-KHR-devel contains only header files, so no - variant + requires "Mesa-KHR-devel = " libOSMesa8 obsoletes "libOSMesa9- < " provides "libOSMesa9- = " diff --git a/mesa-20.1.4.tar.xz b/mesa-20.1.4.tar.xz deleted file mode 100644 index 1514375..0000000 --- a/mesa-20.1.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6800271c2be2a0447510eb4e9b67edd9521859a4d565310617c4b359eb6799fe -size 12758452 diff --git a/mesa-20.1.4.tar.xz.sig b/mesa-20.1.4.tar.xz.sig deleted file mode 100644 index eddd165..0000000 Binary files a/mesa-20.1.4.tar.xz.sig and /dev/null differ diff --git a/mesa-20.1.6.tar.xz b/mesa-20.1.6.tar.xz new file mode 100644 index 0000000..acaa80f --- /dev/null +++ b/mesa-20.1.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bed40114b03ad640c95bfe72cc879ed2f941d0d481b77b5204a1fc567fa93c +size 12805724 diff --git a/mesa-20.1.6.tar.xz.sig b/mesa-20.1.6.tar.xz.sig new file mode 100644 index 0000000..ffbc729 Binary files /dev/null and b/mesa-20.1.6.tar.xz.sig differ