fixed annocheck distro flag failure detected by rpmdiff
This commit is contained in:
parent
dee18385ef
commit
eb9a39fae9
11
texlive-20180414-annocheck.patch
Normal file
11
texlive-20180414-annocheck.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- texlive-20180414/source/libs/luajit/Makefile.in.annocheck 2018-01-10 01:37:05.000000000 +0100
|
||||||
|
+++ texlive-20180414/source/libs/luajit/Makefile.in 2019-01-11 22:45:34.503080977 +0100
|
||||||
|
@@ -680,7 +680,7 @@
|
||||||
|
NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
|
||||||
|
AM_CPPFLAGS = -I$(srcdir)/$(LUAJIT_TREE)/src $(LUAJIT_DEFINES) -U_FORTIFY_SOURCE
|
||||||
|
AM_CFLAGS = $(LUAJIT_CFLAGS) $(LUAJIT_HAS_NOT_LOG2) -Wall
|
||||||
|
-AM_CCASFLAGS = $(LUAJIT_CFLAGS) $(LUAJIT_HAS_NOT_LOG2)
|
||||||
|
+AM_CCASFLAGS = $(LUAJIT_CFLAGS) $(LUAJIT_HAS_NOT_LOG2) -Wa,--generate-missing-build-notes=yes
|
||||||
|
SUBDIRS = . native include
|
||||||
|
lib_LTLIBRARIES = libtexluajit.la
|
||||||
|
libtexluajit_la_LDFLAGS = -bindir @bindir@ -no-undefined -version-info $(LUAJIT_LT_VERSINFO) $(LIBLUAJIT_LDEXTRA)
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: %{shortname}-base
|
Name: %{shortname}-base
|
||||||
Version: %{source_date}
|
Version: %{source_date}
|
||||||
Release: 30%{?dist}
|
Release: 31%{?dist}
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
Summary: TeX formatting system
|
Summary: TeX formatting system
|
||||||
# The only files in the base package are directories, cache, and license texts
|
# The only files in the base package are directories, cache, and license texts
|
||||||
@ -415,6 +415,8 @@ Patch14: texlive-base-CVE-2018-17407.patch
|
|||||||
Patch15: texlive-base-20180414-disable-omegafonts-check-test.patch
|
Patch15: texlive-base-20180414-disable-omegafonts-check-test.patch
|
||||||
# Use python3 on pdfbook2
|
# Use python3 on pdfbook2
|
||||||
Patch16: texlive-base-pdfbook2-py3.patch
|
Patch16: texlive-base-pdfbook2-py3.patch
|
||||||
|
# fix annocheck issue detected by rpmdiff
|
||||||
|
Patch17: texlive-20180414-annocheck.patch
|
||||||
|
|
||||||
# Can't do this because it causes everything else to be noarch
|
# Can't do this because it causes everything else to be noarch
|
||||||
# BuildArch: noarch
|
# BuildArch: noarch
|
||||||
@ -6402,6 +6404,8 @@ xz -dc %{SOURCE0} | tar x
|
|||||||
%patch13 -p1 -b .synctex-version
|
%patch13 -p1 -b .synctex-version
|
||||||
%patch14 -p1 -b .CVE-2018-17407
|
%patch14 -p1 -b .CVE-2018-17407
|
||||||
%patch15 -p1 -b .disabletest
|
%patch15 -p1 -b .disabletest
|
||||||
|
%patch17 -p1 -b .annocheck
|
||||||
|
|
||||||
# Setup copies of the licenses
|
# Setup copies of the licenses
|
||||||
for l in `unxz -c %{SOURCE3} | tar t`; do
|
for l in `unxz -c %{SOURCE3} | tar t`; do
|
||||||
ln -s %{_texdir}/licenses/$l $l
|
ln -s %{_texdir}/licenses/$l $l
|
||||||
@ -8755,6 +8759,9 @@ done <<< "$list"
|
|||||||
%doc %{_texdir}/texmf-dist/doc/latex/yplan/
|
%doc %{_texdir}/texmf-dist/doc/latex/yplan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 16 2019 Than Ngo <than@redhat.com> - 7:20180414-31
|
||||||
|
- fixed annocheck distro flag failure detected by rpmdiff
|
||||||
|
|
||||||
* Wed Dec 12 2018 Tom Callaway <spot@fedoraproject.org> - 7:20180414-30
|
* Wed Dec 12 2018 Tom Callaway <spot@fedoraproject.org> - 7:20180414-30
|
||||||
- add explicit Requires: texlive-xetex to texlive-dvipdfmx (bz1657755)
|
- add explicit Requires: texlive-xetex to texlive-dvipdfmx (bz1657755)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user