From 959650349f91afaadda838fd72b5bb0d3604b44bb0994bd8f50251540e28f88d Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 27 Apr 2014 22:08:05 +0000 Subject: [PATCH 1/2] Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-renderutil?expand=0&rev=7 --- xcb-util-renderutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcb-util-renderutil.spec b/xcb-util-renderutil.spec index 33b6fa7..a982bbc 100644 --- a/xcb-util-renderutil.spec +++ b/xcb-util-renderutil.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-renderutil # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From c206cb05fbe4ab4afc1960d3ed7357532d3385a6a92f4ad1fe6183d6fb3585fa Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 16 Jun 2014 08:59:45 +0000 Subject: [PATCH 2/2] - update to release 0.3.9 * Mark DEPTH_MASK as Unsigned int * Add autogen.sh to EXTRA_DIST. * Follow changes in m4 submodule. * config: add bug URL to AC_INIT * config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES * config: use AC_CONFIG_HEADERS to create a config.h file * config: remove old dead code for documentation * config: add missing COPYING file * make: use AM_CPPFLAGS rather than per-target libxcb_render_util_la_CPPFLAGS * make: using EXTRA_DIST for xcb-renderutil.pc.in is redundant * make: there should be no attempt to remove any Makefile.in file * make: compile the library with standard xorg warning flags * Fix compilation and linking issues with C++ * Check submodules before running autoconf. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-renderutil?expand=0&rev=8 --- xcb-util-renderutil-0.3.8.tar.bz2 | 3 --- xcb-util-renderutil-0.3.9.tar.bz2 | 3 +++ xcb-util-renderutil.changes | 19 +++++++++++++++++++ xcb-util-renderutil.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 xcb-util-renderutil-0.3.8.tar.bz2 create mode 100644 xcb-util-renderutil-0.3.9.tar.bz2 diff --git a/xcb-util-renderutil-0.3.8.tar.bz2 b/xcb-util-renderutil-0.3.8.tar.bz2 deleted file mode 100644 index 768775d..0000000 --- a/xcb-util-renderutil-0.3.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9789a5c55728fa7bae374d9fdf1c61095869bdc68561911760879095644c7452 -size 257492 diff --git a/xcb-util-renderutil-0.3.9.tar.bz2 b/xcb-util-renderutil-0.3.9.tar.bz2 new file mode 100644 index 0000000..cec0900 --- /dev/null +++ b/xcb-util-renderutil-0.3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b +size 292898 diff --git a/xcb-util-renderutil.changes b/xcb-util-renderutil.changes index b9d1b80..48d1434 100644 --- a/xcb-util-renderutil.changes +++ b/xcb-util-renderutil.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jun 16 08:53:33 UTC 2014 - sndirsch@suse.com + +- update to release 0.3.9 + * Mark DEPTH_MASK as Unsigned int + * Add autogen.sh to EXTRA_DIST. + * Follow changes in m4 submodule. + * config: add bug URL to AC_INIT + * config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES + * config: use AC_CONFIG_HEADERS to create a config.h file + * config: remove old dead code for documentation + * config: add missing COPYING file + * make: use AM_CPPFLAGS rather than per-target libxcb_render_util_la_CPPFLAGS + * make: using EXTRA_DIST for xcb-renderutil.pc.in is redundant + * make: there should be no attempt to remove any Makefile.in file + * make: compile the library with standard xorg warning flags + * Fix compilation and linking issues with C++ + * Check submodules before running autoconf. + ------------------------------------------------------------------- Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de diff --git a/xcb-util-renderutil.spec b/xcb-util-renderutil.spec index a982bbc..d05afc9 100644 --- a/xcb-util-renderutil.spec +++ b/xcb-util-renderutil.spec @@ -18,7 +18,7 @@ Name: xcb-util-renderutil %define lname libxcb-render-util0 -Version: 0.3.8 +Version: 0.3.9 Release: 0 Summary: XCB utility module for the Render extension License: MIT