diff --git a/texlive-20180414-annocheck.patch b/texlive-20180414-annocheck.patch new file mode 100644 index 0000000..7804a29 --- /dev/null +++ b/texlive-20180414-annocheck.patch @@ -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) diff --git a/texlive-base.spec b/texlive-base.spec index dbe024a..b300eb5 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -21,7 +21,7 @@ Name: %{shortname}-base Version: %{source_date} -Release: 30%{?dist} +Release: 31%{?dist} Epoch: 7 Summary: TeX formatting system # 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 # Use python3 on pdfbook2 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 # BuildArch: noarch @@ -6402,6 +6404,8 @@ xz -dc %{SOURCE0} | tar x %patch13 -p1 -b .synctex-version %patch14 -p1 -b .CVE-2018-17407 %patch15 -p1 -b .disabletest +%patch17 -p1 -b .annocheck + # Setup copies of the licenses for l in `unxz -c %{SOURCE3} | tar t`; do ln -s %{_texdir}/licenses/$l $l @@ -8755,6 +8759,9 @@ done <<< "$list" %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Wed Jan 16 2019 Than Ngo - 7:20180414-31 +- fixed annocheck distro flag failure detected by rpmdiff + * Wed Dec 12 2018 Tom Callaway - 7:20180414-30 - add explicit Requires: texlive-xetex to texlive-dvipdfmx (bz1657755)