commit wayland-protocols for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2020-03-08 22:23:12

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new.26092 (New)


Package is "wayland-protocols"

Sun Mar  8 22:23:12 2020 rev:21 rq:781664 version:1.20

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2019-08-07 13:54:49.156857222 +0200
+++ 
/work/SRC/openSUSE:Factory/.wayland-protocols.new.26092/wayland-protocols.changes
   2020-03-08 22:23:33.428055979 +0100
@@ -1,0 +2,17 @@
+Sun Mar  1 11:53:33 UTC 2020 - Bjørn Lie 
+
+- Update to version 1.20:
+  + This release includes the new governance document, describing
+how to introduce and update Wayland protocols in
+wayland-protocols. See the GOVERNANCE.md file for details.
+- Changes from version 1.19:
+  + This release includes a new xdg-shell protocol that adds
+support for repositioning already mapped popups. Methods of
+doing so with inter-surface synchronization has been left out,
+with the intention of addressing this with a protocol at a
+lower level.
+  + Both the presentation time and xdg-shell protocol also got new
+attributes added meaning bindings using the enum and bitfield
+attributes will generate better result.
+
+---

Old:

  wayland-protocols-1.18.tar.xz
  wayland-protocols-1.18.tar.xz.sig

New:

  wayland-protocols-1.20.tar.xz
  wayland-protocols-1.20.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.HWWM0z/_old  2020-03-08 22:23:34.124056408 +0100
+++ /var/tmp/diff_new_pack.HWWM0z/_new  2020-03-08 22:23:34.128056411 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland-protocols
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 Name:   wayland-protocols
-Version:1.18
+Version:1.20
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT
 Group:  Development/Libraries/C and C++
-Url:https://wayland.freedesktop.org/
+URL:https://wayland.freedesktop.org/
 Source: 
https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
 Source2:
https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
 Source3:%{name}.keyring
@@ -59,7 +59,7 @@
 %make_install
 
 %files devel
-%doc README
+%doc README.md GOVERNANCE.md MEMBERS.md
 %license COPYING
 %{_datadir}/pkgconfig/%{name}.pc
 %{_datadir}/%{name}/

++ wayland-protocols-1.18.tar.xz -> wayland-protocols-1.20.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.18/GOVERNANCE.md 
new/wayland-protocols-1.20/GOVERNANCE.md
--- old/wayland-protocols-1.18/GOVERNANCE.md1970-01-01 01:00:00.0 
+0100
+++ new/wayland-protocols-1.20/GOVERNANCE.md2020-02-26 17:52:30.0 
+0100
@@ -0,0 +1,149 @@
+# wayland-protocols governance
+
+This document governs the maintenance of wayland-protocols and serves to 
outline
+the broader process for standardization of protocol extensions in the Wayland
+ecosystem.
+
+## 1. Membership
+
+Membership in wayland-protocols is offered to stakeholders in the Wayland
+ecosystem who have an interest in participating in protocol extension
+standardization.
+
+### 1.1. Membership requirements
+
+1. Membership is extended to projects, rather than individuals.
+2. Members represent general-purpose projects with a stake in multiple Wayland
+   protocols (e.g. compositors, GUI toolkits, etc), rather than special-purpose
+   applications with a stake in only one or two.
+3. Each project must provide one or two named individuals as points-of-contact
+   for that project who can be reached to discuss protocol-related matters.
+4. During a vote, if two points-of-contact for the same member disagree, the
+   member's vote is considered blank.
+
+### 1.2. Becoming a member
+
+1. New members who meet the criteria outlined in 1.1 are established by
+   invitation from an existing member. Projects hoping to join should reach out
+   to an existing member asking for this invitation.
+2. New members shall write to the wayland-devel mailing list stating their
+   intention of joining and their sponsor.
+3. The sponsor shall respond acknowledging their sponsorship of the membership.
+4. A 14 day discussion 

commit wayland-protocols for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2019-08-07 13:54:47

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new.9556 (New)


Package is "wayland-protocols"

Wed Aug  7 13:54:47 2019 rev:20 rq:720106 version:1.18

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2018-11-28 11:10:19.103157766 +0100
+++ 
/work/SRC/openSUSE:Factory/.wayland-protocols.new.9556/wayland-protocols.changes
2019-08-07 13:54:49.156857222 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 18:05:42 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.18:
+  * This version comes with documentational clarifications, bug
+fixes and minor additions to existing protocols.
+
+---

Old:

  wayland-protocols-1.17.tar.xz
  wayland-protocols-1.17.tar.xz.sig

New:

  wayland-protocols-1.18.tar.xz
  wayland-protocols-1.18.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.N5XG4t/_old  2019-08-07 13:54:49.580857217 +0200
+++ /var/tmp/diff_new_pack.N5XG4t/_new  2019-08-07 13:54:49.584857217 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland-protocols
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.17
+Version:1.18
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.17.tar.xz -> wayland-protocols-1.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.17/configure 
new/wayland-protocols-1.18/configure
--- old/wayland-protocols-1.17/configure2018-11-12 16:59:32.0 
+0100
+++ new/wayland-protocols-1.18/configure2019-07-25 11:01:29.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wayland-protocols 1.17.
+# Generated by GNU Autoconf 2.69 for wayland-protocols 1.18.
 #
 # Report bugs to 
.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='wayland-protocols'
 PACKAGE_TARNAME='wayland-protocols'
-PACKAGE_VERSION='1.17'
-PACKAGE_STRING='wayland-protocols 1.17'
+PACKAGE_VERSION='1.18'
+PACKAGE_STRING='wayland-protocols 1.18'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland=wayland=unspecified'
 PACKAGE_URL='http://wayland.freedesktop.org/'
 
@@ -1215,7 +1215,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures wayland-protocols 1.17 to adapt to many kinds of 
systems.
+\`configure' configures wayland-protocols 1.18 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1282,7 +1282,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of wayland-protocols 1.17:";;
+ short | recursive ) echo "Configuration of wayland-protocols 1.18:";;
esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-wayland-protocols configure 1.17
+wayland-protocols configure 1.18
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by wayland-protocols $as_me 1.17, which was
+It was created by wayland-protocols $as_me 1.18, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -1748,7 +1748,7 @@
 
 
 
-WAYLAND_PROTOCOLS_VERSION=1.17
+WAYLAND_PROTOCOLS_VERSION=1.18
 
 
 
@@ -2527,7 +2527,7 @@
 
 # Define the identity of the package.
  PACKAGE='wayland-protocols'
- VERSION='1.17'
+ VERSION='1.18'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3346,7 +3346,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by wayland-protocols $as_me 1.17, which was
+This file was extended by wayland-protocols $as_me 1.18, which was
 generated by GNU 

commit wayland-protocols for openSUSE:Factory

2018-11-28 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2018-11-28 11:10:16

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new.19453 (New)


Package is "wayland-protocols"

Wed Nov 28 11:10:16 2018 rev:19 rq:651630 version:1.17

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2018-08-04 21:51:43.621088968 +0200
+++ 
/work/SRC/openSUSE:Factory/.wayland-protocols.new.19453/wayland-protocols.changes
   2018-11-28 11:10:19.103157766 +0100
@@ -1,0 +2,12 @@
+Wed Nov 14 15:56:30 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.17:
+  * This versions include two new unstable protocols:
+- linux-explicit-synchronization: A Linux specific mechanism
+  for explicit per-surface buffer synchronization.
+- primary-selection: A clipboard like mechanism mimicking
+  primary selection on X11, commonly known as
+  "middle-click-paste".
+  * The license tag for the fullscreen shell was also corrected.
+
+---

Old:

  wayland-protocols-1.16.tar.xz
  wayland-protocols-1.16.tar.xz.sig

New:

  wayland-protocols-1.17.tar.xz
  wayland-protocols-1.17.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.j1s54p/_old  2018-11-28 11:10:19.591157103 +0100
+++ /var/tmp/diff_new_pack.j1s54p/_new  2018-11-28 11:10:19.595157098 +0100
@@ -13,12 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   wayland-protocols
-Version:1.16
+Version:1.17
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT
@@ -59,7 +59,8 @@
 %make_install
 
 %files devel
-%doc README COPYING
+%doc README
+%license COPYING
 %{_datadir}/pkgconfig/%{name}.pc
 %{_datadir}/%{name}/
 

++ wayland-protocols-1.16.tar.xz -> wayland-protocols-1.17.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.16/Makefile.am 
new/wayland-protocols-1.17/Makefile.am
--- old/wayland-protocols-1.16/Makefile.am  2018-07-30 17:28:33.0 
+0200
+++ new/wayland-protocols-1.17/Makefile.am  2018-11-12 16:56:33.0 
+0100
@@ -21,6 +21,8 @@
unstable/xdg-output/xdg-output-unstable-v1.xml  
\
unstable/input-timestamps/input-timestamps-unstable-v1.xml  \
unstable/xdg-decoration/xdg-decoration-unstable-v1.xml  \
+   
unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml
 \
+   unstable/primary-selection/primary-selection-unstable-v1.xml
\
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.16/Makefile.in 
new/wayland-protocols-1.17/Makefile.in
--- old/wayland-protocols-1.16/Makefile.in  2018-07-30 18:16:16.0 
+0200
+++ new/wayland-protocols-1.17/Makefile.in  2018-11-12 16:59:32.0 
+0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -330,7 +330,9 @@

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
unstable/xdg-output/xdg-output-unstable-v1.xml \
unstable/input-timestamps/input-timestamps-unstable-v1.xml \
-   unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
+   unstable/xdg-decoration/xdg-decoration-unstable-v1.xml \
+   
unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml
 \
+   unstable/primary-selection/primary-selection-unstable-v1.xml
 am__EXEEXT_2 = stable/presentation-time/presentation-time.xml \
stable/viewporter/viewporter.xml \
stable/xdg-shell/xdg-shell.xml
@@ -474,6 +476,8 @@
unstable/xdg-output/xdg-output-unstable-v1.xml  
\
unstable/input-timestamps/input-timestamps-unstable-v1.xml  \

commit wayland-protocols for openSUSE:Factory

2018-08-04 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2018-08-04 21:51:39

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Sat Aug  4 21:51:39 2018 rev:18 rq:627361 version:1.16

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2018-07-12 09:15:36.906120375 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2018-08-04 21:51:43.621088968 +0200
@@ -1,0 +2,16 @@
+Tue Jul 31 07:54:47 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.16:
+  * This version includes a new version of the unstable text-input
+protocol. The new version is not compatible with the old
+version. Please check the commit adding the new protocols for
+more details about the introduced changes.
+  * The stable xdg-shell protocol got some clarifications about
+expectations regarding state requested by the client and what
+is configured by the compositor.
+  * The xdg-output protocol got some clarifications about how
+transforms are handled.
+  * The test suite was improved to catch issues detected by
+wayland-scanner.
+
+---

Old:

  wayland-protocols-1.15.tar.xz
  wayland-protocols-1.15.tar.xz.sig

New:

  wayland-protocols-1.16.tar.xz
  wayland-protocols-1.16.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.OE7bPq/_old  2018-08-04 21:51:44.005089688 +0200
+++ /var/tmp/diff_new_pack.OE7bPq/_new  2018-08-04 21:51:44.009089696 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.15
+Version:1.16
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.15.tar.xz -> wayland-protocols-1.16.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.15/Makefile.am 
new/wayland-protocols-1.16/Makefile.am
--- old/wayland-protocols-1.15/Makefile.am  2018-07-04 23:23:14.0 
+0200
+++ new/wayland-protocols-1.16/Makefile.am  2018-07-30 17:28:33.0 
+0200
@@ -5,6 +5,7 @@
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml  
\
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml  
\
unstable/text-input/text-input-unstable-v1.xml  
\
+   unstable/text-input/text-input-unstable-v3.xml  
\
unstable/input-method/input-method-unstable-v1.xml  
\
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
unstable/xdg-shell/xdg-shell-unstable-v6.xml
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.15/Makefile.in 
new/wayland-protocols-1.16/Makefile.in
--- old/wayland-protocols-1.15/Makefile.in  2018-07-04 23:24:28.0 
+0200
+++ new/wayland-protocols-1.16/Makefile.in  2018-07-30 18:16:16.0 
+0200
@@ -315,6 +315,7 @@
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
unstable/text-input/text-input-unstable-v1.xml \
+   unstable/text-input/text-input-unstable-v3.xml \
unstable/input-method/input-method-unstable-v1.xml \
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
unstable/xdg-shell/xdg-shell-unstable-v6.xml \
@@ -457,6 +458,7 @@
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml  
\
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml  
\
unstable/text-input/text-input-unstable-v1.xml  
\
+   unstable/text-input/text-input-unstable-v3.xml  
\
unstable/input-method/input-method-unstable-v1.xml  
\
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
unstable/xdg-shell/xdg-shell-unstable-v6.xml
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.15/configure 
new/wayland-protocols-1.16/configure
--- old/wayland-protocols-1.15/configure2018-07-04 23:24:28.0 
+0200
+++ new/wayland-protocols-1.16/configure2018-07-30 18:16:16.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent 

commit wayland-protocols for openSUSE:Factory

2018-07-12 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2018-07-12 09:15:34

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Thu Jul 12 09:15:34 2018 rev:17 rq:621486 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2018-06-03 12:30:23.336965794 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2018-07-12 09:15:36.906120375 +0200
@@ -1,0 +2,9 @@
+Sat Jul  7 20:50:10 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.15:
+  * This version includes a new unstable protocol that enables
+clients to allow the compositor to draw window decorations.
+  * The xdg-shell protocol also saw a fix clarifying the
+requirements for xdg-popup parents.
+
+---

Old:

  wayland-protocols-1.14.tar.xz
  wayland-protocols-1.14.tar.xz.sig

New:

  wayland-protocols-1.15.tar.xz
  wayland-protocols-1.15.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.UXcyc2/_old  2018-07-12 09:15:37.386121047 +0200
+++ /var/tmp/diff_new_pack.UXcyc2/_new  2018-07-12 09:15:37.390121053 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.14
+Version:1.15
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.14.tar.xz -> wayland-protocols-1.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.14/Makefile.am 
new/wayland-protocols-1.15/Makefile.am
--- old/wayland-protocols-1.14/Makefile.am  2018-02-14 13:28:43.0 
+0100
+++ new/wayland-protocols-1.15/Makefile.am  2018-07-04 23:23:14.0 
+0200
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
 unstable_protocols =   
\
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml  
\
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml  
\
@@ -17,6 +19,7 @@

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
unstable/xdg-output/xdg-output-unstable-v1.xml  
\
unstable/input-timestamps/input-timestamps-unstable-v1.xml  \
+   unstable/xdg-decoration/xdg-decoration-unstable-v1.xml  \
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.14/Makefile.in 
new/wayland-protocols-1.15/Makefile.in
--- old/wayland-protocols-1.14/Makefile.in  2018-05-03 17:38:00.0 
+0200
+++ new/wayland-protocols-1.15/Makefile.in  2018-07-04 23:24:28.0 
+0200
@@ -328,7 +328,8 @@
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml \

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
unstable/xdg-output/xdg-output-unstable-v1.xml \
-   unstable/input-timestamps/input-timestamps-unstable-v1.xml
+   unstable/input-timestamps/input-timestamps-unstable-v1.xml \
+   unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
 am__EXEEXT_2 = stable/presentation-time/presentation-time.xml \
stable/viewporter/viewporter.xml \
stable/xdg-shell/xdg-shell.xml
@@ -450,6 +451,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 wayland_scanner = @wayland_scanner@
+ACLOCAL_AMFLAGS = -I m4
 unstable_protocols = \
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml  
\
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml  
\
@@ -469,6 +471,7 @@

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
unstable/xdg-output/xdg-output-unstable-v1.xml  
\
unstable/input-timestamps/input-timestamps-unstable-v1.xml  \
+   unstable/xdg-decoration/xdg-decoration-unstable-v1.xml  \
$(NULL)
 
 stable_protocols = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.14/configure 
new/wayland-protocols-1.15/configure
--- old/wayland-protocols-1.14/configure2018-05-03 17:38:00.0 
+0200
+++ new/wayland-protocols-1.15/configure2018-07-04 23:24:28.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values 

commit wayland-protocols for openSUSE:Factory

2018-06-03 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2018-06-03 12:30:23

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Sun Jun  3 12:30:23 2018 rev:16 rq:613063 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2018-02-19 12:54:19.228461329 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2018-06-03 12:30:23.336965794 +0200
@@ -1,0 +2,9 @@
+Thu May 17 16:04:12 UTC 2018 - r...@l2f.inesc-id.pt
+
+- Update to version 1.14:
+  * xdg-output: Add name and description events
+  * configure.ac: Bump version to 1.14
+  * xdg-shell: add enums for tiled window state to toplevel
+configure
+
+---

Old:

  wayland-protocols-1.13.tar.xz
  wayland-protocols-1.13.tar.xz.sig

New:

  wayland-protocols-1.14.tar.xz
  wayland-protocols-1.14.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.HeiYHR/_old  2018-06-03 12:30:24.124936947 +0200
+++ /var/tmp/diff_new_pack.HeiYHR/_new  2018-06-03 12:30:24.124936947 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.13
+Version:1.14
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.13.tar.xz -> wayland-protocols-1.14.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.13/configure 
new/wayland-protocols-1.14/configure
--- old/wayland-protocols-1.13/configure2018-02-14 13:29:15.0 
+0100
+++ new/wayland-protocols-1.14/configure2018-05-03 17:38:00.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wayland-protocols 1.13.
+# Generated by GNU Autoconf 2.69 for wayland-protocols 1.14.
 #
 # Report bugs to 
.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='wayland-protocols'
 PACKAGE_TARNAME='wayland-protocols'
-PACKAGE_VERSION='1.13'
-PACKAGE_STRING='wayland-protocols 1.13'
+PACKAGE_VERSION='1.14'
+PACKAGE_STRING='wayland-protocols 1.14'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland=wayland=unspecified'
 PACKAGE_URL='http://wayland.freedesktop.org/'
 
@@ -1215,7 +1215,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures wayland-protocols 1.13 to adapt to many kinds of 
systems.
+\`configure' configures wayland-protocols 1.14 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1282,7 +1282,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of wayland-protocols 1.13:";;
+ short | recursive ) echo "Configuration of wayland-protocols 1.14:";;
esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-wayland-protocols configure 1.13
+wayland-protocols configure 1.14
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by wayland-protocols $as_me 1.13, which was
+It was created by wayland-protocols $as_me 1.14, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -1748,7 +1748,7 @@
 
 
 
-WAYLAND_PROTOCOLS_VERSION=1.13
+WAYLAND_PROTOCOLS_VERSION=1.14
 
 
 
@@ -2527,7 +2527,7 @@
 
 # Define the identity of the package.
  PACKAGE='wayland-protocols'
- VERSION='1.13'
+ VERSION='1.14'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3346,7 +3346,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by wayland-protocols $as_me 1.13, which was
+This file was extended by wayland-protocols $as_me 1.14, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3400,7 +3400,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\

commit wayland-protocols for openSUSE:Factory

2018-02-19 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2018-02-19 12:54:16

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Mon Feb 19 12:54:16 2018 rev:15 rq:577728 version:1.13

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2018-01-02 16:33:38.167518119 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2018-02-19 12:54:19.228461329 +0100
@@ -1,0 +2,10 @@
+Sun Feb 18 02:55:00 UTC 2018 - avin...@opensuse.org
+
+- Update to version 1.13:
+  * New unstable protocol: Input timestamps, a protocol for
+providing high resolution timestamps to input events. See
+commit 4f789286e4ab7f6fecc2ccb895d79362a9b2382a and protocol
+XML file for details.
+- use https urls
+
+---

Old:

  wayland-protocols-1.12.tar.xz
  wayland-protocols-1.12.tar.xz.sig

New:

  wayland-protocols-1.13.tar.xz
  wayland-protocols-1.13.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.wEWgRa/_old  2018-02-19 12:54:20.080430603 +0100
+++ /var/tmp/diff_new_pack.wEWgRa/_new  2018-02-19 12:54:20.080430603 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland-protocols
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,14 @@
 
 
 Name:   wayland-protocols
-Version:1.12
+Version:1.13
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT
 Group:  Development/Libraries/C and C++
-Url:http://wayland.freedesktop.org/
-Source: 
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-Source2:
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
+Url:https://wayland.freedesktop.org/
+Source: 
https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
+Source2:
https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
 Source3:%{name}.keyring
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(wayland-scanner)

++ wayland-protocols-1.12.tar.xz -> wayland-protocols-1.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.12/Makefile.am 
new/wayland-protocols-1.13/Makefile.am
--- old/wayland-protocols-1.12/Makefile.am  2017-12-02 02:47:54.0 
+0100
+++ new/wayland-protocols-1.13/Makefile.am  2018-02-14 13:28:43.0 
+0100
@@ -16,6 +16,7 @@
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml  
\

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
unstable/xdg-output/xdg-output-unstable-v1.xml  
\
+   unstable/input-timestamps/input-timestamps-unstable-v1.xml  \
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.12/Makefile.in 
new/wayland-protocols-1.13/Makefile.in
--- old/wayland-protocols-1.12/Makefile.in  2017-12-02 02:56:56.0 
+0100
+++ new/wayland-protocols-1.13/Makefile.in  2018-02-14 13:29:15.0 
+0100
@@ -327,7 +327,8 @@
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml \
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml \

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
-   unstable/xdg-output/xdg-output-unstable-v1.xml
+   unstable/xdg-output/xdg-output-unstable-v1.xml \
+   unstable/input-timestamps/input-timestamps-unstable-v1.xml
 am__EXEEXT_2 = stable/presentation-time/presentation-time.xml \
stable/viewporter/viewporter.xml \
stable/xdg-shell/xdg-shell.xml
@@ -467,6 +468,7 @@
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml  
\

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
unstable/xdg-output/xdg-output-unstable-v1.xml  
\
+   unstable/input-timestamps/input-timestamps-unstable-v1.xml  \
$(NULL)
 
 stable_protocols = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit wayland-protocols for openSUSE:Factory

2018-01-02 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2018-01-02 16:33:37

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Tue Jan  2 16:33:37 2018 rev:14 rq:560821 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2017-11-14 14:18:12.365465763 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2018-01-02 16:33:38.167518119 +0100
@@ -1,0 +2,20 @@
+Thu Dec 28 21:58:28 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12:
+  * This version includes the new stable version of the XDG Shell
+protocol. In short, the difference between the XDG Shell stable
+and the last unstable version include (among other things):
+  * The base interface and the global exposed via the registry
+changed from zxdg_shell_v6 to xdg_wm_base.
+  * Fullscreen semantics were better defined and geometry
+requirements relaxed to allow certain hardware optimizations.
+  * The popup positioner was changed to allow positioning against a
+point.
+  * The popup semantics was changed to allow future extendability.
+  * Toplevel parent-child relationship ambiguities were fixed.
+  * Unmap/map semantics were better defined.
+  * Various other ambiguities were fixed and documentation in
+general was improved.
+- Use autosetup macro, and drop make call, nothing is build anyway.
+
+---

Old:

  wayland-protocols-1.11.tar.xz
  wayland-protocols-1.11.tar.xz.sig

New:

  wayland-protocols-1.12.tar.xz
  wayland-protocols-1.12.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.HoncCp/_old  2018-01-02 16:33:38.783312770 +0100
+++ /var/tmp/diff_new_pack.HoncCp/_new  2018-01-02 16:33:38.787311437 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.11
+Version:1.12
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT
@@ -50,11 +50,10 @@
 wayland-protocols.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure
-make %{?_smp_mflags}
 
 %install
 %make_install

++ wayland-protocols-1.11.tar.xz -> wayland-protocols-1.12.tar.xz ++
 5082 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.11/Makefile.am new/wayland-protocols-1.12/Makefile.am
--- old/wayland-protocols-1.11/Makefile.am  2017-10-11 10:19:25.0 
+0200
+++ new/wayland-protocols-1.12/Makefile.am  2017-12-02 02:47:54.0 
+0100
@@ -21,6 +21,7 @@
 stable_protocols = 
\
stable/presentation-time/presentation-time.xml  
\
stable/viewporter/viewporter.xml
\
+   stable/xdg-shell/xdg-shell.xml  
\
$(NULL)
 
 nobase_dist_pkgdata_DATA = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.11/compile new/wayland-protocols-1.12/compile
--- old/wayland-protocols-1.11/compile  2015-10-09 06:06:00.0 +0200
+++ new/wayland-protocols-1.12/compile  1970-01-01 01:00:00.0 +0100
@@ -1,347 +0,0 @@
-#! /bin/sh
-# Wrapper for compilers which do not understand '-c -o'.
-
-scriptversion=2012-10-14.11; # UTC
-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
-# Written by Tom Tromey .
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License 

commit wayland-protocols for openSUSE:Factory

2017-11-14 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2017-11-14 14:18:10

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Tue Nov 14 14:18:10 2017 rev:13 rq:540466 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2017-09-12 19:37:48.127478644 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2017-11-14 14:18:12.365465763 +0100
@@ -1,0 +2,12 @@
+Thu Nov  9 19:30:23 UTC 2017 - aavind...@gmail.com
+
+- Update to version 1.11:
+  * This version includes a new unstable version of the xdg-foreign
+protocol. The new version fixes C++ incompatibility issues
+while making the interface request naming a bit more
+descriptive.
+  * Use sysroot prefix for pkgdatadir variable.
+- Drop wayland-protocols-sysroot-prefix-fix.patch: Fixed upstream.
+- Cleanup with spec-cleaner.
+
+---

Old:

  wayland-protocols-1.10.tar.xz
  wayland-protocols-1.10.tar.xz.sig
  wayland-protocols-sysroot-prefix-fix.patch

New:

  wayland-protocols-1.11.tar.xz
  wayland-protocols-1.11.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.B2ki2t/_old  2017-11-14 14:18:12.909445919 +0100
+++ /var/tmp/diff_new_pack.B2ki2t/_new  2017-11-14 14:18:12.909445919 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.10
+Version:1.11
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT
@@ -26,13 +26,10 @@
 Url:http://wayland.freedesktop.org/
 Source: 
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
 Source2:
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
-Source3:%name.keyring
-# PATCH-FIX-UPSTREAM wayland-protocols-sysroot-prefix-fix.patch 
zai...@opensuse.org -- Use sysroot prefix for pkgdatadir variable
-Patch0: wayland-protocols-sysroot-prefix-fix.patch
-BuildRequires:  pkg-config
+Source3:%{name}.keyring
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(wayland-scanner)
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains Wayland protocols that adds functionality not
@@ -54,7 +51,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -64,7 +60,6 @@
 %make_install
 
 %files devel
-%defattr(-,root,root)
 %doc README COPYING
 %{_datadir}/pkgconfig/%{name}.pc
 %{_datadir}/%{name}/

++ wayland-protocols-1.10.tar.xz -> wayland-protocols-1.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.10/Makefile.am 
new/wayland-protocols-1.11/Makefile.am
--- old/wayland-protocols-1.10/Makefile.am  2017-07-31 12:15:45.0 
+0200
+++ new/wayland-protocols-1.11/Makefile.am  2017-10-11 10:19:25.0 
+0200
@@ -11,6 +11,7 @@
unstable/tablet/tablet-unstable-v1.xml  
\
unstable/tablet/tablet-unstable-v2.xml  
\
unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
\
+   unstable/xdg-foreign/xdg-foreign-unstable-v2.xml
\
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml  
\
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml  
\

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.10/Makefile.in 
new/wayland-protocols-1.11/Makefile.in
--- old/wayland-protocols-1.10/Makefile.in  2017-07-31 12:58:01.0 
+0200
+++ new/wayland-protocols-1.11/Makefile.in  2017-10-11 10:20:19.0 
+0200
@@ -323,6 +323,7 @@
unstable/tablet/tablet-unstable-v1.xml \
unstable/tablet/tablet-unstable-v2.xml \
unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
+   unstable/xdg-foreign/xdg-foreign-unstable-v2.xml \
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml \
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml \

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
@@ -460,6 +461,7 @@
unstable/tablet/tablet-unstable-v1.xml  
\
unstable/tablet/tablet-unstable-v2.xml

commit wayland-protocols for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2017-09-12 19:37:43

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Tue Sep 12 19:37:43 2017 rev:12 rq:522823 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2017-08-24 18:25:36.947778254 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2017-09-12 19:37:48.127478644 +0200
@@ -1,0 +2,7 @@
+Sat Sep  9 18:34:47 UTC 2017 - zai...@opensuse.org
+
+- Add wayland-protocols-sysroot-prefix-fix.patch: Use sysroot
+  prefix for pkgdatadir variable. The pc_sysroot is automatically
+  added to cflags and libs but not to 'pkg-config --variable'.
+
+---

New:

  wayland-protocols-sysroot-prefix-fix.patch



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.DoP0On/_old  2017-09-12 19:37:48.631407824 +0200
+++ /var/tmp/diff_new_pack.DoP0On/_new  2017-09-12 19:37:48.635407262 +0200
@@ -27,6 +27,8 @@
 Source: 
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
 Source2:
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
 Source3:%name.keyring
+# PATCH-FIX-UPSTREAM wayland-protocols-sysroot-prefix-fix.patch 
zai...@opensuse.org -- Use sysroot prefix for pkgdatadir variable
+Patch0: wayland-protocols-sysroot-prefix-fix.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(wayland-scanner)
 BuildArch:  noarch
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure


++ wayland-protocols-sysroot-prefix-fix.patch ++
>From 875130ee3cbcf62266901ef4b91b9a0fb6adad43 Mon Sep 17 00:00:00 2001
From: Tomek Bury 
Date: Fri, 4 Aug 2017 16:16:38 +0100
Subject: Use sysroot prefix for pkgdatadir variable

The pc_sysroot is automatically added to cflags and libs but not
to 'pkg-config --variable'

Reviewed-by: Daniel Stone 

diff --git a/wayland-protocols.pc.in b/wayland-protocols.pc.in
index a26744c..379be06 100644
--- a/wayland-protocols.pc.in
+++ b/wayland-protocols.pc.in
@@ -1,6 +1,6 @@
 prefix=@prefix@
 datarootdir=@datarootdir@
-pkgdatadir=@datadir@/@PACKAGE@
+pkgdatadir=${pc_sysrootdir}@datadir@/@PACKAGE@
 
 Name: Wayland Protocols
 Description: Wayland protocol files
-- 
cgit v0.10.2




commit wayland-protocols for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2017-08-24 18:25:33

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Thu Aug 24 18:25:33 2017 rev:11 rq:518094 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2017-07-21 22:36:11.864463383 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2017-08-24 18:25:36.947778254 +0200
@@ -1,0 +2,10 @@
+Tue Aug 22 09:09:49 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.10:
+  * This version introduces one new unstable protocol: xdg-output -
+a protocol meant for providing desktop centric concepts related
+to output and monitors to clients. It's for example intended to
+be used by Xwayland to be able to layout outputs on a logical
+pixel grid.
+
+---

Old:

  wayland-protocols-1.9.tar.xz
  wayland-protocols-1.9.tar.xz.sig

New:

  wayland-protocols-1.10.tar.xz
  wayland-protocols-1.10.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.nseKYu/_old  2017-08-24 18:25:37.547693732 +0200
+++ /var/tmp/diff_new_pack.nseKYu/_new  2017-08-24 18:25:37.555692606 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.9
+Version:1.10
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.9.tar.xz -> wayland-protocols-1.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.9/Makefile.am 
new/wayland-protocols-1.10/Makefile.am
--- old/wayland-protocols-1.9/Makefile.am   2017-07-11 08:18:39.0 
+0200
+++ new/wayland-protocols-1.10/Makefile.am  2017-07-31 12:15:45.0 
+0200
@@ -14,6 +14,7 @@
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml  
\
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml  
\

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
+   unstable/xdg-output/xdg-output-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.9/Makefile.in 
new/wayland-protocols-1.10/Makefile.in
--- old/wayland-protocols-1.9/Makefile.in   2017-07-11 08:53:25.0 
+0200
+++ new/wayland-protocols-1.10/Makefile.in  2017-07-31 12:58:01.0 
+0200
@@ -325,7 +325,8 @@
unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml \
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml \
-   
unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml
+   
unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
+   unstable/xdg-output/xdg-output-unstable-v1.xml
 am__EXEEXT_2 = stable/presentation-time/presentation-time.xml \
stable/viewporter/viewporter.xml
 TEST_SUITE_LOG = test-suite.log
@@ -462,6 +463,7 @@
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml  
\
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml  
\

unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
+   unstable/xdg-output/xdg-output-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.9/aclocal.m4 
new/wayland-protocols-1.10/aclocal.m4
--- old/wayland-protocols-1.9/aclocal.m42017-07-11 08:53:24.0 
+0200
+++ new/wayland-protocols-1.10/aclocal.m4   2017-07-31 12:58:01.0 
+0200
@@ -761,6 +761,23 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_RUN_LOG(COMMAND)
+# ---
+# Run COMMAND, save the exit status in ac_status, and log it.
+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
+AC_DEFUN([AM_RUN_LOG],
+[{ echo 

commit wayland-protocols for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2017-07-21 22:36:07

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Fri Jul 21 22:36:07 2017 rev:10 rq:510167 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-09-11 00:51:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2017-07-21 22:36:11.864463383 +0200
@@ -1,0 +2,25 @@
+Thu Jul 13 22:23:16 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.9:
+  * Keyboard shortcut inhibitation - a protocol meant for making it
+possible for virtual machine viewers, remote desktop clients
+etc, to be able to forward keyboard combinations such as
+Alt-Tab etc.
+  * Xwayland keyboard grabbing - a protocol specifically targeted
+at enabling Xwayland to implement keyboard grabs.
+- Update keyring, the previous one had expired.
+
+---
+Sat Jun 17 17:15:31 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.8:
+  * Bumped the linux dmabuf protocol version, introducing a new
+request for creating a buffer from a dmabuf without having to
+wait for an event, as well as an event advertising supported
+fourcc modifiers along with the supported formats.
+  * A pkg-config file meant for when wayland-protocols is used as a
+git submodule (or otherwise not installed) was added.
+  * Various grammar fixes and clarifications were also included in
+this release.
+
+---

Old:

  wayland-protocols-1.7.tar.xz
  wayland-protocols-1.7.tar.xz.sig

New:

  wayland-protocols-1.9.tar.xz
  wayland-protocols-1.9.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.AJcXQo/_old  2017-07-21 22:36:12.812329673 +0200
+++ /var/tmp/diff_new_pack.AJcXQo/_new  2017-07-21 22:36:12.812329673 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland-protocols
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.7
+Version:1.9
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.7.tar.xz -> wayland-protocols-1.9.tar.xz ++
 2098 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.7/Makefile.am new/wayland-protocols-1.9/Makefile.am
--- old/wayland-protocols-1.7/Makefile.am   2016-08-15 04:25:31.0 
+0200
+++ new/wayland-protocols-1.9/Makefile.am   2017-07-11 08:18:39.0 
+0200
@@ -12,6 +12,8 @@
unstable/tablet/tablet-unstable-v2.xml  
\
unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
\
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml  
\
+   unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml  
\
+   
unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.7/configure.ac new/wayland-protocols-1.9/configure.ac
--- old/wayland-protocols-1.7/configure.ac  2016-08-15 04:33:23.0 
+0200
+++ new/wayland-protocols-1.9/configure.ac  2017-07-11 08:41:01.0 
+0200
@@ -1,7 +1,7 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_protocols_major_version], [1])
-m4_define([wayland_protocols_minor_version], [7])
+m4_define([wayland_protocols_minor_version], [9])
 m4_define([wayland_protocols_version],
   

commit wayland-protocols for openSUSE:Factory

2016-09-10 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-09-11 00:51:32

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-08-26 23:13:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-09-11 00:51:33.0 +0200
@@ -1,0 +2,18 @@
+Sun Aug 21 17:31:21 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.7
+  * Includes the new version of the unstable xdg-shell v6 protocol.
+  * The protocol have gone through extensive changes to how
+surfaces are created and mapped, and also adds a few features
+that was not possible before:
+- A client can now specify a minimum and/or maximum window
+  geometry.
+- A client can now in a declarative manner position popup
+  surfaces so that they will be visible to the user, e.g. by
+  having them placed within the shell work area.
+- A client can map a popup without a grab; this intended to be
+  used for relatively positioned child surfaces that should not
+  be automatically dismissed, such as tooltips, and user
+  interface elements like "popovers" in GTK+.
+
+---

Old:

  wayland-protocols-1.6.tar.xz
  wayland-protocols-1.6.tar.xz.sig

New:

  wayland-protocols-1.7.tar.xz
  wayland-protocols-1.7.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.jSGETi/_old  2016-09-11 00:51:34.0 +0200
+++ /var/tmp/diff_new_pack.jSGETi/_new  2016-09-11 00:51:34.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.6
+Version:1.7
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.6.tar.xz -> wayland-protocols-1.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.6/Makefile.am 
new/wayland-protocols-1.7/Makefile.am
--- old/wayland-protocols-1.6/Makefile.am   2016-08-12 05:21:07.0 
+0200
+++ new/wayland-protocols-1.7/Makefile.am   2016-08-15 04:25:31.0 
+0200
@@ -5,6 +5,7 @@
unstable/text-input/text-input-unstable-v1.xml  
\
unstable/input-method/input-method-unstable-v1.xml  
\
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
+   unstable/xdg-shell/xdg-shell-unstable-v6.xml
\
unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
unstable/tablet/tablet-unstable-v1.xml  
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.6/Makefile.in 
new/wayland-protocols-1.7/Makefile.in
--- old/wayland-protocols-1.6/Makefile.in   2016-08-12 05:22:28.0 
+0200
+++ new/wayland-protocols-1.7/Makefile.in   2016-08-15 04:48:43.0 
+0200
@@ -316,6 +316,7 @@
unstable/text-input/text-input-unstable-v1.xml \
unstable/input-method/input-method-unstable-v1.xml \
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
+   unstable/xdg-shell/xdg-shell-unstable-v6.xml \
unstable/relative-pointer/relative-pointer-unstable-v1.xml \
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml \
unstable/tablet/tablet-unstable-v1.xml \
@@ -448,6 +449,7 @@
unstable/text-input/text-input-unstable-v1.xml  
\
unstable/input-method/input-method-unstable-v1.xml  
\
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
+   unstable/xdg-shell/xdg-shell-unstable-v6.xml
\
unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
unstable/tablet/tablet-unstable-v1.xml  
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.6/configure 
new/wayland-protocols-1.7/configure
--- old/wayland-protocols-1.6/configure 2016-08-12 05:22:28.0 +0200
+++ new/wayland-protocols-1.7/configure 2016-08-15 

commit wayland-protocols for openSUSE:Factory

2016-08-26 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-08-26 23:13:13

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-08-06 20:37:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-08-26 23:13:14.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug 13 22:17:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.6:
+  * This release include two new unstable protocols:
+- xdg-foreign: reference a toplevel surface from another client
+  and affect window manager relationship.
+- idle-inhibit: inhibit idle behaviour (screen blanking,
+  screensaver, etc)
+
+---

Old:

  wayland-protocols-1.5.tar.xz
  wayland-protocols-1.5.tar.xz.sig

New:

  wayland-protocols-1.6.tar.xz
  wayland-protocols-1.6.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.kqAh18/_old  2016-08-26 23:13:15.0 +0200
+++ /var/tmp/diff_new_pack.kqAh18/_new  2016-08-26 23:13:15.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.5
+Version:1.6
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.5.tar.xz -> wayland-protocols-1.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.5/Makefile.am 
new/wayland-protocols-1.6/Makefile.am
--- old/wayland-protocols-1.5/Makefile.am   2016-07-22 05:42:57.0 
+0200
+++ new/wayland-protocols-1.6/Makefile.am   2016-08-12 05:21:07.0 
+0200
@@ -9,6 +9,8 @@
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
unstable/tablet/tablet-unstable-v1.xml  
\
unstable/tablet/tablet-unstable-v2.xml  
\
+   unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
\
+   unstable/idle-inhibit/idle-inhibit-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.5/Makefile.in 
new/wayland-protocols-1.6/Makefile.in
--- old/wayland-protocols-1.5/Makefile.in   2016-07-22 05:48:45.0 
+0200
+++ new/wayland-protocols-1.6/Makefile.in   2016-08-12 05:22:28.0 
+0200
@@ -319,7 +319,9 @@
unstable/relative-pointer/relative-pointer-unstable-v1.xml \
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml \
unstable/tablet/tablet-unstable-v1.xml \
-   unstable/tablet/tablet-unstable-v2.xml
+   unstable/tablet/tablet-unstable-v2.xml \
+   unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
+   unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
 am__EXEEXT_2 = stable/presentation-time/presentation-time.xml \
stable/viewporter/viewporter.xml
 TEST_SUITE_LOG = test-suite.log
@@ -450,6 +452,8 @@
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
unstable/tablet/tablet-unstable-v1.xml  
\
unstable/tablet/tablet-unstable-v2.xml  
\
+   unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
\
+   unstable/idle-inhibit/idle-inhibit-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.5/configure 
new/wayland-protocols-1.6/configure
--- old/wayland-protocols-1.5/configure 2016-07-22 05:48:45.0 +0200
+++ new/wayland-protocols-1.6/configure 2016-08-12 05:22:28.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wayland-protocols 1.5.
+# Generated by GNU Autoconf 2.69 for wayland-protocols 1.6.
 #
 # Report bugs to 
.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='wayland-protocols'
 PACKAGE_TARNAME='wayland-protocols'
-PACKAGE_VERSION='1.5'
-PACKAGE_STRING='wayland-protocols 1.5'
+PACKAGE_VERSION='1.6'

commit wayland-protocols for openSUSE:Factory

2016-08-06 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-08-06 20:37:12

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-05-26 23:53:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-08-06 20:37:15.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 22 07:05:10 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.5
+  * This release include a new unstable version of the tablet
+protocol: tablet-unstable-v2. The new tablet protocol fixes a
+few issues discovered in the first version, and also adds pad
+support.
+
+---

Old:

  wayland-protocols-1.4.tar.xz
  wayland-protocols-1.4.tar.xz.sig

New:

  wayland-protocols-1.5.tar.xz
  wayland-protocols-1.5.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.FYhU9R/_old  2016-08-06 20:37:15.0 +0200
+++ /var/tmp/diff_new_pack.FYhU9R/_new  2016-08-06 20:37:15.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.4
+Version:1.5
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT
@@ -58,7 +58,7 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+%make_install
 
 %files devel
 %defattr(-,root,root)

++ wayland-protocols-1.4.tar.xz -> wayland-protocols-1.5.tar.xz ++
 1632 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.4/Makefile.am new/wayland-protocols-1.5/Makefile.am
--- old/wayland-protocols-1.4/Makefile.am   2016-05-23 05:32:30.0 
+0200
+++ new/wayland-protocols-1.5/Makefile.am   2016-07-22 05:42:57.0 
+0200
@@ -8,6 +8,7 @@
unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
unstable/tablet/tablet-unstable-v1.xml  
\
+   unstable/tablet/tablet-unstable-v2.xml  
\
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.4/configure.ac new/wayland-protocols-1.5/configure.ac
--- old/wayland-protocols-1.4/configure.ac  2016-05-23 05:32:40.0 
+0200
+++ new/wayland-protocols-1.5/configure.ac  2016-07-22 05:43:35.0 
+0200
@@ -1,7 +1,7 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_protocols_major_version], [1])
-m4_define([wayland_protocols_minor_version], [4])
+m4_define([wayland_protocols_minor_version], [5])
 m4_define([wayland_protocols_version],
   [wayland_protocols_major_version.wayland_protocols_minor_version])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.4/unstable/input-method/input-method-unstable-v1.xml 
new/wayland-protocols-1.5/unstable/input-method/input-method-unstable-v1.xml
--- 
old/wayland-protocols-1.4/unstable/input-method/input-method-unstable-v1.xml
2016-05-23 05:32:30.0 +0200
+++ 
new/wayland-protocols-1.5/unstable/input-method/input-method-unstable-v1.xml
2016-07-20 09:13:03.0 +0200
@@ -145,7 +145,7 @@
Notify when a key event was sent. Key events should not be used for
normal text input operations, which should be done with commit_string,
delete_surrounding_text, etc. The key event follows the wl_keyboard key
-   event convention. Sym is a XKB keysym, state a wl_keyboard key_state.
+   event 

commit wayland-protocols for openSUSE:Factory

2016-05-26 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-05-26 23:53:26

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-03-21 12:45:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-05-26 23:53:27.0 +0200
@@ -1,0 +2,18 @@
+Mon May 23 22:23:27 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.4:
+  * This release include one new stable protocol extension:
+viewporter.
+  * The viewporter porter has previously been known as "wl_scaler"
+and enables a client to crop and scale a surface server side.
+Clients and compositors previously implementing support for
+wl_scaler should adapt accordingly. See the corresponding XML
+file for details.
+  * Other changes included in this release are various grammatical
+corrections to the presentation-time, tablet, relative-pointer,
+pointer-constraints, linux-dmabuf, input-method and
+fullscreen-shell protocols.
+  * It's now also possible to use autotools build files to install
+on platforms where the host CPU is not recognized.
+
+---

Old:

  wayland-protocols-1.3.tar.xz
  wayland-protocols-1.3.tar.xz.sig

New:

  wayland-protocols-1.4.tar.xz
  wayland-protocols-1.4.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.0pHGlt/_old  2016-05-26 23:53:28.0 +0200
+++ /var/tmp/diff_new_pack.0pHGlt/_new  2016-05-26 23:53:28.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.3
+Version:1.4
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.3.tar.xz -> wayland-protocols-1.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.3/Makefile.am 
new/wayland-protocols-1.4/Makefile.am
--- old/wayland-protocols-1.3/Makefile.am   2016-03-09 08:48:42.0 
+0100
+++ new/wayland-protocols-1.4/Makefile.am   2016-05-23 05:32:30.0 
+0200
@@ -12,6 +12,7 @@
 
 stable_protocols = 
\
stable/presentation-time/presentation-time.xml  
\
+   stable/viewporter/viewporter.xml
\
$(NULL)
 
 nobase_dist_pkgdata_DATA = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.3/Makefile.in 
new/wayland-protocols-1.4/Makefile.in
--- old/wayland-protocols-1.3/Makefile.in   2016-03-10 08:03:21.0 
+0100
+++ new/wayland-protocols-1.4/Makefile.in   2016-05-23 05:32:43.0 
+0200
@@ -86,8 +86,6 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
 TESTS = $(am__EXEEXT_1) $(am__EXEEXT_2)
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -321,7 +319,8 @@
unstable/relative-pointer/relative-pointer-unstable-v1.xml \
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml \
unstable/tablet/tablet-unstable-v1.xml
-am__EXEEXT_2 = stable/presentation-time/presentation-time.xml
+am__EXEEXT_2 = stable/presentation-time/presentation-time.xml \
+   stable/viewporter/viewporter.xml
 TEST_SUITE_LOG = test-suite.log
 am__test_logs1 = $(TESTS:=.log)
 TEST_LOGS = $(am__test_logs1:.xml.log=.log)
@@ -406,22 +405,14 @@
 am__tar = @am__tar@
 am__untar = @am__untar@
 bindir = @bindir@
-build = @build@
 build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
 builddir = @builddir@
 datadir = @datadir@
 datarootdir = @datarootdir@
 docdir = @docdir@
 dvidir = @dvidir@
 exec_prefix = @exec_prefix@
-host = @host@
 host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
 htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
@@ -461,6 +452,7 @@
 
 stable_protocols = \
stable/presentation-time/presentation-time.xml  
\
+   stable/viewporter/viewporter.xml
\
$(NULL)
 
 nobase_dist_pkgdata_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit wayland-protocols for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-03-21 12:45:25

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-03-11 09:38:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-03-21 12:45:26.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 18 20:19:07 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.3:
+  * This release include one new unstable protocol extension:
+Tablet support. See the corresponding XML file for details.
+
+---

Old:

  wayland-protocols-1.2.tar.xz
  wayland-protocols-1.2.tar.xz.sig

New:

  wayland-protocols-1.3.tar.xz
  wayland-protocols-1.3.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.yjWfxH/_old  2016-03-21 12:45:27.0 +0100
+++ /var/tmp/diff_new_pack.yjWfxH/_new  2016-03-21 12:45:27.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.2
+Version:1.3
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.2.tar.xz -> wayland-protocols-1.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.2/Makefile.am 
new/wayland-protocols-1.3/Makefile.am
--- old/wayland-protocols-1.2/Makefile.am   2016-03-05 05:05:42.0 
+0100
+++ new/wayland-protocols-1.3/Makefile.am   2016-03-09 08:48:42.0 
+0100
@@ -7,6 +7,7 @@
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
+   unstable/tablet/tablet-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.2/Makefile.in 
new/wayland-protocols-1.3/Makefile.in
--- old/wayland-protocols-1.2/Makefile.in   2016-03-05 05:06:00.0 
+0100
+++ new/wayland-protocols-1.3/Makefile.in   2016-03-10 08:03:21.0 
+0100
@@ -319,7 +319,8 @@
unstable/input-method/input-method-unstable-v1.xml \
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
unstable/relative-pointer/relative-pointer-unstable-v1.xml \
-   unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
+   unstable/pointer-constraints/pointer-constraints-unstable-v1.xml \
+   unstable/tablet/tablet-unstable-v1.xml
 am__EXEEXT_2 = stable/presentation-time/presentation-time.xml
 TEST_SUITE_LOG = test-suite.log
 am__test_logs1 = $(TESTS:=.log)
@@ -455,6 +456,7 @@
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
+   unstable/tablet/tablet-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.2/configure 
new/wayland-protocols-1.3/configure
--- old/wayland-protocols-1.2/configure 2016-03-05 05:06:01.0 +0100
+++ new/wayland-protocols-1.3/configure 2016-03-10 08:03:22.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wayland-protocols 1.2.
+# Generated by GNU Autoconf 2.69 for wayland-protocols 1.3.
 #
 # Report bugs to 
.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='wayland-protocols'
 PACKAGE_TARNAME='wayland-protocols'
-PACKAGE_VERSION='1.2'
-PACKAGE_STRING='wayland-protocols 1.2'
+PACKAGE_VERSION='1.3'
+PACKAGE_STRING='wayland-protocols 1.3'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland=wayland=unspecified'
 PACKAGE_URL='http://wayland.freedesktop.org/'
 
@@ -1223,7 +1223,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
 

commit wayland-protocols for openSUSE:Factory

2016-03-11 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-03-11 09:38:20

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-02-22 08:58:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-03-11 09:38:26.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar  8 14:23:23 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.2:
+  * This release includes the first stable protocol extension: 
+Presentation time. See the corresponding XML file for details.
+  * Changes to existing protocols include: Pointer constaraints: A
+typo in the documentation was fixed.
+
+---

Old:

  wayland-protocols-1.1.tar.xz
  wayland-protocols-1.1.tar.xz.sig

New:

  wayland-protocols-1.2.tar.xz
  wayland-protocols-1.2.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.bq5SMk/_old  2016-03-11 09:38:27.0 +0100
+++ /var/tmp/diff_new_pack.bq5SMk/_new  2016-03-11 09:38:27.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.1
+Version:1.2
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.1.tar.xz -> wayland-protocols-1.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.1/Makefile.am 
new/wayland-protocols-1.2/Makefile.am
--- old/wayland-protocols-1.1/Makefile.am   2016-02-16 10:18:22.0 
+0100
+++ new/wayland-protocols-1.2/Makefile.am   2016-03-05 05:05:42.0 
+0100
@@ -10,14 +10,17 @@
$(NULL)
 
 stable_protocols = 
\
+   stable/presentation-time/presentation-time.xml  
\
$(NULL)
 
 nobase_dist_pkgdata_DATA = 
\
$(unstable_protocols)   
\
+   $(stable_protocols) 
\
$(NULL)
 
 dist_noinst_DATA = 
\
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README))  
\
+   $(sort $(foreach p,$(stable_protocols),$(dir $p)README))
\
$(NULL)
 
 noarch_pkgconfig_DATA = wayland-protocols.pc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.1/Makefile.in 
new/wayland-protocols-1.2/Makefile.in
--- old/wayland-protocols-1.1/Makefile.in   2016-02-16 10:29:04.0 
+0100
+++ new/wayland-protocols-1.2/Makefile.in   2016-03-05 05:06:00.0 
+0100
@@ -320,7 +320,7 @@
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
unstable/relative-pointer/relative-pointer-unstable-v1.xml \
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
-am__EXEEXT_2 =
+am__EXEEXT_2 = stable/presentation-time/presentation-time.xml
 TEST_SUITE_LOG = test-suite.log
 am__test_logs1 = $(TESTS:=.log)
 TEST_LOGS = $(am__test_logs1:.xml.log=.log)
@@ -458,14 +458,17 @@
$(NULL)
 
 stable_protocols = \
+   stable/presentation-time/presentation-time.xml  
\
$(NULL)
 
 nobase_dist_pkgdata_DATA = \
$(unstable_protocols)   
\
+   $(stable_protocols) 
\
$(NULL)
 
 dist_noinst_DATA = \
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README))  
\
+   $(sort $(foreach p,$(stable_protocols),$(dir $p)README))
\
$(NULL)
 
 noarch_pkgconfig_DATA = wayland-protocols.pc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.1/configure 
new/wayland-protocols-1.2/configure
--- old/wayland-protocols-1.1/configure 2016-02-16 10:29:04.0 +0100
+++ new/wayland-protocols-1.2/configure 2016-03-05 05:06:01.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wayland-protocols 1.1.
+# Generated by GNU Autoconf 2.69 for wayland-protocols 1.2.
 #
 # Report bugs to 

commit wayland-protocols for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-02-22 08:58:12

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-02-09 16:50:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-02-22 08:58:24.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb 16 18:52:39 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.1:
+  * This release includes two new unstable protocol extensions:
++ Relative pointer events.
++ Pointer constraints (locking and confinement).
+  * Changes to existing protocols include:
++ xdg-shell: Added EFL state range reservation.
+  * Other improvement include basic testing, which tests that all
+the protocols provided will pass wayland-scanner without any
+errors, and compatibility with older pkg-config versions.
+- Add pkgconfig(wayland-scanner) BuildRequires: New dependency.
+
+---

Old:

  wayland-protocols-1.0.tar.xz
  wayland-protocols-1.0.tar.xz.sig

New:

  wayland-protocols-1.1.tar.xz
  wayland-protocols-1.1.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.lHgGDp/_old  2016-02-22 08:58:25.0 +0100
+++ /var/tmp/diff_new_pack.lHgGDp/_new  2016-02-22 08:58:25.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.0
+Version:1.1
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT
@@ -28,6 +28,7 @@
 Source2:
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
 Source3:%name.keyring
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(wayland-scanner)
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ wayland-protocols-1.0.tar.xz -> wayland-protocols-1.1.tar.xz ++
 4988 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.0/Makefile.am new/wayland-protocols-1.1/Makefile.am
--- old/wayland-protocols-1.0/Makefile.am   2015-11-24 09:10:34.0 
+0100
+++ new/wayland-protocols-1.1/Makefile.am   2016-02-16 10:18:22.0 
+0100
@@ -5,6 +5,11 @@
unstable/text-input/text-input-unstable-v1.xml  
\
unstable/input-method/input-method-unstable-v1.xml  
\
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
+   unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
+   unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
+   $(NULL)
+
+stable_protocols = 
\
$(NULL)
 
 nobase_dist_pkgdata_DATA = 
\
@@ -16,3 +21,10 @@
$(NULL)
 
 noarch_pkgconfig_DATA = wayland-protocols.pc
+
+dist_check_SCRIPTS = tests/scan.sh
+
+TESTS = $(unstable_protocols) $(stable_protocols)
+TEST_EXTENSIONS = .xml
+AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER;
+XML_LOG_COMPILER = $(srcdir)/tests/scan.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wayland-protocols-1.0/configure.ac new/wayland-protocols-1.1/configure.ac
--- old/wayland-protocols-1.0/configure.ac  2015-11-25 03:05:38.0 
+0100
+++ new/wayland-protocols-1.1/configure.ac  2016-02-16 10:18:45.0 
+0100
@@ -1,7 +1,7 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_protocols_major_version], [1])
-m4_define([wayland_protocols_minor_version], [0])
+m4_define([wayland_protocols_minor_version], [1])
 m4_define([wayland_protocols_version],
   [wayland_protocols_major_version.wayland_protocols_minor_version])
 
@@ -11,8 +11,24 @@
 [wayland-protocols],
 [http://wayland.freedesktop.org/])
 
+AC_CONFIG_MACRO_DIR([m4])
+
 

commit wayland-protocols for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-02-09 16:49:34

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-01-22 01:10:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-02-09 16:50:04.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  8 12:18:54 UTC 2016 - jeng...@inai.de
+
+- Add key files
+
+---

New:

  wayland-protocols-1.0.tar.xz.sig
  wayland-protocols.keyring



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.4zE375/_old  2016-02-09 16:50:05.0 +0100
+++ /var/tmp/diff_new_pack.4zE375/_new  2016-02-09 16:50:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland-protocols
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,14 +16,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   wayland-protocols
 Version:1.0
 Release:0
-License:MIT
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
-Url:http://wayland.freedesktop.org/
+License:MIT
 Group:  Development/Libraries/C and C++
-Source0:
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
+Url:http://wayland.freedesktop.org/
+Source: 
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
+Source2:
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
+Source3:%name.keyring
 BuildRequires:  pkg-config
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +40,7 @@
 
 %package devel
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
+Group:  Development/Libraries/C and C++
 
 %description devel
 This package contains Wayland protocols that adds functionality not
@@ -61,3 +65,4 @@
 %{_datadir}/pkgconfig/%{name}.pc
 %{_datadir}/%{name}/
 
+%changelog

++ wayland-protocols.keyring ++
pub   4096R/0xA6EEEC9E0136164A 2011-06-30 [expires: 2016-07-21]
  Key fingerprint = 8307 C0A2 24BA BDA1 BABD  0EB9 A6EE EC9E 0136 164A
uid [ unknown] Jonas Ådahl 
sub   4096R/0x3E1EB364649837DC 2011-06-30 [expires: 2016-07-21]

-BEGIN PGP PUBLIC KEY BLOCK-

mQINBE4ML3UBEAC9hCFA+W+myoJGcewuJVKZE+wqLoTgSUTWp4m/zWYa+bItRqRl
Zfh/lj4repo2V1Nii+sqKHOOJ4onuZT/2EfYkdmhX/nnXxramoDSn+qJx1dTEPGQ
Gz5IiwuOjFOxiA5RblmZZfl87mLdt7VlCWOdrTGP9swYP3ugQuOQLsJPiaLL73Bg
T7ROKwrg1QlsABtmCWULXvcDlQ1y1S1ohZtGmP3jOBt3Tu1xJBjxwFUKT3scbFFv
v5f8ia5qTMQ/5VcxnXgop03zDChkVbtb9iaZoFTBHMi3DVW5wbvWq6MXemBy3umD
4wcxcug3M7UYfFhhb3sz95V2DnQFLIsw0dF3okq6XLTqF+p8bCvfyF86QkmTd2dk
Rlz8bMqLSZrcCYwBgZD6PXo/427OqXetdOdxvoVg26iH73rMnEJBOqKbO20s2Dnr
WUY7ZCUpGR85OFy+aZPwZjxmRJu3xQt8tPQ1jU4r1/wZcij4w2TfvS8nl2AfwqGE
amh3biSfEP8NJoUxuQI4cOFEfFZ3NxzPoifjCNdV7dg+t9BClX2mQARd5ZwHs+bU
u3XeobTO/XO6+8IysnhSlW0RLYy8NtXq03NomcpAQIsKYmOOlvM3WqKKIrEaqOsX
tfxg+P8WHruNQQc/tM7xyAJ7quOIpjcg6ZdmUXD8RMuuiu2znSs5qYhplwARAQAB
tB9Kb25hcyDDhWRhaGwgPGphZGFobEBnbWFpbC5jb20+iQI+BBMBAgAoAhsDBgsJ
CAcDAgYVCAIJCgsEFgIDAQIeAQIXgAUCU866iQUJCYTyBQAKCRCm7uyeATYWSsbF
D/4mrezQm3Ow9oSePFVVHcEEnZ74avcEDuwj2xHUtepCtwCgjr2cRyMXvsLKWRwu
DLFXbAdDPvHchlrUynqpzXg0tUkJfeZhQR4cZTryCTrQx3jKfApTSrcBab2EvWDa
hVUb8K8aEolL4LnV07k0y9CCvsfHUesmVZ79B/kN7MrjbB5S0Kys1yqTY2BktvOL
zLGAWpR7KlYKj56/wrxmGN0hkFR3d4LBg3MaIqS+gQCiSHuKvK8qbT+mnwBXuxKM
/u/sEhUqqiFWaZVcbOka+R1m9yohgulGzQ34W+DuoNpTMXw6uhQaTFLGehi/a9NW
Bvu9pdG03C1IkWUNEfqy6AmPOmwadz26HU5Xz4oUgNziuOdWo2SzzhmtuqejOaLZ
53/NrSLfLE4Iu2u4JygIBKGsTOyvqKllih3dOEzMVE1WMKu/Bpt8LqbST6E8pkEd
+Bwi1m0nLH70W/h2f9jXNsUZKaT6sQu1xgMcvalrvN6tgQA7r9RF5hcf8xUgzGKF
eKsE//0OmrDB6fqQ0otyeaF3sgpv+1JmopqsoGVetB2oo8z7oHSjEg+gtb1JIcwb
ACZTyojlw9pzcW14QERA7wx736OkbT6zWnDpiYGdnjO6LGMep/8YgJjwIIsJJtyM
SgNeEulQkXe6diknSuZTzrjLaNoVYUQzOEIhAhwdrnE6lbkCDQRODC91ARAAsqgU
HtznFxvQ2CCkT/UcS9Nw69WMZ8Fc3XANCHVjrxVkHIfSxLF0as4ctO0etIUlZHQu
TskDRC81Up6zBxV5SW+j0AktmhhreWUWSgnojNS/1oI+9VFRPUpLC/UOs8JXTjsC
qt+qPWfiUCvbFDIkDAKkJe3bvPloOajzDiq4fdYE5ssaUy4e2kaZFtZTBUEZ2hxi
CfFrOU+IedllsGl3RABBw4dysg8rbmQZMpQHPK3YHqSdG0P5lPLwpaSmMfvGRga0
c50apFiBbIqmQR+lRIcpr0dhhYm3cuJRkiGqCC3ly3jwUXN1yuPBSC7p1dJU3kUs