SHA256
1
0
forked from pool/crosstool-ng

Accepting request 345426 from home:Dmitry_R:branches:electronics

OBS-URL: https://build.opensuse.org/request/show/345426
OBS-URL: https://build.opensuse.org/package/show/electronics/crosstool-ng?expand=0&rev=8
This commit is contained in:
Dmitry Roshchin 2015-11-20 13:45:09 +00:00 committed by Git OBS Bridge
parent dc9737138e
commit c5e470ed5f
5 changed files with 20 additions and 28 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c64493dd033dee0eb25903e66cf53ff5113ee33d193a8ff1df7ebebe47bdac46
size 19883048

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6338a9b33f9d972167049bbe76e88b1e9248466a53df08dcfe8bcfe849d8d83
size 1621476

View File

@ -1,13 +0,0 @@
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);

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 20 13:21:59 UTC 2015 - dmitry_r@opensuse.org
- Update to version 1.22.0
* No changelog available
* Drop obsolete crosstool-ng-gcc5.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 14 11:06:12 UTC 2015 - dmitry_r@opensuse.org Wed Oct 14 11:06:12 UTC 2015 - dmitry_r@opensuse.org

View File

@ -17,19 +17,18 @@
Name: crosstool-ng Name: crosstool-ng
Version: 1.21.0 Version: 1.22.0
Release: 0 Release: 0
Summary: Toolchain building framework Summary: Toolchain building framework
License: GPL-2.0 and GPL-2.0+ and GPL-3.0+ and LGPL-2.1 and LGPL-3.0+ License: GPL-2.0 and GPL-2.0+ and GPL-3.0+ and LGPL-2.1 and LGPL-3.0+
Group: Development/Tools/Building Group: Development/Tools/Building
Url: http://crosstool-ng.org Url: http://crosstool-ng.org
Source0: http://crosstool-ng.org/download/crosstool-ng/%{name}-%{version}.tar.bz2 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: bison
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: flex BuildRequires: flex
BuildRequires: gperf BuildRequires: gperf
BuildRequires: help2man
BuildRequires: libtool BuildRequires: libtool
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
@ -51,8 +50,7 @@ that is being developed. Some pieces of the toolchain will eventually end up
in the resulting binary/ies: static libraries are but an example. in the resulting binary/ies: static libraries are but an example.
%prep %prep
%setup -qc %{name}-%{version} %setup -qn %{name}
%patch1 -p1
# from legal team # from legal team
# "Distribution and use is free, also for commercial purposes" (no modification permission) # "Distribution and use is free, also for commercial purposes" (no modification permission)
find patches/ -name '*-new-valencian-locale.patch' -type f -delete -print find patches/ -name '*-new-valencian-locale.patch' -type f -delete -print
@ -65,18 +63,18 @@ make %{?_smp_mflags}
%install %install
%make_install %make_install
%fdupes %{buildroot}%{_libdir}/ct-ng.%{version}/ %fdupes %{buildroot}%{_libdir}/%{name}-%{version}/
find %{buildroot}%{_libdir}/ct-ng.%{version}/ -name '.gitignore' -type f -delete -print find %{buildroot}%{_libdir}/%{name}-%{version}/ -name '.gitignore' -type f -delete -print
mv %{buildroot}%{_docdir}/%{name}/ct-ng.%{version}/* %{buildroot}%{_docdir}/%{name}/ mv %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/* %{buildroot}%{_docdir}/%{name}/
rm -rf %{buildroot}%{_docdir}/%{name}/ct-ng.%{version}/ rm -rf %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING README %doc COPYING README.md
%{_bindir}/ct-ng %{_bindir}/ct-ng
%{_libdir}/ct-ng.%{version}/ %{_libdir}/%{name}-%{version}/
%{_docdir}/%{name}/ %{_docdir}/%{name}/
%{_mandir}/man1/ct-ng.1.gz %{_mandir}/man1/ct-ng.1.gz