mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] a
@ 2011-10-30 21:52 Robert Schwebel
  2011-10-30 21:54 ` [ptxdist] a few version bumps Robert Schwebel
  0 siblings, 1 reply; 14+ messages in thread
From: Robert Schwebel @ 2011-10-30 21:52 UTC (permalink / raw)
  To: ptxdist

Hi,

Here are a few version bumps and small modifications. The autotools
versions are available for quite a long time, and working with them for
a while looks like they can be pushed.

The following changes since commit 74cb6cb4668b87dac377f915b094d6674b4557f6:

  ptxd_lib_kgen: quote find pattern (2011-10-27 19:20:13 +0200)

are available in the git repository at:
  git://git.pengutronix.de/git/rsc/ptxdist for-mainline

Robert Schwebel (11):
      fbgrab: include zlib.h, fix linker dependencies
      util-linux-ng: version bump 2.19.1 -> 2.20
      util-linux-ng: clean up package
      xorg-server: fix patch documentation
      xorg-server: fix patch documentation
      xorg-server: fix patch documentation
      xf86-video-fbdev: add fixme
      gtk: clean up
      host-autotools-autoconf: version bump 2.67 -> 2.68
      host-autotools-automake: version bump 1.11 -> 1.11.1
      host-autotools-libtool: version bump 2.2.6a -> 2.4.2

 ...01-make-makefile-cross-compilation-aware.patch} |   14 ++--
 .../fbgrab-1.0/0002-fbgrab-include-zlib.h.patch    |   24 ++++
 patches/fbgrab-1.0/series                          |    6 +-
 .../0002-__progname-redefinition-fix.patch         |  112 --------------------
 .../util-linux-2.19.1/0003-_s-undeclared-fix.patch |   29 -----
 ...d-fallbacks-for-old-systems-without-umoun.patch |   14 ++--
 .../0002-__progname-redefinition-fix.patch         |   81 ++++++++++++++
 .../0004-replace-index-with-strchr.patch           |   14 ++--
 .../{util-linux-2.19.1 => util-linux-2.20}/series  |    1 -
 .../ignore-timing-option.diff                      |    1 +
 .../xorg-server-1.9.3/remove_dbus_if_disabled.diff |    2 +-
 .../xorg-server-1.9.3/remove_hal_if_disabled.diff  |    2 +-
 .../xorg-server-1.9.3/remove_udev_if_disabled.diff |    2 +-
 rules/gtk.make                                     |   65 +-----------
 rules/host-autotools-autoconf.make                 |    4 +-
 rules/host-autotools-automake.make                 |    4 +-
 rules/host-autotools-libtool.make                  |    8 +-
 rules/util-linux-ng.in                             |   42 ++++++++
 rules/util-linux-ng.make                           |   67 +++++-------
 19 files changed, 219 insertions(+), 273 deletions(-)
 rename patches/fbgrab-1.0/{fbgrab-1.0-crosscompile.diff => 0001-make-makefile-cross-compilation-aware.patch} (75%)
 create mode 100644 patches/fbgrab-1.0/0002-fbgrab-include-zlib.h.patch
 delete mode 100644 patches/util-linux-2.19.1/0002-__progname-redefinition-fix.patch
 delete mode 100644 patches/util-linux-2.19.1/0003-_s-undeclared-fix.patch
 rename patches/{util-linux-2.19.1 => util-linux-2.20}/0001-libmount-add-fallbacks-for-old-systems-without-umoun.patch (74%)
 create mode 100644 patches/util-linux-2.20/0002-__progname-redefinition-fix.patch
 rename patches/{util-linux-2.19.1 => util-linux-2.20}/0004-replace-index-with-strchr.patch (65%)
 rename patches/{util-linux-2.19.1 => util-linux-2.20}/series (89%)

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-11-03 14:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-30 21:52 [ptxdist] a Robert Schwebel
2011-10-30 21:54 ` [ptxdist] a few version bumps Robert Schwebel
2011-10-30 21:56   ` [ptxdist] [PATCH 01/11] fbgrab: include zlib.h, fix linker dependencies Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 02/11] util-linux-ng: version bump 2.19.1 -> 2.20 Robert Schwebel
2011-11-03 14:21       ` Michael Olbrich
2011-10-30 21:56     ` [ptxdist] [PATCH 03/11] util-linux-ng: clean up package Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 04/11] xorg-server: fix patch documentation Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 05/11] " Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 06/11] " Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 07/11] xf86-video-fbdev: add fixme Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 08/11] gtk: clean up Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 09/11] host-autotools-autoconf: version bump 2.67 -> 2.68 Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 10/11] host-autotools-automake: version bump 1.11 -> 1.11.1 Robert Schwebel
2011-10-30 21:56     ` [ptxdist] [PATCH 11/11] host-autotools-libtool: version bump 2.2.6a -> 2.4.2 Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox