Accepting request 345427 from electronics

1

OBS-URL: https://build.opensuse.org/request/show/345427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crosstool-ng?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-11-26 16:01:37 +00:00 committed by Git OBS Bridge
commit 01cb5104e3
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

View File

@ -17,19 +17,18 @@
Name: crosstool-ng
Version: 1.21.0
Version: 1.22.0
Release: 0
Summary: Toolchain building framework
License: GPL-2.0 and GPL-2.0+ and GPL-3.0+ and LGPL-2.1 and LGPL-3.0+
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
BuildRequires: gperf
BuildRequires: help2man
BuildRequires: libtool
BuildRequires: makeinfo
BuildRequires: ncurses-devel
@ -48,11 +47,10 @@ Requires: xz
crosstool-NG aims at building toolchains. Toolchains are an essential component
in a software development project. It will compile, assemble and link the code
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
%setup -qc %{name}-%{version}
%patch1 -p1
%setup -qn %{name}
# 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
@ -65,18 +63,18 @@ make %{?_smp_mflags}
%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}/
rm -rf %{buildroot}%{_docdir}/%{name}/ct-ng.%{version}/
mv %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/* %{buildroot}%{_docdir}/%{name}/
rm -rf %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/
%files
%defattr(-,root,root)
%doc COPYING README
%doc COPYING README.md
%{_bindir}/ct-ng
%{_libdir}/ct-ng.%{version}/
%{_libdir}/%{name}-%{version}/
%{_docdir}/%{name}/
%{_mandir}/man1/ct-ng.1.gz