Hello community, here is the log from the commit of package xorg-x11-proto-devel for openSUSE:Factory checked in at 2012-07-14 13:17:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-x11-proto-devel (Old) and /work/SRC/openSUSE:Factory/.xorg-x11-proto-devel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-proto-devel", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11-proto-devel/xorg-x11-proto-devel.changes 2012-05-08 12:06:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-x11-proto-devel.new/xorg-x11-proto-devel.changes 2012-07-14 13:17:13.000000000 +0200 @@ -1,0 +2,10 @@ +Thu Jul 12 16:53:13 UTC 2012 - [email protected] + +- Update glproto to version 1.4.16 + + glproto 1.4.16, fix typo + add define. +- Update randrproto to version 1.4.0 + + randr protocol 1.4.0 release, provider objects + border properties +- Update to dri2proto to version 2.8 + + dri2 protocol release for prime and dri2 get param. + +------------------------------------------------------------------- Old: ---- dri2proto-2.6.tar.bz2 glproto-1.4.15.tar.bz2 randrproto-1.3.2.tar.bz2 New: ---- dri2proto-2.8.tar.bz2 glproto-1.4.16.tar.bz2 randrproto-1.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-proto-devel.spec ++++++ --- /var/tmp/diff_new_pack.McflPM/_old 2012-07-14 13:17:18.000000000 +0200 +++ /var/tmp/diff_new_pack.McflPM/_new 2012-07-14 13:17:18.000000000 +0200 @@ -23,8 +23,10 @@ %define vncp vncproto-20070501 Name: xorg-x11-proto-devel +BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: fdupes +BuildRequires: libtool BuildRequires: pkg-config BuildRequires: python-base BuildRequires: xmlto @@ -46,11 +48,11 @@ Source5: fixesproto-5.0.tar.bz2 Source6: fontcacheproto-0.1.3.tar.bz2 Source7: fontsproto-2.1.2.tar.bz2 -Source8: glproto-1.4.15.tar.bz2 +Source8: glproto-1.4.16.tar.bz2 Source9: inputproto-2.2.tar.bz2 Source10: kbproto-1.0.6.tar.bz2 Source11: printproto-1.0.5.tar.bz2 -Source12: randrproto-1.3.2.tar.bz2 +Source12: randrproto-1.4.0.tar.bz2 Source13: recordproto-1.14.2.tar.bz2 Source14: renderproto-0.11.1.tar.bz2 Source15: resourceproto-1.2.0.tar.bz2 @@ -77,7 +79,7 @@ Source35: %{vncp}.tar.bz2 %endif Source36: xcliplistproto-20070501.tar.bz2 -Source37: dri2proto-2.6.tar.bz2 +Source37: dri2proto-2.8.tar.bz2 Requires: glibc-devel Requires: python-xcb-proto-devel = %{version} @@ -115,6 +117,8 @@ do dir="${ac%/*}" pushd "${dir}" [[ "${dir}" = vncproto || "${dir}" = xcliplistproto || "${dir}" = xcb-proto ]] && autoreconf -fi +# Newer packages need this + autoreconf -fi ./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ --prefix=/usr --libdir=%{_libdir} make ++++++ dri2proto-2.6.tar.bz2 -> dri2proto-2.8.tar.bz2 ++++++ ++++ 27854 lines of diff (skipped) ++++++ glproto-1.4.15.tar.bz2 -> glproto-1.4.16.tar.bz2 ++++++ ++++ 14196 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/glproto-1.4.15/.gitignore new/glproto-1.4.16/.gitignore --- old/glproto-1.4.15/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/glproto-1.4.16/.gitignore 2012-07-12 14:55:53.000000000 +0200 @@ -0,0 +1,78 @@ +# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) +aclocal.m4 +autom4te.cache/ +autoscan.log +ChangeLog +compile +config.guess +config.h +config.h.in +config.log +config-ml.in +config.py +config.status +config.status.lineno +config.sub +configure +configure.scan +depcomp +.deps/ +INSTALL +install-sh +.libs/ +libtool +libtool.m4 +ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh +missing +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for glproto +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# 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/glproto-1.4.15/ChangeLog new/glproto-1.4.16/ChangeLog --- old/glproto-1.4.15/ChangeLog 2012-01-26 15:29:27.000000000 +0100 +++ new/glproto-1.4.16/ChangeLog 1970-01-01 01:00:00.000000000 +0100 @@ -1,612 +0,0 @@ -commit 29d5b553b30755a25300c30b67d39b37c9a76466 -Author: Ian Romanick <[email protected]> -Date: Mon Nov 28 10:53:17 2011 -0800 - - glproto: Document GLX_ARB_create_context and GLX_ARB_create_context_profile protocol - - Also add the struct names (in addition to the typedef names). Most of - the other protocol structures have this, but some lack it. - - v2: Add a few missing Req suffixes. Rename n0, n1, and n2 fields of - GLXSetClientInfoARB and GLXSetClientInfo2ARB to numVersions, - numGLExtensionBytes and numGLXExtensionBytes, respectively. Since the - names of some structure fields change, bump the version to 1.4.15. - - Signed-off-by: Ian Romanick <[email protected]> - Reviewed-by: Dave Airlie <[email protected]> - -commit 6d7e398150dde1c15b7f62f485cb33bad8f4d5c6 -Author: Jesse Barnes <[email protected]> -Date: Thu May 5 13:10:39 2011 -0700 - - glproto: add a new GLXBufferSwapComplete struct that matches the spec - - Just add a new struct to remain compatible with existing code. - - Reviewed-by: Ian Romanick <[email protected]> - Reviewed-by: Jeremy Huddleston <[email protected]> - Signed-off-by: Jesse Barnes <[email protected]> - -commit 7196c9441af941be74180f8e8d4e10a08659b80f -Author: Jesse Barnes <[email protected]> -Date: Thu May 5 09:21:19 2011 -0700 - - Revert "glxproto: make GLX swap event struct match spec" - - This reverts commit f5403828c68af0f12c79c0504df0a4781ca84b2b. - - This broke compatibility with existing code, so revert in favor of a new - struct definition instead. - -commit f5403828c68af0f12c79c0504df0a4781ca84b2b -Author: Jesse Barnes <[email protected]> -Date: Tue May 3 12:14:10 2011 -0700 - - glxproto: make GLX swap event struct match spec - - We only spec a 32 bit swap count, so drop the high sbc field. Also make - the padding explicit (most compilers would have already done this since - it's not a packed structure, but making it explicit should prevent - surprises in the future). - - Signed-off-by: Jesse Barnes <[email protected]> - -commit 0cc3162cd29e63f915dc2b66c8dbd7a1a3dcdddc -Author: Dave Airlie <[email protected]> -Date: Sun Mar 6 17:48:05 2011 +1000 - - glproto: add GLX_ARB_context_create + GLX_ARB_context_create_profile - - Add glproto support for these two extensions - - also add tokens for GLX_ARB_create_context_robustness - -commit a50bd646df530b4ce84a8aef3d40c74766dfb60c -Author: Dave Airlie <[email protected]> -Date: Mon Jan 3 19:40:30 2011 +1000 - - glxtokens.h: add GLX_EXT_framebuffer_sRGB support. - - this is needed to glxcmds.c to emit this info. - -commit f065686b320c5fbfd7e1da6fcd3e2690b8305ec8 -Author: Adam Jackson <[email protected]> -Date: Tue Aug 10 10:01:33 2010 -0400 - - glproto 1.4.12 - - Signed-off-by: Adam Jackson <[email protected]> - -commit b173af9ea5361b4794d4cca79f7c7dddd8401a87 -Author: Adam Jackson <[email protected]> -Date: Wed Aug 4 09:44:14 2010 -0400 - - Remove structure tag for xGLXHyperpipeConfigSGIXReq - - X request structs don't have tags, in general, and this particular one - causes a conflict with glxext.h which defines GLXHyperpipeConfigSGIX for - the client-side API. - - Signed-off-by: Adam Jackson <[email protected]> - -commit 8e7ef2d30ea8a98b6e90540e674b60d066a71fef -Author: Gaetan Nadon <[email protected]> -Date: Sun Mar 28 19:25:52 2010 -0400 - - config: update AC_PREREQ statement to 2.60 - - Unrelated to the previous patches, the new value simply reflects - the reality that the minimum level for autoconf to configure - all x.org modules is 2.60 dated June 2006. - - ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz - - Signed-off-by: Gaetan Nadon <[email protected]> - -commit bba203c33e943d8de1bfe545434bee1db52a2245 -Author: Gaetan Nadon <[email protected]> -Date: Sun Mar 28 19:00:31 2010 -0400 - - config: remove the pkgconfig pc.in file from EXTRA_DIST - - Automake always includes it in the tarball. - - Signed-off-by: Gaetan Nadon <[email protected]> - -commit 9c58144688d0200e7683882549490827868a44b5 -Author: Luc Verhaegen <[email protected]> -Date: Fri Mar 5 15:32:11 2010 +0100 - - Sync glcore.h with mesa HEAD. - - EXT_texture_from_pixmap was added close to 4ys ago, but this file never - got updated, leading to "interesting" behaviour when anything slightly less - standard is attempted. - - Signed-off-by: Luc Verhaegen <[email protected]> - -commit fa99593342f13220fb675a1c3c17b6a3d755abda -Author: Ian Romanick <[email protected]> -Date: Tue Feb 9 15:20:59 2010 -0800 - - Update tokens for GLX_INTEL_swap_event to match final version of spec - -commit 2c7f76a1d42fbd4be995de56563c94882dd4a058 -Author: Gaetan Nadon <[email protected]> -Date: Mon Nov 16 11:47:44 2009 -0500 - - COPYING: add Copyright from Silicon Graphics - - The COPYING file contains all Copyright notices from source code. - Refer to glxproto.h - - Signed-off-by: Gaetan Nadon <[email protected]> - -commit 3966379209ec48f14a1d12e48f51b687d48cc6ac -Author: Jesse Barnes <[email protected]> -Date: Fri Jan 8 15:11:48 2010 -0500 - - Bump version for release - -commit 6a9361aaec49495d566db1267a21a0f4ed1b9480 -Merge: c35f05d f2b9a6a -Author: Jesse Barnes <[email protected]> -Date: Fri Jan 8 11:43:07 2010 -0500 - - Merge branch 'master' of git://people.freedesktop.org/~jbarnes/glproto - -commit f2b9a6a29edf930f30eade7a0abe40a6d3c4962b -Author: Jesse Barnes <[email protected]> -Date: Thu Nov 12 16:53:13 2009 +0000 - - Add GLX swap buffers event support - -commit c35f05decd7c1c5e4d4c1cc955c6ba9ba370b788 -Author: Gaetan Nadon <[email protected]> -Date: Sun Nov 22 19:24:48 2009 -0500 - - Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES - - Now that the INSTALL file is generated. - Allows running make maintainer-clean. - -commit 57dfc6eaf0da7ba8ef3bc1bbe105037f4b7b97f7 -Author: Gaetan Nadon <[email protected]> -Date: Mon Nov 16 11:13:30 2009 -0500 - - README: file created or updated #24206 - - Contains a set of URLs to freedesktop.org. - -commit 6f612cd9c52ad89369cb6364c11c47ad3a356b95 -Author: Gaetan Nadon <[email protected]> -Date: Sun Nov 15 19:45:26 2009 -0500 - - Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 - - ChangeLog filename is known to Automake and requires no further - coding in the makefile. - -commit 201a1ad998f1f5eefb43f6a0b6a4a59dee7662e6 -Author: Gaetan Nadon <[email protected]> -Date: Sun Nov 15 18:31:28 2009 -0500 - - Makefile.am: INSTALL file is missing or incorrect #24206 - - The standard GNU file on building/installing tarball is copied - using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS - Add INSTALL target - -commit acc2c1191ea96cdecf973139fda57bd8efccb8c7 -Author: Gaetan Nadon <[email protected]> -Date: Sun Nov 15 18:11:36 2009 -0500 - - configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 - - This macro aggregate a number of existing macros that sets commmon - X.Org components configuration options. It shields the configuration file from - future changes. - -commit 26004693388740e3c94dc194348bc56bf9a85f18 -Author: Gaetan Nadon <[email protected]> -Date: Sun Nov 15 13:55:25 2009 -0500 - - configure.ac: AM_MAINTAINER_MODE missing #24238 - - This turns off maintainer mode build rules in tarballs. - Works in conjunction with autogen.sh --enable-maintainer-mode - -commit abdb124781c90394eb5b0e49203b9287b7b48cbc -Author: Gaetan Nadon <[email protected]> -Date: Sat Nov 14 18:26:47 2009 -0500 - - .gitignore: use common defaults with custom section # 24239 - - Using common defaults will reduce errors and maintenance. - Only the very small or inexistent custom section need periodic maintenance - when the structure of the component changes. Do not edit defaults. - -commit 2f13449c987e3d58555e030f887736d67e2fe62d -Author: Adam Jackson <[email protected]> -Date: Tue May 26 17:16:20 2009 -0400 - - glproto 1.4.10 - -commit 25a12ff858d569f990e63d942677f05d301be95e -Author: Paulo Cesar Pereira de Andrade <[email protected]> -Date: Tue Jan 27 20:06:28 2009 -0200 - - Janitor: Correct make distcheck and dont distribute autogen.sh - -commit 660a90502a993f11d883f4f9ddb7314dfe34a0bb -Author: Adam Jackson <[email protected]> -Date: Mon Sep 22 11:41:04 2008 -0400 - - Upgrade GLX Public License 1.0 to FreeB 2.0. - - According to the press release: - - Previous SGI contributions to the free and open source community - are now available under the new license. These contributions - include the SGI® OpenGL® Sample Implementation, the GLX™ API and - other GLX extensions. - - [...] - - "SGI has been one of the most ardent commercial supporters of free - and open source software, so it was important to us that we continue - to support the free software development community by releasing our - earlier OpenGL-related contributions under this new license," said - Steve Neuner, director of Linux, SGI. "This license ensures that all - existing user communities will benefit, and their work can proceed - unimpeded. Both Mesa and the X.org Project can continue to utilize - this code in free software distributions of GNU/Linux. Now more than - ever, software previously released by SGI under earlier GLX and SGI - Free Software License B is free." - - "The GLX API" is here read to include the original GLX source release - from: - - http://www.sgi.com/products/software/opensource/glx/download.html - ftp://ftp.sgi.com/sgi/opengl/glx/glx1_2.1.tgz - - which includes glxint.h as included in XFree86, from which our copy - is derived. - -commit 391a147ccccd2f85526776a7d9639f48f83f976c -Author: Julien Cristau <[email protected]> -Date: Fri Sep 19 18:59:05 2008 +0200 - - Update to SGI FreeB 2.0. - - Under the terms of version 1.1, "once Covered Code has been published - under a particular version of the License, Recipient may, for the - duration of the License, continue to use it under the terms of that - version, or choose to use such Covered Code under the terms of any - subsequent version published by SGI." - - FreeB 2.0 license refers to "dates of first publication". They are here - taken to be 1991-2000, as noted in the original license text: - - ** Original Code. The Original Code is: OpenGL Sample Implementation, - ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, - ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. - ** Copyright in any portions created by third parties is as indicated - ** elsewhere herein. All Rights Reserved. - - Official FreeB 2.0 text: - - http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf - - As always, this code has not been tested for conformance with the OpenGL - specification. OpenGL conformance testing is available from - http://khronos.org/ and is required for use of the OpenGL logo in - product advertising and promotion. - -commit a51078116ff54e9ffad3f3784ec226ad91c62816 -Author: James Cloos <[email protected]> -Date: Thu Dec 6 16:39:01 2007 -0500 - - Replace static ChangeLog with dist-hook to generate from git log - -commit 6430de9a12b0430be8a635976038f8769d798bef -Author: Kristian Høgsberg <[email protected]> -Date: Fri Oct 12 19:03:25 2007 -0400 - - Bump to 1.4.9 so we can depend on SGI pbuffer structs. - -commit e89ed37e56e2dec95fd43778f3a72bafca1d56e3 -Merge: 2adf876 750a853 -Author: James Cloos <[email protected]> -Date: Mon Sep 3 06:17:08 2007 -0400 - - Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/glproto - -commit 2adf876f7bb078b86f7e967d3115e25cfc9c705d -Author: James Cloos <[email protected]> -Date: Mon Sep 3 05:54:04 2007 -0400 - - Add *~ to .gitignore to skip patch/emacs droppings - -commit 750a853fa546a004deae7987eb645b2c4c88ccdc -Author: Kristian Høgsberg <[email protected]> -Date: Thu Aug 23 21:37:53 2007 -0400 - - Add proto structs for GLX_SGIX_pbuffer. - -commit e37b97e0392affea38cdddbcc279e6a69b7a13bd -Author: Ian Romanick <[email protected]> -Date: Thu Sep 14 14:17:57 2006 -0700 - - Use correct opcodes for GLX_EXT_texture_from_pixmap. - -commit 786f411fedfcd556399437e11c5a401758da193b -Author: Alan Coopersmith <[email protected]> -Date: Fri Jul 14 18:56:16 2006 -0700 - - renamed: .cvsignore -> .gitignore - -commit cbabd9f7189d2445a6db90b648b1eec7de30a435 -Author: Kristian Høgsberg <[email protected]> -Date: Thu Jun 29 03:14:11 2006 +0000 - - There are 13 GLX errors. - -commit aa8b3bb05bf390feb6389a4ef94b26fc394c9fe1 -Author: Adam Jackson <[email protected]> -Date: Mon May 1 22:23:33 2006 +0000 - - Bump to 1.4.7 - -commit 2864cebfcbf8e52e1245590724894a6167179b2f -Author: Kristian Høgsberg <[email protected]> -Date: Fri Mar 17 00:43:28 2006 +0000 - - Bump to 1.4.6 for FBO opcodes. - -commit 60b85349042a1a44bdc79ef2b7bb3326f242aa83 -Author: David Reveman <[email protected]> -Date: Fri Mar 10 00:11:25 2006 +0000 - - Fix typo - -commit 90980329b2a3e2466176cd3a87119a6939418eae -Author: Brian Paul <[email protected]> -Date: Fri Feb 24 22:12:33 2006 +0000 - - added GL_EXT_framebuffer_object opcodes for Dave Reveman - -commit 1086f49267a8c469384550e57e108d8eb957332c -Author: Brian Paul <[email protected]> -Date: Fri Feb 24 15:43:51 2006 +0000 - - added GL_EXT_framebuffer_object opcodes (Dave Reveman) - -commit 709e3db8065c808483b81e53a1779ceec3dac775 -Author: Adam Jackson <[email protected]> -Date: Mon Feb 20 15:43:44 2006 +0000 - - Add GLX_FRONT_LEFT_EXT. Bump to 1.4.5. - -commit 29f219c9dfdbd9c38b4987a3b8c14c72e34a3ce3 -Author: Adam Jackson <[email protected]> -Date: Tue Feb 14 19:44:32 2006 +0000 - - Bump to 1.4.4 - -commit 25812fd3853ad7c4b3fa1dc05f6afef04ec9f1b2 -Author: Zack Rusin <[email protected]> -Date: Tue Feb 7 22:17:29 2006 +0000 - - texture_from_pixmap defines - -commit 5ca023367e697051202fdc2d0bb2e4742615ad72 -Author: Kevin E Martin <[email protected]> -Date: Wed Dec 21 02:30:07 2005 +0000 - - Update package version for X11R7 release. - -commit 7d16c0f03b1ebb875b7e421869fb9b06f4cd1cef -Author: Adam Jackson <[email protected]> -Date: Mon Dec 19 16:32:25 2005 +0000 - - Stub COPYING files - -commit e6b965749d46c8aa7237bdbb8cc8797b218a89be -Author: Kevin E Martin <[email protected]> -Date: Thu Dec 15 00:24:37 2005 +0000 - - Update package version number for final X11R7 release candidate. - -commit 1c07b08a7558f11833586ba9b1315bfab5379791 -Author: Donnie Berkholz <[email protected]> -Date: Fri Oct 14 05:09:12 2005 +0000 - - Bump version to 1.4.1, so xserver can depend on newer version and not die. - -commit a30aedabe968efbbb122644a34385480d37630ad -Author: Kevin E Martin <[email protected]> -Date: Thu Oct 6 02:51:57 2005 +0000 - - Revert changes that duplicated GLX_SGIX_swap_barrier protocol requests and - replies - -commit 0526e5aa281ce0fedb3362e7e64f79d52312d7c0 -Author: Adam Jackson <[email protected]> -Date: Wed Oct 5 22:39:41 2005 +0000 - - Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and - GLX_SGIX_hyperpipe extensions. (Eric Kunze, SGI) - -commit bde8b196d88e2fe69fc232cca829da4d37ab109c -Author: Adam Jackson <[email protected]> -Date: Wed Sep 21 00:16:29 2005 +0000 - - Bug #4036: glx.h and glu.h don't belong in glproto. - -commit 7bfaeebc4da09552cb4fd24061244717b6605975 -Author: Eric Anholt <[email protected]> -Date: Tue Aug 2 19:19:38 2005 +0000 - - Add basic .cvsignore files for proto modules. - -commit cdd2a9866b6baa9b8a0d93977d9142dad9e17fb0 -Author: Kevin E Martin <[email protected]> -Date: Fri Jul 29 21:22:55 2005 +0000 - - Various changes preparing packages for RC0: - - Verify and update package version numbers as needed - - Implement versioning scheme - - Change bug address to point to bugzilla bug entry form - - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to - reenable it) - - Fix makedepend to use pkgconfig and pass distcheck - - Update build script to build macros first - - Update modular Xorg version - -commit d207f9ce6def32a5a09e71a5aa186f95c9a66dd8 -Author: Søren Sandmann Pedersen <[email protected]> -Date: Thu Jul 14 00:28:45 2005 +0000 - - - Add build system for xf86-video-ati - - Add build system for xserver/xorg/hw/xfree86/dri - - Add glcore.h to symlink.sh - - Symlink.sh: add some more DRI files, symlink glcore.h from - extras/Mesa/include/GL/internal to proto/GL - - proto/GL/Makefile.am: install glcore.h - - xf86-video-ark: s/module-dir/xorg-module-dir/ - -commit 9f99b048a1b3292f262f95a6807983069ee62eb7 -Author: Adam Jackson <[email protected]> -Date: Fri Jul 8 17:00:34 2005 +0000 - - GLX headers have to go under a directory named GL/ - -commit 694d4df483a69877fb106437e948a2394bd3eb08 -Author: Daniel Stone <[email protected]> -Date: Sat May 21 04:07:44 2005 +0000 - - Set version to 1.4. - -commit 11e397f4e2b4c0f5a8ffa72593cb392f61f42174 -Author: Adam Jackson <[email protected]> -Date: Thu May 19 00:22:39 2005 +0000 - - revert last change, didn't do right thing at all, sorry for the noise - -commit e65f2e93678607e1230e623284ab5a8cefa53522 -Author: Adam Jackson <[email protected]> -Date: Thu May 19 00:10:18 2005 +0000 - - Require automake 1.7 in AM_INIT_AUTOMAKE - -commit 8daef2b6035761994584be1772f2bd8fc4afe99b -Author: Søren Sandmann Pedersen <[email protected]> -Date: Mon May 9 18:20:04 2005 +0000 - - Change all the protonames from <extension>Ext to <extension>Proto. - -commit af91f8a13dd7980d4964afe9f0dabbabe27847d9 -Author: Kevin E Martin <[email protected]> -Date: Fri May 6 01:46:30 2005 +0000 - - Initial build system files for proto module. - -commit 67f6a40fc6117988c1d5a13dbb6f5e1c523776a7 -Author: Kevin E Martin <[email protected]> -Date: Wed Jun 30 20:06:52 2004 +0000 - - Add Distributed Multihead X (DMX) support - -commit ae53d8689c0257a8b8bdcc71e977344bc35c6968 -Author: Alexander Gottwald <[email protected]> -Date: Mon Jun 21 13:35:05 2004 +0000 - - Bug 782: Merge native OpenGL for Windows from CYGWIN branch - -commit 290d3f948d650f64ef70fdcce62faf4b9c19af27 -Author: Eric Anholt <[email protected]> -Date: Wed Jun 16 09:47:09 2004 +0000 - - Merge DRI-trunk-20040613 changes to include/GL - -commit 88f719bedec749a400b3e2d883027ced0f6a3f5e -Author: Eric Anholt <[email protected]> -Date: Wed Jun 16 09:25:12 2004 +0000 - - DRI trunk-20040613 import - -commit c301cc2aea606d19d94d5ff26038fc078d2d5632 -Author: Eric Anholt <[email protected]> -Date: Wed Jun 16 09:21:44 2004 +0000 - - DRI XFree86-4_3_99_12-merge import - -commit 4f0d4529d6ec57104a49b33624191394495d895a -Author: Eric Anholt <[email protected]> -Date: Wed Jun 16 09:16:34 2004 +0000 - - Mesa 6.1 20040613 import - -commit e2bc1e26498f48c9fb478495bef54852e59a1ae5 -Author: Eric Anholt <[email protected]> -Date: Wed Jun 16 09:16:34 2004 +0000 - - Initial revision - -commit 9ae18a0dc799c4f3cebe0879dda2aac126b47e4a -Author: Egbert Eich <[email protected]> -Date: Fri Apr 23 18:43:06 2004 +0000 - - Merging XORG-CURRENT into trunk - -commit 0e26563ec9899895c193c7374632021d98927472 -Author: Egbert Eich <[email protected]> -Date: Sun Mar 14 08:31:35 2004 +0000 - - Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 - -commit 0adef4ac4efdd21653890d17ab2358ea2fa30167 -Author: Egbert Eich <[email protected]> -Date: Wed Mar 3 12:10:53 2004 +0000 - - Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 - -commit d3f4ee16d49ffddea4128ffcae7a949ed4581f74 -Author: Egbert Eich <[email protected]> -Date: Thu Feb 26 13:35:11 2004 +0000 - - readding XFree86's cvs IDs - -commit 7e6e16483e09178df27674f6d05a87e9c2bf9df6 -Author: Egbert Eich <[email protected]> -Date: Thu Feb 26 09:22:24 2004 +0000 - - Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 - -commit 815fc7150094098c1a749f70fada3c6e62a13a95 -Author: Kaleb Keithley <[email protected]> -Date: Mon Feb 23 20:34:29 2004 +0000 - - Import most of XFree86 4.4RC3. This import excludes files which have the - new license. If we want to, later we can import 4.4RC3 again and pick - up the files that have the new license, but for now the vendor branch - is "pure." - -commit 556ac2703ceaaaa4a14e4aaba6ac31496a3ccc06 -Author: Kaleb Keithley <[email protected]> -Date: Tue Nov 25 19:28:02 2003 +0000 - - XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks - -commit a41f4589db4b9638a73963c9dd65618814b3bd73 -Author: Kaleb Keithley <[email protected]> -Date: Fri Nov 14 16:48:42 2003 +0000 - - XFree86 4.3.0.1 - -commit ba28c09e114061f441034b7c974581702462ed2d -Author: Kaleb Keithley <[email protected]> -Date: Fri Nov 14 16:48:42 2003 +0000 - - Initial revision 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/glproto-1.4.15/autogen.sh new/glproto-1.4.16/autogen.sh --- old/glproto-1.4.15/autogen.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/glproto-1.4.16/autogen.sh 2012-07-12 14:55:53.000000000 +0200 @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" 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/glproto-1.4.15/configure.ac new/glproto-1.4.16/configure.ac --- old/glproto-1.4.15/configure.ac 2012-01-26 15:29:06.000000000 +0100 +++ new/glproto-1.4.16/configure.ac 2012-07-12 14:55:53.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([GLProto], [1.4.15], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([GLProto], [1.4.16], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE 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/glproto-1.4.15/glxtokens.h new/glproto-1.4.16/glxtokens.h --- old/glproto-1.4.15/glxtokens.h 2012-01-26 15:29:06.000000000 +0100 +++ new/glproto-1.4.16/glxtokens.h 2012-07-12 14:55:53.000000000 +0200 @@ -286,6 +286,7 @@ /* * GLX_ARB_create_context * GLX_ARB_create_context_profile + * GLX_EXT_create_context_es2_profile */ #define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091 #define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092 @@ -297,6 +298,7 @@ #define GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x0001 #define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x0002 +#define GLX_CONTEXT_ES2_PROFILE_BIT_EXT 0x0004 /* * GLX_ARB_create_context_robustness @@ -304,7 +306,7 @@ #define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x0004 #define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256 #define GLX_NO_RESET_NOTIFICATION_ARB 0x8261 -#define GLX_LOST_CONTEXT_ON_RESET_ARB 0x8252 +#define GLX_LOSE_CONTEXT_ON_RESET_ARB 0x8252 #ifdef __cplusplus } #endif 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/glproto-1.4.15/missing new/glproto-1.4.16/missing --- old/glproto-1.4.15/missing 2012-01-26 15:29:15.000000000 +0100 +++ new/glproto-1.4.16/missing 1970-01-01 01:00:00.000000000 +0100 @@ -1,376 +0,0 @@ -#! /bin/sh -# Common stub for a few missing GNU programs while installing. - -scriptversion=2009-04-28.21; # UTC - -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard <[email protected]>, 1996. - -# 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 for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -if test $# -eq 0; then - echo 1>&2 "Try \`$0 --help' for more information" - exit 1 -fi - -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, `missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi - -msg="missing on your system" - -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; - - -h|--h|--he|--hel|--help) - echo "\ -$0 [OPTION]... PROGRAM [ARGUMENT]... - -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. - -Options: - -h, --help display this help and exit - -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails - -Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' - autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create \`lex.yy.c', if possible, from existing .c - makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags - yacc create \`y.tab.[ch]', if possible, from existing .[ch] - -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and -\`g' are ignored when checking the name. - -Send bug reports to <[email protected]>." - exit $? - ;; - - -v|--v|--ve|--ver|--vers|--versi|--versio|--version) - echo "missing $scriptversion (GNU Automake)" - exit $? - ;; - - -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" - exit 1 - ;; - -esac - -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; - - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running `$TOOL --version' or `$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; - - automake*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: \`$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get \`$1' as part of \`Autoconf' from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package - in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package - in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - - *) - echo 1>&2 "\ -WARNING: \`$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." - exit 1 - ;; -esac - -exit 0 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: ++++++ randrproto-1.3.2.tar.bz2 -> randrproto-1.4.0.tar.bz2 ++++++ ++++ 15831 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
