commit xorgproto for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package xorgproto for openSUSE:Factory 
checked in at 2020-04-19 21:35:24

Comparing /work/SRC/openSUSE:Factory/xorgproto (Old)
 and  /work/SRC/openSUSE:Factory/.xorgproto.new.2738 (New)


Package is "xorgproto"

Sun Apr 19 21:35:24 2020 rev:4 rq:793959 version:2020.1

Changes:

--- /work/SRC/openSUSE:Factory/xorgproto/xorgproto.changes  2019-10-24 
23:01:02.031954726 +0200
+++ /work/SRC/openSUSE:Factory/.xorgproto.new.2738/xorgproto.changes
2020-04-19 21:35:26.35036 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 21:22:36 UTC 2020 - Stefan Dirsch 
+
+- xorgproto 2020.1
+  * This release adds a new keysym, a state-change event to the
+DPMS extension, synchronizes more of the meson and autotools
+build sytems, and converts some quasi-text documentation to
+Markdown.
+
+---

Old:

  xorgproto-2019.2.tar.bz2

New:

  xorgproto-2020.1.tar.bz2



Other differences:
--
++ xorgproto.spec ++
--- /var/tmp/diff_new_pack.nUm1FW/_old  2020-04-19 21:35:27.082390396 +0200
+++ /var/tmp/diff_new_pack.nUm1FW/_new  2020-04-19 21:35:27.082390396 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgproto
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 Name:   xorgproto
-Version:2019.2
+Version:2020.1
 Release:0
-Url:http://xorg.freedesktop.org/
+URL:http://xorg.freedesktop.org/
 Summary:The X11 Protocol collection
 License:MIT
 Group:  Development/Libraries/X11

++ xorgproto-2019.2.tar.bz2 -> xorgproto-2020.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgproto-2019.2/Makefile.am 
new/xorgproto-2020.1/Makefile.am
--- old/xorgproto-2019.2/Makefile.am2019-10-17 18:02:34.0 +0200
+++ new/xorgproto-2020.1/Makefile.am2020-04-14 17:29:25.0 +0200
@@ -48,6 +48,9 @@
 dmxprotopkgconfigdir = $(datadir)/pkgconfig
 dmxprotopkgconfig_DATA = dmxproto.pc
 
+dpmsprotopkgconfigdir = $(datadir)/pkgconfig
+dpmsprotopkgconfig_DATA = dpmsproto.pc
+
 dri2dir = $(includedir)/X11/extensions
 dri2_HEADERS = \
include/X11/extensions/dri2proto.h \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgproto-2019.2/Makefile.in 
new/xorgproto-2020.1/Makefile.in
--- old/xorgproto-2019.2/Makefile.in2019-10-17 18:02:37.0 +0200
+++ new/xorgproto-2020.1/Makefile.in2020-04-14 17:29:27.0 +0200
@@ -118,11 +118,11 @@
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES = applewmproto.pc bigreqsproto.pc compositeproto.pc \
-   damageproto.pc dmxproto.pc dri2proto.pc dri3proto.pc \
-   evieproto.pc fixesproto.pc fontcacheproto.pc fontsproto.pc \
-   glproto.pc include/X11/Xpoll.h inputproto.pc kbproto.pc \
-   lg3dproto.pc presentproto.pc printproto.pc randrproto.pc \
-   recordproto.pc renderproto.pc resourceproto.pc \
+   damageproto.pc dmxproto.pc dpmsproto.pc dri2proto.pc \
+   dri3proto.pc evieproto.pc fixesproto.pc fontcacheproto.pc \
+   fontsproto.pc glproto.pc include/X11/Xpoll.h inputproto.pc \
+   kbproto.pc lg3dproto.pc presentproto.pc printproto.pc \
+   randrproto.pc recordproto.pc renderproto.pc resourceproto.pc \
scrnsaverproto.pc trapproto.pc videoproto.pc windowswmproto.pc \
xcalibrateproto.pc xcmiscproto.pc xextproto.pc \
xf86bigfontproto.pc xf86dgaproto.pc xf86driproto.pc \
@@ -189,6 +189,7 @@
"$(DESTDIR)$(compositeprotopkgconfigdir)" \
"$(DESTDIR)$(damageprotopkgconfigdir)" "$(DESTDIR)$(docdir)" \
"$(DESTDIR)$(dmxprotopkgconfigdir)" \
+   "$(DESTDIR)$(dpmsprotopkgconfigdir)" \
"$(DESTDIR)$(dri2protopkgconfigdir)" \
"$(DESTDIR)$(dri3protopkgconfigdir)" \
"$(DESTDIR)$(evieprotopkgconfigdir)" \
@@ -244,19 +245,20 @@
$(calibrateprotopkgconfig_DATA) \
$(compositeprotopkgconfig_DATA) $(damageprotopkgconfig_DATA) \
$(dist_doc_DATA) $(dmxprotopkgconfig_DATA) \
-   $(dri2protopkgconfig_DATA) $(dri3protopkgconfig_DATA) \
-   $(evieprotopkgconfig_DATA) $(fixesprotopkgconfig_DATA) \
-   $(fontcacheprotopkgconfig_DATA) $(fontsprotopkgconfig_DATA) \
-   $(glprotopkgconfig_DATA) $(inputprotopkgconfig_DATA) \
-   $(kbprotopkgconfig_DATA) $(lg3dprotopkgconfig_DATA) \
-   $(miscman_DATA) $(pmprotopkgconfig_DATA) \
-  

commit xorgproto for openSUSE:Factory

2019-10-24 Thread root
Hello community,

here is the log from the commit of package xorgproto for openSUSE:Factory 
checked in at 2019-10-24 23:00:44

Comparing /work/SRC/openSUSE:Factory/xorgproto (Old)
 and  /work/SRC/openSUSE:Factory/.xorgproto.new.2990 (New)


Package is "xorgproto"

Thu Oct 24 23:00:44 2019 rev:3 rq:741048 version:2019.2

Changes:

--- /work/SRC/openSUSE:Factory/xorgproto/xorgproto.changes  2019-07-16 
08:37:09.663329855 +0200
+++ /work/SRC/openSUSE:Factory/.xorgproto.new.2990/xorgproto.changes
2019-10-24 23:01:02.031954726 +0200
@@ -1,0 +2,8 @@
+Fri Oct 18 10:05:56 UTC 2019 - Stefan Dirsch 
+
+- xorgproto 2019.2
+  * This release moves more header files to the legacy set. Note
+that this means libX11 older than 1.6.9 and libXvMC older
+than 1.0.12 will not build without some legacy headers installed.
+
+---

Old:

  xorgproto-2019.1.tar.bz2

New:

  xorgproto-2019.2.tar.bz2



Other differences:
--
++ xorgproto.spec ++
--- /var/tmp/diff_new_pack.yi19N6/_old  2019-10-24 23:01:02.919955746 +0200
+++ /var/tmp/diff_new_pack.yi19N6/_new  2019-10-24 23:01:02.939955769 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorgproto
-Version:2019.1
+Version:2019.2
 Release:0
 Url:http://xorg.freedesktop.org/
 Summary:The X11 Protocol collection

++ xorgproto-2019.1.tar.bz2 -> xorgproto-2019.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgproto-2019.1/Makefile.am 
new/xorgproto-2019.2/Makefile.am
--- old/xorgproto-2019.1/Makefile.am2019-06-20 05:13:03.0 +0200
+++ new/xorgproto-2019.2/Makefile.am2019-10-17 18:02:34.0 +0200
@@ -130,11 +130,13 @@
 
 kbdir = $(includedir)/X11/extensions
 kb_HEADERS = \
-   include/X11/extensions/XKBgeom.h \
include/X11/extensions/XKB.h \
include/X11/extensions/XKBproto.h \
include/X11/extensions/XKBsrv.h \
include/X11/extensions/XKBstr.h
+if LEGACY
+kb_HEADERS += include/X11/extensions/XKBgeom.h
+endif
 
 kbprotopkgconfigdir = $(datadir)/pkgconfig
 kbprotopkgconfig_DATA = kbproto.pc
@@ -256,15 +258,18 @@
 
 videodir = $(includedir)/X11/extensions
 video_HEADERS = \
-   include/X11/extensions/vldXvMC.h \
include/X11/extensions/Xv.h \
include/X11/extensions/XvMC.h \
include/X11/extensions/XvMCproto.h \
include/X11/extensions/Xvproto.h
+if LEGACY
+video_HEADERS += include/X11/extensions/vldXvMC.h
+endif
 
 videoprotopkgconfigdir = $(datadir)/pkgconfig
 videoprotopkgconfig_DATA = videoproto.pc
 
+if LEGACY
 windowswmdir = $(includedir)/X11/extensions
 windowswm_HEADERS = \
 include/X11/extensions/windowswm.h \
@@ -272,6 +277,7 @@
 
 windowswmprotopkgconfigdir = $(datadir)/pkgconfig
 windowswmprotopkgconfig_DATA = windowswmproto.pc
+endif
 
 xprotodir = $(includedir)/X11
 xproto_HEADERS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgproto-2019.1/Makefile.in 
new/xorgproto-2019.2/Makefile.in
--- old/xorgproto-2019.1/Makefile.in2019-06-20 05:13:06.0 +0200
+++ new/xorgproto-2019.2/Makefile.in2019-10-17 18:02:37.0 +0200
@@ -89,6 +89,8 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+@LEGACY_TRUE@am__append_1 = include/X11/extensions/XKBgeom.h
+@LEGACY_TRUE@am__append_2 = include/X11/extensions/vldXvMC.h
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -101,15 +103,16 @@
$(damage_HEADERS) $(dmx_HEADERS) $(dri2_HEADERS) \
$(dri3_HEADERS) $(am__evie_HEADERS_DIST) $(fixes_HEADERS) \
$(am__fontcache_HEADERS_DIST) $(fonts_HEADERS) $(gl_HEADERS) \
-   $(glinternal_HEADERS) $(input_HEADERS) $(kb_HEADERS) \
+   $(glinternal_HEADERS) $(input_HEADERS) $(am__kb_HEADERS_DIST) \
$(am__lg3d_HEADERS_DIST) $(present_HEADERS) \
$(am__print_HEADERS_DIST) $(randr_HEADERS) $(record_HEADERS) \
$(render_HEADERS) $(resource_HEADERS) $(scrnsaver_HEADERS) \
-   $(am__trap_HEADERS_DIST) $(video_HEADERS) $(windowswm_HEADERS) \
-   $(xcmisc_HEADERS) $(xext_HEADERS) $(xf86bigfont_HEADERS) \
-   $(xf86dga_HEADERS) $(xf86dri_HEADERS) \
-   $(am__xf86misc_HEADERS_DIST) $(am__xf86rush_HEADERS_DIST) \
-   $(xf86vidmode_HEADERS) $(xinerama_HEADERS) $(xproto_HEADERS) \
+   $(am__trap_HEADERS_DIST) $(am__video_HEADERS_DIST) \
+   $(am__windowswm_HEADERS_DIST) $(xcmisc_HEADERS) \
+   $(xext_HEADERS) $(xf86bigfont_HEADERS) $(xf86dga_HEADERS) \
+   $(xf86dri_HEADERS) $(am__xf86misc_HEADERS_DIST) \
+   $(am__xf86rush_HEADERS_DIST) 

commit xorgproto for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package xorgproto for openSUSE:Factory 
checked in at 2019-07-16 08:37:08

Comparing /work/SRC/openSUSE:Factory/xorgproto (Old)
 and  /work/SRC/openSUSE:Factory/.xorgproto.new.1887 (New)


Package is "xorgproto"

Tue Jul 16 08:37:08 2019 rev:2 rq:711706 version:2019.1

Changes:

--- /work/SRC/openSUSE:Factory/xorgproto/xorgproto.changes  2018-07-22 
23:33:51.440282910 +0200
+++ /work/SRC/openSUSE:Factory/.xorgproto.new.1887/xorgproto.changes
2019-07-16 08:37:09.663329855 +0200
@@ -1,0 +2,18 @@
+Mon Jun 24 14:28:53 UTC 2019 - Stefan Dirsch 
+
+- use --enable-legacy configure option on existing products in order
+  not to break package builds, which still requires any of these 
+  extensions:
+  * trapproto
+  * xf86miscproto
+  * xproxymngproto
+  deleterequests for the affected packaages have been done for factory/TW
+
+---
+Fri Jun 21 10:08:56 UTC 2019 - Stefan Dirsch 
+
+- xorgproto 2019.1
+  * This release boasts a bunch of cleanup work and a few new 
+keysyms. No functional changes to any of the protocols.
+
+---

Old:

  xorgproto-2018.4.tar.bz2

New:

  xorgproto-2019.1.tar.bz2



Other differences:
--
++ xorgproto.spec ++
--- /var/tmp/diff_new_pack.wdzHnT/_old  2019-07-16 08:37:10.071329553 +0200
+++ /var/tmp/diff_new_pack.wdzHnT/_new  2019-07-16 08:37:10.075329551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgproto
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,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:   xorgproto
-Version:2018.4
+Version:2019.1
 Release:0
 Url:http://xorg.freedesktop.org/
 Summary:The X11 Protocol collection
@@ -30,9 +30,6 @@
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
-
-
 %description
 The X11 protocol headers for X11 development.
 This package contains all previously split protocol packages:
@@ -49,7 +46,6 @@
 
 Obsoletes:  xorgproto-devel < %{version}
 # the next is for obsoleting applewmproto <= 1.4.2
-Obsoletes:  xorg-x11-proto-devel
 Obsoletes:  bigreqsproto-devel <= 1.1.2
 Obsoletes:  compositeproto-devel <= 0.4.2
 Obsoletes:  damageproto-devel <= 1.2.1
@@ -78,6 +74,7 @@
 Obsoletes:  xf86miscproto-devel <= 0.9.3
 Obsoletes:  xf86vidmodeproto-devel <= 2.3.1
 Obsoletes:  xineramaproto-devel <= 1.2.1
+Obsoletes:  xorg-x11-proto-devel
 Obsoletes:  xproto-devel <= 7.0.32
 Obsoletes:  xproxymngproto-devel <= 1.0.3
 
@@ -96,11 +93,19 @@
 
 %build
 #autoreconf -fi
+%if (0%{?suse_version} < 1550)
+%configure --enable-legacy
+%else
 %configure
+%endif
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR="%buildroot"
+%if (0%{?suse_version} < 1550)
+# we seriously don't want to package that again ...
+rm %{buildroot}%{_mandir}/man7/Xprint.7
+%endif
 
 %files devel
 %defattr(-,root,root)

++ xorgproto-2018.4.tar.bz2 -> xorgproto-2019.1.tar.bz2 ++
 206697 lines of diff (skipped)




commit xorgproto for openSUSE:Factory

2018-07-22 Thread root
Hello community,

here is the log from the commit of package xorgproto for openSUSE:Factory 
checked in at 2018-07-22 23:33:49

Comparing /work/SRC/openSUSE:Factory/xorgproto (Old)
 and  /work/SRC/openSUSE:Factory/.xorgproto.new (New)


Package is "xorgproto"

Sun Jul 22 23:33:49 2018 rev:1 rq:620406 version:2018.4

Changes:

New Changes file:

--- /dev/null   2018-07-14 11:19:38.193360615 +0200
+++ /work/SRC/openSUSE:Factory/.xorgproto.new/xorgproto.changes 2018-07-22 
23:33:51.440282910 +0200
@@ -0,0 +1,20 @@
+---
+Wed Jun 27 23:07:34 UTC 2018 - tobias.johannes.klausm...@mni.thm.de
+
+- Obsolete protocol packages by their corresponding old package names, not by
+  their pkconfig(...) provides. Additionally move the obsoletes to the -devel
+  package to take effect.
+
+---
+Wed Feb 28 20:45:12 UTC 2018 - tobias.johannes.klausm...@mni.thm.de
+
+- Create package xorgproto with initial version 2018.4:
+  This package contains all previously split up xorg protocol headers in one
+  package (again!). Additionally this package contains two new protocol 
+  versions required by the upcoming XServer 1.20:
+  + dri3proto version 1.2
+  + randrproto version 1.6
+- Obsolete the old *prot packages by using the actual protocol version to keep
+  this package compatible with the old versioning scheme.
+- "Prefer: xorgproto-devel" in the project config is required to prefer it for
+  now

New:

  xorgproto-2018.4.tar.bz2
  xorgproto.changes
  xorgproto.spec



Other differences:
--
++ xorgproto.spec ++
#
# spec file for package xorgproto
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   xorgproto
Version:2018.4
Release:0
Url:http://xorg.freedesktop.org/
Summary:The X11 Protocol collection
License:MIT
Group:  Development/Libraries/X11

#Git-Clone: git://anongit.freedesktop.org/xorg/proto/xorgproto
#Git-Web:   http://cgit.freedesktop.org/xorg/proto/xorgproto/
Source: 
http://xorg.freedesktop.org/releases/individual/proto/%name-%version.tar.bz2
BuildRequires:  pkg-config
BuildRoot:  %{_tmppath}/%{name}-%{version}-build




%description
The X11 protocol headers for X11 development.
This package contains all previously split protocol packages:
applewmproto, bigreqsproto, compositeproto, damageproto, dmxproto, dri2proto,
dri3proto, fixesproto, fontsproto, glproto, inputproto, kbproto, presentproto, 
randrproto, recordproto, renderproto, resourceproto, scrnsaverproto, trapproto,
videoproto, windowswmproto, xcmiscproto, xextproto, xf86bigfontproto, 
xf86dgaproto, xf86driproto, xf86miscproto, xf86vidmodeproto, xineramaproto, 
xproto and xproxymngproto.

%package devel
Summary:The X11 Protocol collection
Group:  Development/Libraries/X11

Obsoletes:  xorgproto-devel < %{version}
# the next is for obsoleting applewmproto <= 1.4.2
Obsoletes:  xorg-x11-proto-devel
Obsoletes:  bigreqsproto-devel <= 1.1.2
Obsoletes:  compositeproto-devel <= 0.4.2
Obsoletes:  damageproto-devel <= 1.2.1
Obsoletes:  dmxproto-devel <= 2.3.1
Obsoletes:  dri2proto-devel <= 2.8
Obsoletes:  dri3proto-devel <= 1.2
Obsoletes:  fixesproto-devel <= 5.0
Obsoletes:  fontsproto-devel <= 2.1.3
Obsoletes:  glproto-devel <= 1.4.17
Obsoletes:  inputproto-devel <= 2.3.2
Obsoletes:  kbproto-devel <= 1.0.7
Obsoletes:  presentproto-devel <= 1.2
Obsoletes:  randrproto-devel <= 1.6.0
Obsoletes:  recordproto-devel <= 1.14.2
Obsoletes:  renderproto-devel <= 0.11.1
Obsoletes:  resourceproto-devel <= 1.2.0
Obsoletes:  scrnsaverproto-devel <= 1.2.2
Obsoletes:  trapproto-devel <= 3.4.3
Obsoletes:  videoproto-devel <= 2.3.3
Obsoletes:  windowswmproto-devel <= 1.0.4
Obsoletes:  xcmiscproto-devel <= 1.2.2
Obsoletes:  xextproto-devel <= 7.3.0
Obsoletes:  xf86bigfontproto-devel <= 1.2.0
Obsoletes:  xf86dgaproto-devel <= 2.1
Obsoletes:  xf86driproto-devel <= 2.1.1
Obsoletes: