Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2017-08-10 14:10:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Thu Aug 10 14:10:53 2017 rev:38 rq:515190 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2017-07-04 11:53:08.965655377 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2017-08-10 14:57:59.668791661 +0200 @@ -1,0 +2,10 @@ +Tue Aug 1 07:53:05 UTC 2017 - [email protected] + +- Define _GNU_SOURCE to request GNU extensions + +------------------------------------------------------------------- +Thu Jun 29 12:13:34 UTC 2017 - [email protected] + +- Avoid nasty warning about missing batchmode in ENVironment + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.C1qPF4/_old 2017-08-10 14:58:02.580381752 +0200 +++ /var/tmp/diff_new_pack.C1qPF4/_new 2017-08-10 14:58:02.600378937 +0200 @@ -19,7 +19,7 @@ %define texlive_version 2017 %define texlive_previous 2016 %define texlive_release 20170520 -%define texlive_noarch 123 +%define texlive_noarch 130 %define texlive_source texlive-20170520-source %define __perl_requires %{nil} @@ -3269,11 +3269,7 @@ %endif CC=gcc CXX=g++ - if grep -q _DEFAULT_SOURCE /usr/include/features.h ; then - XCFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=200803L -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE" - else - XCFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=200803L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE" - fi + XCFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" XCXXFLAGS="$XCFLAGS" cflags () { ++++++ source.dif ++++++ --- /var/tmp/diff_new_pack.C1qPF4/_old 2017-08-10 14:58:03.180297293 +0200 +++ /var/tmp/diff_new_pack.C1qPF4/_new 2017-08-10 14:58:03.180297293 +0200 @@ -872,7 +872,7 @@ } } -+ if ($ENV{batchmode} eq "yes") { ++ if ($ENV{batchmode} and $ENV{batchmode} eq "yes") { + $texargs="\\batchmode \\input $texargs" if $eng eq "tex" || $eng eq "ptex"; + } my $cmdline = "$eng -ini $tcxflag $recorderswitch $jobswitch "
