Hello community, here is the log from the commit of package crosstool-ng for openSUSE:Factory checked in at 2015-10-19 22:51:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crosstool-ng (Old) and /work/SRC/openSUSE:Factory/.crosstool-ng.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crosstool-ng" Changes: -------- --- /work/SRC/openSUSE:Factory/crosstool-ng/crosstool-ng.changes 2015-05-27 12:50:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.crosstool-ng.new/crosstool-ng.changes 2015-10-20 00:05:15.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Oct 14 11:06:12 UTC 2015 - [email protected] + +- Fix build with GCC5 + * crosstool-ng-gcc5.patch + +------------------------------------------------------------------- New: ---- crosstool-ng-gcc5.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crosstool-ng.spec ++++++ --- /var/tmp/diff_new_pack.guuTgn/_old 2015-10-20 00:05:16.000000000 +0200 +++ /var/tmp/diff_new_pack.guuTgn/_new 2015-10-20 00:05:16.000000000 +0200 @@ -24,6 +24,8 @@ Group: Development/Tools/Building Url: http://crosstool-ng.org Source0: http://crosstool-ng.org/download/crosstool-ng/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM -- crosstool-ng-gcc5.patch -- fix build with GCC5 +Patch1: crosstool-ng-gcc5.patch BuildRequires: bison BuildRequires: fdupes BuildRequires: flex @@ -50,6 +52,7 @@ %prep %setup -qc %{name}-%{version} +%patch1 -p1 # from legal team # "Distribution and use is free, also for commercial purposes" (no modification permission) find patches/ -name '*-new-valencian-locale.patch' -type f -delete -print ++++++ crosstool-ng-gcc5.patch ++++++ Index: crosstool-ng-1.21.0/kconfig/nconf.c =================================================================== --- crosstool-ng-1.21.0.orig/kconfig/nconf.c +++ crosstool-ng-1.21.0/kconfig/nconf.c @@ -1518,7 +1518,7 @@ int main(int ac, char **av) } notimeout(stdscr, FALSE); - ESCDELAY = 1; + set_escdelay(1); /* set btns menu */ curses_menu = new_menu(curses_menu_items);
