[bts-link] source package spirv-tools

2020-05-21 Thread debian-bts-link
#
# bts-link upstream status pull for source package spirv-tools
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
# https://bts-link-team.pages.debian.net/bts-link/
#

user debian-bts-l...@lists.debian.org

# remote status report for #956510 (http://bugs.debian.org/956510)
# Bug title: spirv-tools: change to shared libraries breaks dpkg-shlibdeps 
during the build of reverse dependencies
#  * https://github.com/KhronosGroup/SPIRV-Tools/issues/3214
#  * remote status changed: (?) -> open
usertags 956510 + status-open

thanks



[Git][xorg-team/lib/mesa] Pushed new tag mesa-20.0.7-1

2020-05-21 Thread Timo Aaltonen


Timo Aaltonen pushed new tag mesa-20.0.7-1 at X Strike Force / lib / mesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/tree/mesa-20.0.7-1
You're receiving this email because of your account on salsa.debian.org.




Processing of mesa_20.0.7-1_source.changes

2020-05-21 Thread Debian FTP Masters
mesa_20.0.7-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_20.0.7-1.dsc
  mesa_20.0.7.orig.tar.gz
  mesa_20.0.7-1.diff.gz
  mesa_20.0.7-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#960197: marked as done (mesa: FTBFS on hurd-i386)

2020-05-21 Thread Debian Bug Tracking System
Your message dated Fri, 22 May 2020 06:03:34 +
with message-id 
and subject line Bug#960197: fixed in mesa 20.0.7-1
has caused the Debian Bug report #960197,
regarding mesa: FTBFS on hurd-i386
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
960197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960197
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa
Version: 20.0.6-3
Severity: important
Tags: ftbfs, patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hello,

Currently mesa FTBFS on GNU/Hurd due to a missing struct definition.
The NEW attached patch src_glx_dri_common.h.diff fixes that problem.
Strangely this problem does not occur for other builds. Probably this
is due to that all other architectures use llvm for the build while the
build for Hurd is with gcc.

With this new patch, I have built mesa on both hurd-i386 and linux-
amd64. Sorry for not checking with my previous patch (which was not
correct).

This patch is also needed to build 20.1.0~rc1-1 from experimental
together with a new PATH_MAX patch. That patch will be submitted in a
separate bug report.

Thanks!
--- a/src/glx/dri_common.h	2020-04-30 00:48:24.0 +0200
+++ b/src/glx/dri_common.h	2020-05-10 15:22:44.0 +0200
@@ -55,6 +55,10 @@
 
 extern void driDestroyConfigs(const __DRIconfig **configs);
 
+#ifndef __GLXDRIdrawable
+typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
+#endif
+
 extern __GLXDRIdrawable *
 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);
 
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 20.0.7-1
Done: Timo Aaltonen 

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 960...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 May 2020 08:36:18 +0300
Source: mesa
Architecture: source
Version: 20.0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 960197
Changes:
 mesa (20.0.7-1) unstable; urgency=medium
 .
   * New upstream release.
   * src_glx_dri_common.h.diff: A new attempt to fix hurd ftbfs. (Closes:
 #960197)
Checksums-Sha1:
 09c594822579fd20d2899619a82ed176e1091ebd 5267 mesa_20.0.7-1.dsc
 6eeeb06415e97f2e1c509d3cfc812329edc56378 18957522 mesa_20.0.7.orig.tar.gz
 06ee4b503e562017c5eb34a12c401fb6cac9102f 103843 mesa_20.0.7-1.diff.gz
 2df766470cb97a864555acb15594abb78601bc02 9552 mesa_20.0.7-1_source.buildinfo
Checksums-Sha256:
 adec5302a4da0afae910280652c713a7420958b2ab40346f1943ccf3ce6cb7fc 5267 
mesa_20.0.7-1.dsc
 c7672dfadf0ae9fabf1ac903babc5a66f5abf9bb8ea79d20c3abc19d4398a898 18957522 
mesa_20.0.7.orig.tar.gz
 ada519925be544bf7e867f662fabe8709064856cf73151bd2c63395ba97845d4 103843 
mesa_20.0.7-1.diff.gz
 21484f788572b6c14e321ea33f682f6dd336d3069136da831e06cc7c4ee608b0 9552 
mesa_20.0.7-1_source.buildinfo
Files:
 dd6bed7b17d50b6c5521c4ca60576c71 5267 graphics optional mesa_20.0.7-1.dsc
 2c9cae4631698a1df77e004c17789c33 18957522 graphics optional 
mesa_20.0.7.orig.tar.gz
 d743213162694252386c5febf42de11f 103843 graphics optional mesa_20.0.7-1.diff.gz
 4854ea8dcad9ff380b987a5faeb0508c 9552 graphics optional 
mesa_20.0.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAl7HZPQACgkQy3AxZaiJ
hNxNtw//Sp8NCHSRWXerIAuAwmcfII21rgkCUqVuQ82NWbb/KDaB1ErkaJohgCdf
w+fqF0ZsJcICQXsKHmiOjjzeQlRVs3SH2EZ8Xlc3c7pUBhaGGqWTXLaHIMHrA6fn
uvHLNtjInVWevzLYxR8ScOwQL9P/MBOtg8gM6K/CVLJe2pSJKntm4EhsyKs7xH15
2ZRSeAYM3ccLildXymn8iAOHbPC13hmrclDUJLw5n9vpCHkNcs9CHdKVu7e3kd4+
ofw3UJaarh2iPxgcwf0s3oB8X/85pQPO3b7gLnLcoF9SGVzou2W62IvgzPZ8iYnq
+Lv/EcOv0DOl/jARu7TfKAhYes26vdFPY/y0ZyFCwQDD+V9xoklNdpoTJItXiFNI
Xgn9WxmWNxkLvp83ni64L8phf28DSXMAP96carDQtIlFO5StnQTlvLCtJ87EcP2R
YxPR5JmhLm4uvnuvwR+VNWUuGLeKsf9qpVZ/LNvhX0KmAx+AXpqqtsQgbItcwJnL
P/QXrtgiWqnXRkMSCK124bWMEn+ilCQt/TfGLM3S+NmcWRj7GFteb7bCISt9BzLA
xOi+5wS36+6SQUn4aUTlN6bQHHx38ZiixbzTSgYkDq2iv3Z26U2DoQ3Fxl6snuoM
sH0M7woFlUsueRloNNchXgsg

mesa_20.0.7-1_source.changes ACCEPTED into unstable

2020-05-21 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 May 2020 08:36:18 +0300
Source: mesa
Architecture: source
Version: 20.0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 960197
Changes:
 mesa (20.0.7-1) unstable; urgency=medium
 .
   * New upstream release.
   * src_glx_dri_common.h.diff: A new attempt to fix hurd ftbfs. (Closes:
 #960197)
Checksums-Sha1:
 09c594822579fd20d2899619a82ed176e1091ebd 5267 mesa_20.0.7-1.dsc
 6eeeb06415e97f2e1c509d3cfc812329edc56378 18957522 mesa_20.0.7.orig.tar.gz
 06ee4b503e562017c5eb34a12c401fb6cac9102f 103843 mesa_20.0.7-1.diff.gz
 2df766470cb97a864555acb15594abb78601bc02 9552 mesa_20.0.7-1_source.buildinfo
Checksums-Sha256:
 adec5302a4da0afae910280652c713a7420958b2ab40346f1943ccf3ce6cb7fc 5267 
mesa_20.0.7-1.dsc
 c7672dfadf0ae9fabf1ac903babc5a66f5abf9bb8ea79d20c3abc19d4398a898 18957522 
mesa_20.0.7.orig.tar.gz
 ada519925be544bf7e867f662fabe8709064856cf73151bd2c63395ba97845d4 103843 
mesa_20.0.7-1.diff.gz
 21484f788572b6c14e321ea33f682f6dd336d3069136da831e06cc7c4ee608b0 9552 
mesa_20.0.7-1_source.buildinfo
Files:
 dd6bed7b17d50b6c5521c4ca60576c71 5267 graphics optional mesa_20.0.7-1.dsc
 2c9cae4631698a1df77e004c17789c33 18957522 graphics optional 
mesa_20.0.7.orig.tar.gz
 d743213162694252386c5febf42de11f 103843 graphics optional mesa_20.0.7-1.diff.gz
 4854ea8dcad9ff380b987a5faeb0508c 9552 graphics optional 
mesa_20.0.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAl7HZPQACgkQy3AxZaiJ
hNxNtw//Sp8NCHSRWXerIAuAwmcfII21rgkCUqVuQ82NWbb/KDaB1ErkaJohgCdf
w+fqF0ZsJcICQXsKHmiOjjzeQlRVs3SH2EZ8Xlc3c7pUBhaGGqWTXLaHIMHrA6fn
uvHLNtjInVWevzLYxR8ScOwQL9P/MBOtg8gM6K/CVLJe2pSJKntm4EhsyKs7xH15
2ZRSeAYM3ccLildXymn8iAOHbPC13hmrclDUJLw5n9vpCHkNcs9CHdKVu7e3kd4+
ofw3UJaarh2iPxgcwf0s3oB8X/85pQPO3b7gLnLcoF9SGVzou2W62IvgzPZ8iYnq
+Lv/EcOv0DOl/jARu7TfKAhYes26vdFPY/y0ZyFCwQDD+V9xoklNdpoTJItXiFNI
Xgn9WxmWNxkLvp83ni64L8phf28DSXMAP96carDQtIlFO5StnQTlvLCtJ87EcP2R
YxPR5JmhLm4uvnuvwR+VNWUuGLeKsf9qpVZ/LNvhX0KmAx+AXpqqtsQgbItcwJnL
P/QXrtgiWqnXRkMSCK124bWMEn+ilCQt/TfGLM3S+NmcWRj7GFteb7bCISt9BzLA
xOi+5wS36+6SQUn4aUTlN6bQHHx38ZiixbzTSgYkDq2iv3Z26U2DoQ3Fxl6snuoM
sH0M7woFlUsueRloNNchXgsg/7kWSJmNV7GT7oRGiTYzdKtk5GE=
=B6ax
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



[Git][xorg-team/lib/mesa] Pushed new tag mesa-20.1.0-rc4-1

2020-05-21 Thread Timo Aaltonen


Timo Aaltonen pushed new tag mesa-20.1.0-rc4-1 at X Strike Force / lib / mesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/tree/mesa-20.1.0-rc4-1
You're receiving this email because of your account on salsa.debian.org.




Processing of mesa_20.1.0~rc4-1_source.changes

2020-05-21 Thread Debian FTP Masters
mesa_20.1.0~rc4-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_20.1.0~rc4-1.dsc
  mesa_20.1.0~rc4.orig.tar.gz
  mesa_20.1.0~rc4-1.diff.gz
  mesa_20.1.0~rc4-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



mesa_20.1.0~rc4-1_source.changes ACCEPTED into experimental

2020-05-21 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 May 2020 09:17:06 +0300
Source: mesa
Architecture: source
Version: 20.1.0~rc4-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 mesa (20.1.0~rc4-1) experimental; urgency=medium
 .
   * New upstream snapshot.
   * fix-build-with-llvm-10.diff: Dropped, upstream.
Checksums-Sha1:
 fa2b02732a7bb586414c91506da487a3027b6d2e 5295 mesa_20.1.0~rc4-1.dsc
 5471743fa1a51bfe27d4632271ba83eafb3cb337 19539519 mesa_20.1.0~rc4.orig.tar.gz
 83a57d647361adec81d0f5e2c55a94a0e7cb3141 107338 mesa_20.1.0~rc4-1.diff.gz
 dd6b705239e2005ada2adbd577cdad54a1888329 9568 
mesa_20.1.0~rc4-1_source.buildinfo
Checksums-Sha256:
 5c0168f0586a22192db73d7a8f8e08cb8b70a20592c72a7b2f7c016b55b6ce29 5295 
mesa_20.1.0~rc4-1.dsc
 4dde21553e63ed7b39455b21d43014399574d20ccacdd3b83ce1cc87838b 19539519 
mesa_20.1.0~rc4.orig.tar.gz
 39d71c44924c91a0f1222da5b44725d87eb461bf20ad18b1b92746ef73425dec 107338 
mesa_20.1.0~rc4-1.diff.gz
 78f8ab7745be18410674f5c75b78a16914c6813067e3ec0462d4869a002dcfb2 9568 
mesa_20.1.0~rc4-1_source.buildinfo
Files:
 941c3b8f260f3a5ccbcc4b5d64847804 5295 graphics optional mesa_20.1.0~rc4-1.dsc
 5802c5ad314dcd20f3458b51c21b582d 19539519 graphics optional 
mesa_20.1.0~rc4.orig.tar.gz
 5203f5d53ca3a78838bf4c8744b7188c 107338 graphics optional 
mesa_20.1.0~rc4-1.diff.gz
 b567a5e50fc0574bc9eaf37e7eff9a48 9568 graphics optional 
mesa_20.1.0~rc4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAl7HbnwACgkQy3AxZaiJ
hNzUrA//T9d4VixkCSyX8tfZFXhfpn7SliDtatIqirl4wAeqppUcEWmAb2DovO8u
tw+0jczOGYG/A4zzFM40J/J2ACz4ipj+cXJk5vy5yT9eCZVmxbOwvIpHrsK6X7iw
05LEO4hNP5NFTshR7QMka85bdrQfx5dKfM37RUSJ2GGqOndTzvwbKCqZtWD5Ibsj
Qt906GgAyeqVd9QY8HLekYfFtODZ+Utknh58w3KZdnHHwWHYC4Oi6uGA7KYGRhZL
yygwAvf0/2Tw0tz+fQxl4vCfhp7TPRq+XzVUVmaanjdJXfCSYtM6GcnCrKV2Furh
KHAB2iuQu0oGjKsio3yjYT70gqzqyHnf72EwMIJWSXdA4fokhQGQ49S4mxOhe3O3
cmQHmGgpemh/WC67gG4hu8ZW7+M9KKM3hXUfiLRrxHYOmKuZ87bJ6O7oAgwBREyC
Fc1CPlAdwNBflMRAYVfbj7tT4NnqlqGI1HkyaoHJZ6sAQq67wPX7rk7Vq+dIjNVc
+EJnxv/P9bKX5PK8jZ7ZvXvmQ7gNLM12uhR6r6GLXYXyCR7HRVyD60U9VTBomJqC
STFUkqATQCSZ2F/lGZlq8leoV6AfVIkRpuNrG+tcdM749Ngs8EqeB2/bwGjMdtQo
ZtWRxZ69A6iia/zNnIUjL/XfBIRs0dwMqcptM7DRzgapuT93Lec=
=49C4
-END PGP SIGNATURE-


Thank you for your contribution to Debian.