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 <[email protected]> + +- 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 <[email protected]> + +- 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)
