This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via e78194361bad619058031f571105c3f71f07600f (commit) via ef101010cb2b1b6c173c16728bc9a14225d0f60d (commit) via 406d01e730bd54d41bf8a6273014c4b167172fec (commit) from c3a471c095472630bb345646ee518341ded5c40b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e78194361bad619058031f571105c3f71f07600f Author: Stefan Schantl stefan.schantl@ipfire.org Date: Fri Oct 9 20:00:36 2015 +0200
xorg-x11-util-macros: Update to 0.19.0.
This is an update to the latest version of the xorg-x11-util-macros which are required by various X11 tools and wayland.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Reviewed-by: Timo Eissler timo.eissler@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ef101010cb2b1b6c173c16728bc9a14225d0f60d Author: Stefan Schantl stefan.schantl@ipfire.org Date: Fri Oct 9 19:57:33 2015 +0200
xcb-proto: Update to 1.11.
This is an update to the latest stable release to the xcb development headers.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org reviewed-by: Timo Eissler timo.eissler@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 406d01e730bd54d41bf8a6273014c4b167172fec Author: Stefan Schantl stefan.schantl@ipfire.org Date: Fri Oct 9 19:05:57 2015 +0200
icu: Update to version 56.1.
This is an update to the latest stable release.
As a benefit of this, the brocken tests also are fixed.
Fixes #10789
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org reviewed-by: Timo Eissler timo.eissler@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: icu/icu.nm | 10 +++++----- xcb-proto/xcb-proto.nm | 2 +- xorg-x11-util-macros/xorg-x11-util-macros.nm | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-)
Difference in files: diff --git a/icu/icu.nm b/icu/icu.nm index 116ed14..39b7b83 100644 --- a/icu/icu.nm +++ b/icu/icu.nm @@ -4,11 +4,11 @@ ###############################################################################
name = icu -version = %{ver_major}.%{ver_minor}.%{ver_plevel} -ver_major = 50 +version = %{ver_major}.%{ver_minor} +ver_major = 56 ver_minor = 1 -ver_plevel = 2 -release = 3 +ver_plevel = +release = 1
groups = Development/Tools url = http://www.icu-project.org @@ -20,7 +20,7 @@ description end
source_dl = http://download.icu-project.org/files/icu4c/%%7Bversion%7D/ -sources = icu4c-%{ver_major}_%{ver_minor}_%{ver_plevel}-src.tgz +sources = icu4c-%{ver_major}_%{ver_minor}-src.tgz
build DIR_APP = %{DIR_SRC}/icu/source diff --git a/xcb-proto/xcb-proto.nm b/xcb-proto/xcb-proto.nm index 787b8a2..bddbaa0 100644 --- a/xcb-proto/xcb-proto.nm +++ b/xcb-proto/xcb-proto.nm @@ -4,7 +4,7 @@ ###############################################################################
name = xcb-proto -version = 1.8 +version = 1.11 release = 1 arch = noarch
diff --git a/xorg-x11-util-macros/xorg-x11-util-macros.nm b/xorg-x11-util-macros/xorg-x11-util-macros.nm index 478570b..121c2c1 100644 --- a/xorg-x11-util-macros/xorg-x11-util-macros.nm +++ b/xorg-x11-util-macros/xorg-x11-util-macros.nm @@ -4,7 +4,7 @@ ###############################################################################
name = xorg-x11-util-macros -version = 1.17 +version = 1.19.0 release = 1 arch = noarch
hooks/post-receive -- IPFire 3.x development tree