Accepting request 174762 from devel:ARM:AArch64:Factory

- config-guess-sub-update.patch: Update config.guess/sub for aarch64

OBS-URL: https://build.opensuse.org/request/show/174762
OBS-URL: https://build.opensuse.org/package/show/M17N/groff?expand=0&rev=38
This commit is contained in:
Michal Vyskocil 2013-05-09 07:39:14 +00:00 committed by Git OBS Bridge
parent 0559232213
commit ab5b18d0fb
5 changed files with 2425 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 14:40:06 UTC 2013 - schwab@suse.de
- config-guess-sub-update.patch: Update config.guess/sub for aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 4 14:33:41 UTC 2013 - coolo@suse.com Mon Feb 4 14:33:41 UTC 2013 - coolo@suse.com
@ -248,7 +253,7 @@ Tue Feb 28 18:12:58 CET 2006 - mfabian@suse.de
- Bugzilla #148472: use -Tlatin1 instead of -Tascii8 for - Bugzilla #148472: use -Tlatin1 instead of -Tascii8 for
languages which used ISO-8859-1 as legacy encoding. languages which used ISO-8859-1 as legacy encoding.
With -Tascii8, "\(:u" for ü ·¯®§t work. With -Tascii8, "\(:u" for ü won't work.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 09 15:34:48 CET 2006 - mfabian@suse.de Thu Feb 09 15:34:48 CET 2006 - mfabian@suse.de

View File

@ -47,6 +47,7 @@ Patch9: 0002-documentation-for-the-locale-keyword.patch
# change the papersize definition to force the locale usage # change the papersize definition to force the locale usage
# it can be supressed by /etc/papersize if needed # it can be supressed by /etc/papersize if needed
Patch10: groff-force-locale-usage.patch Patch10: groff-force-locale-usage.patch
Patch11: config-guess-sub-update.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison BuildRequires: bison
@ -91,6 +92,7 @@ programs store their man pages in either /usr/share/man/ or
%prep %prep
%setup -q %setup -q
%patch11
%patch0 -p1 -b .debian %patch0 -p1 -b .debian
%patch1 %patch1
%patch2 -p1 -b .bnc540600 %patch2 -p1 -b .bnc540600

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 14:40:06 UTC 2013 - schwab@suse.de
- config-guess-sub-update.patch: Update config.guess/sub for aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 18 00:14:49 UTC 2012 - jengelh@medozas.de Sun Mar 18 00:14:49 UTC 2012 - jengelh@medozas.de

View File

@ -33,6 +33,7 @@ Patch2: groff-1.20.1-nroff-empty-LANGUAGE.patch
Patch3: groff-1.21-groffer-libexecdir.patch Patch3: groff-1.21-groffer-libexecdir.patch
Patch4: groff-1.20.1-deunicode.patch Patch4: groff-1.20.1-deunicode.patch
Patch5: groff-1.21-CVE-2009-5044.patch Patch5: groff-1.21-CVE-2009-5044.patch
Patch6: config-guess-sub-update.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -68,6 +69,7 @@ separate package because of bootstrapping issues.
%patch3 -p1 -b .groffer-libexecdir %patch3 -p1 -b .groffer-libexecdir
%patch4 -p1 -b .deunicode %patch4 -p1 -b .deunicode
%patch5 -p1 -b .CVE-2009-5044 %patch5 -p1 -b .CVE-2009-5044
%patch6
%build %build
PATH=$PWD/src/roff/troff:$PWD/src/preproc/pic:$PWD/src/preproc/eqn:$PWD/src/preproc/tbl:$PWDsrc/preproc/refer:$PWD/src/preproc/soelim:$PATH PATH=$PWD/src/roff/troff:$PWD/src/preproc/pic:$PWD/src/preproc/eqn:$PWD/src/preproc/tbl:$PWDsrc/preproc/refer:$PWD/src/preproc/soelim:$PATH