wayland-protocols_1.7-1_source.changes ACCEPTED into unstable

2016-08-16 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Aug 2016 13:54:38 +0200
Source: wayland-protocols
Binary: wayland-protocols
Architecture: source
Version: 1.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Héctor Orón Martínez 
Description:
 wayland-protocols - wayland compositor protocols
Changes:
 wayland-protocols (1.7-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 75673274550f8f6726d184c3b4c40ccd582f9c2b 2026 wayland-protocols_1.7-1.dsc
 669bb5abcdb2adc7bc3731bb96d5633ccb6b1d44 153672 
wayland-protocols_1.7.orig.tar.gz
 fa59a1c26cca88694fd40c75b6e3fcb989e9cabb 6030 wayland-protocols_1.7-1.diff.gz
Checksums-Sha256:
 3923ff06dc8f236bdb7e6c0ed0267509a28d4900dab4d4bc5bbdb8bc825fa2f5 2026 
wayland-protocols_1.7-1.dsc
 9b238a301ab0af1fc49719f0559af751da07522da152ee028c1c161c1b5bcb60 153672 
wayland-protocols_1.7.orig.tar.gz
 5de1ae41c91854aeeb8d54a5aa690b64c4d5640d370a4bb8737bd72ad30629b1 6030 
wayland-protocols_1.7-1.diff.gz
Files:
 f899670599de8c5694b53c4f06335436 2026 x11 optional wayland-protocols_1.7-1.dsc
 f81fb6b2e25c2026c200140e1cdff666 153672 x11 optional 
wayland-protocols_1.7.orig.tar.gz
 fb2a664c9c0c92d32981cc53d25adb06 6030 x11 optional 
wayland-protocols_1.7-1.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXsv9+AAoJEK8ig6p24qx7zUMQAKn21/YZHtfiPc6UDm/LhNwZ
GIrWbsaj9W3IuzZzvSnO1D8+GRgQwOFylS0x98DPgm6JZVc3Zc6G+Gxyt/lH30oj
YiOHQqHRyCfy7aYSxMcUZhjlSgHxLfbn4NlpLIp9WqwCVu3m3mRXv78TIjn2+bEM
c9Fn6w5Ktpnhes4prEoZq81p8FV/4dcGUWzBP4XtaOhe1oNxDK24BcY1iY7n3fi3
bVeCAR4GQOQcxCK7ee9HqBG3qinPeZXJIak0vuHai1aYcbO2uDQBK8yHsrWEjIPQ
vMytfKJdJylPYD1Rf+AHfYLUvTqjTZGpomEvXawd+P5kp06A7ZxK07kpkrT2nlIW
Zd7tdeu7PF7+v4V3RVdJAnZn85uTVlAuDWd62yC4yA0nOrVPUsc1G3RxqUJxL08p
ibp0AYbrty2Mc+v417PPEIQL1H1wdbfihW8IIG9oMlP2OfwnDmqcH6uDsuV3+iaV
0ZlOMGSaS2FJbzPSzhFy4IbdTeqSu3w6vWvciCIDt68WQ9hECDkDT8soWpTt71MW
fA+zAllYrH8C5pNGMlnFiZUX0X9YnJAumgKJMIHjj4PlvCHW8dge2qGW5M7f6RlM
v3IXoAHKCyOi5K71tdZc0oxsKlZjdNHOkaW92aBXZz6I6UR22HwjFUmk2+x1frIp
ZJD2yqQM5RlMXn1+VY/9
=gryW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



wayland-protocols: Changes to 'upstream-unstable'

2016-08-16 Thread Hector Oron
 Makefile.am|3 
 configure.ac   |2 
 unstable/idle-inhibit/README   |4 
 unstable/idle-inhibit/idle-inhibit-unstable-v1.xml |   83 +
 unstable/xdg-foreign/README|4 
 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml   |  186 +++
 unstable/xdg-shell/xdg-shell-unstable-v6.xml   | 1045 +
 7 files changed, 1326 insertions(+), 1 deletion(-)

New commits:
commit 2e541a36deff5f2e16e25e27f7f93d26822eecc2
Author: Jonas Ådahl 
Date:   Mon Aug 15 10:33:32 2016 +0800

configure.ac: Bump version to 1.7

Signed-off-by: Jonas Ådahl 

diff --git a/configure.ac b/configure.ac
index f06d1d6..4c43daa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_protocols_major_version], [1])
-m4_define([wayland_protocols_minor_version], [6])
+m4_define([wayland_protocols_minor_version], [7])
 m4_define([wayland_protocols_version],
   [wayland_protocols_major_version.wayland_protocols_minor_version])
 

commit c09e89929bad8f19b6eb70018c1d984bbe650346
Author: Jonas Ådahl 
Date:   Fri Jul 15 16:55:51 2016 +0800

xdg-shell: Add resize_x/y constraint adjustment to positioner

In order to get feedback of available space where a client can create
its popup, let it create requset that its popup rectangle being resized
would it not fit the within the work area. This adds two new constraint
adjustment values to the adjustment enum, and dimension parameters to
the xdg_popup.configure event.

The existing constraint adjustment actions take precedence, and resizing
will only be triggered if all other adjustments requested didn't manage
to make the popup rectangle fully visible.

Signed-off-by: Jonas Ådahl 
Acked-by: Quentin Glidic 

diff --git a/unstable/xdg-shell/xdg-shell-unstable-v6.xml 
b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
index d6802be..565df8c 100644
--- a/unstable/xdg-shell/xdg-shell-unstable-v6.xml
+++ b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
@@ -234,6 +234,20 @@
 
 
 
+  
+   The constraint adjustment value define ways the compositor will adjust
+   the position of the surface, if the unadjusted position would result
+   in the surface being partly constrained.
+
+   Whether a surface is considered 'constrained' is left to the compositor
+   to determine. For example, the surface may be partly outside the
+   compositor's defined 'work area', thus necessitating the child surface's
+   position be adjusted until it is entirely inside the work area.
+
+   The adjustments can be combined, according to a defined precedence: 1)
+   Flip, 2) Slide, 3) Resize.
+  
+
   

  Don't alter the surface position even if it is constrained on some
@@ -253,8 +267,6 @@
  x axis until either the edge in the direction of the gravity is
  unconstrained or the edge in the opposite direction of the gravity is
  constrained.
-
- If 'slide_x' is combined with 'flip_x', 'flip_x' takes precedence.

   
   
@@ -270,8 +282,6 @@
  y axis until either the edge in the direction of the gravity is
  unconstrained or the edge in the opposite direction of the gravity is
  constrained.
-
- If 'slide_y' is combined with 'flip_y', 'flip_y' takes precedence.

   
   
@@ -282,9 +292,8 @@
  'left', change the gravity to 'right' and the anchor to 'right'.
 
  If the adjusted position also ends up being constrained, the resulting
- position will be the one before the adjustment. If the resulting
- position is still constrained, and 'flip_x' is combined with
- 'slide_x', the position is adjusted according to 'slide_x'.
+ position of the flip_x adjustment will be the one before the
+ adjustment.

   
   
@@ -295,9 +304,19 @@
  'bottom', change the gravity to 'top' and the anchor to 'top'.
 
  If the adjusted position also ends up being constrained, the resulting
- position will be the one before the adjustment. If the resulting
- position is still constrained, and 'flip_y' is combined with
- 'slide_y', the position is adjusted according to 'slide_y'.
+ position of the flip_y adjustment will be the one before the
+ adjustment.
+   
+  
+  
+   
+ Resize the surface horizontally so that it is completely
+ unconstrained.
+   
+  
+  
+   
+ Resize the surface vertically so that it is completely unconstrained.

   
 
@@ -1010,6 +1029,8 @@
   summary="x position relative to parent surface window geometry"/>
   
+  
+ 

Processing of wayland-protocols_1.7-1_source.changes

2016-08-16 Thread Debian FTP Masters
wayland-protocols_1.7-1_source.changes uploaded successfully to localhost
along with the files:
  wayland-protocols_1.7-1.dsc
  wayland-protocols_1.7.orig.tar.gz
  wayland-protocols_1.7-1.diff.gz

Greetings,

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



wayland-protocols: Changes to 'refs/tags/wayland-protocols-1.7-1'

2016-08-16 Thread Hector Oron
Tag 'wayland-protocols-1.7-1' created by Héctor Orón Martínez 
 at 2016-08-16 12:00 +

Release Debian version 1.7-1

Changes since wayland-protocols-1.5-1:
Bryce Harrington (1):
  Add screensaver idle inhibitor protocol

Héctor Orón Martínez (3):
  Merge tag '1.7' into upstream-unstable
  Merge branch 'upstream-unstable' into debian-unstable
  Release Debian version 1.7-1

Jonas Ådahl (15):
  Introduce xdg-foreign protocol
  configure.ac: Bump version to 1.6
  xdg-shell: Bump unstable version to 6
  xdg-shell: Remove the old unstable version enum and request
  xdg-shell: Turn xdg_surface into a generic base interface
  xdg-shell: Put xdg_shell events after requests
  xdg-shell: Add error codes for invalid surface state
  xdg-shell: Improve error enum formatting some
  xdg-shell: Make get_popup take a xdg_surface instead of wl_surface
  xdg-shell: Make xdg_popup non-grabbing by default
  xdg-shell: Introduce xdg_positioner
  xdg-shell: Clarify focus semantics for popup grabs
  xdg-shell: Drop desktop environment specific state allocations
  xdg-shell: Add resize_x/y constraint adjustment to positioner
  configure.ac: Bump version to 1.7

Mike Blumenkrantz (1):
  xdg-shell: clarify xdg_surface creation semantics regarding buffers

Olivier Fourdan (1):
  xdg-shell: Add min/max size requests

---
 Makefile.am|3 
 configure.ac   |2 
 debian/changelog   |6 
 unstable/idle-inhibit/README   |4 
 unstable/idle-inhibit/idle-inhibit-unstable-v1.xml |   83 +
 unstable/xdg-foreign/README|4 
 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml   |  186 +++
 unstable/xdg-shell/xdg-shell-unstable-v6.xml   | 1045 +
 8 files changed, 1332 insertions(+), 1 deletion(-)
---



wayland-protocols: Changes to 'debian-unstable'

2016-08-16 Thread Hector Oron
 Makefile.am|3 
 configure.ac   |2 
 debian/changelog   |6 
 unstable/idle-inhibit/README   |4 
 unstable/idle-inhibit/idle-inhibit-unstable-v1.xml |   83 +
 unstable/xdg-foreign/README|4 
 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml   |  186 +++
 unstable/xdg-shell/xdg-shell-unstable-v6.xml   | 1045 +
 8 files changed, 1332 insertions(+), 1 deletion(-)

New commits:
commit 88149d4770312ef1189b7cc4a0214f0b84a2306e
Author: Héctor Orón Martínez 
Date:   Tue Aug 16 13:59:50 2016 +0200

Release Debian version 1.7-1

Signed-off-by: Héctor Orón Martínez 

diff --git a/debian/changelog b/debian/changelog
index 81b59f7..e203ab7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland-protocols (1.7-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Héctor Orón Martínez   Tue, 16 Aug 2016 13:54:38 +0200
+
 wayland-protocols (1.5-1) unstable; urgency=medium
 
   * New upstream release.

commit 2e541a36deff5f2e16e25e27f7f93d26822eecc2
Author: Jonas Ådahl 
Date:   Mon Aug 15 10:33:32 2016 +0800

configure.ac: Bump version to 1.7

Signed-off-by: Jonas Ådahl 

diff --git a/configure.ac b/configure.ac
index f06d1d6..4c43daa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_protocols_major_version], [1])
-m4_define([wayland_protocols_minor_version], [6])
+m4_define([wayland_protocols_minor_version], [7])
 m4_define([wayland_protocols_version],
   [wayland_protocols_major_version.wayland_protocols_minor_version])
 

commit c09e89929bad8f19b6eb70018c1d984bbe650346
Author: Jonas Ådahl 
Date:   Fri Jul 15 16:55:51 2016 +0800

xdg-shell: Add resize_x/y constraint adjustment to positioner

In order to get feedback of available space where a client can create
its popup, let it create requset that its popup rectangle being resized
would it not fit the within the work area. This adds two new constraint
adjustment values to the adjustment enum, and dimension parameters to
the xdg_popup.configure event.

The existing constraint adjustment actions take precedence, and resizing
will only be triggered if all other adjustments requested didn't manage
to make the popup rectangle fully visible.

Signed-off-by: Jonas Ådahl 
Acked-by: Quentin Glidic 

diff --git a/unstable/xdg-shell/xdg-shell-unstable-v6.xml 
b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
index d6802be..565df8c 100644
--- a/unstable/xdg-shell/xdg-shell-unstable-v6.xml
+++ b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
@@ -234,6 +234,20 @@
 
 
 
+  
+   The constraint adjustment value define ways the compositor will adjust
+   the position of the surface, if the unadjusted position would result
+   in the surface being partly constrained.
+
+   Whether a surface is considered 'constrained' is left to the compositor
+   to determine. For example, the surface may be partly outside the
+   compositor's defined 'work area', thus necessitating the child surface's
+   position be adjusted until it is entirely inside the work area.
+
+   The adjustments can be combined, according to a defined precedence: 1)
+   Flip, 2) Slide, 3) Resize.
+  
+
   

  Don't alter the surface position even if it is constrained on some
@@ -253,8 +267,6 @@
  x axis until either the edge in the direction of the gravity is
  unconstrained or the edge in the opposite direction of the gravity is
  constrained.
-
- If 'slide_x' is combined with 'flip_x', 'flip_x' takes precedence.

   
   
@@ -270,8 +282,6 @@
  y axis until either the edge in the direction of the gravity is
  unconstrained or the edge in the opposite direction of the gravity is
  constrained.
-
- If 'slide_y' is combined with 'flip_y', 'flip_y' takes precedence.

   
   
@@ -282,9 +292,8 @@
  'left', change the gravity to 'right' and the anchor to 'right'.
 
  If the adjusted position also ends up being constrained, the resulting
- position will be the one before the adjustment. If the resulting
- position is still constrained, and 'flip_x' is combined with
- 'slide_x', the position is adjusted according to 'slide_x'.
+ position of the flip_x adjustment will be the one before the
+ adjustment.

   
   
@@ -295,9 +304,19 @@
  'bottom', change the gravity to 'top' and the anchor to 'top'.
 
  If the adjusted position also ends up being constrained, the resulting
-