Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2022-07-13 13:44:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Wed Jul 13 13:44:37 2022 rev:81 rq:988282 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2022-06-29 16:01:39.664646888 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new.1523/texlive.changes 2022-07-13 13:44:39.089969090 +0200 @@ -1,0 +2,15 @@ +Mon Jul 11 07:19:55 UTC 2022 - Dr. Werner Fink <[email protected]> + +- Require correct perl(Biber) version + +------------------------------------------------------------------- +Sun Jul 3 16:01:31 UTC 2022 - Dirk M??ller <[email protected]> + +- add biber-missing-semicolon.patch + * supports perl 5.36 +- use biber version number +- use https for urls +- reference full download url for biber for source verification +- use negative listing approach for luajit determination + +------------------------------------------------------------------- Old: ---- biber-2.17.tar.xz New: ---- biber-2.17.tar.gz biber-missing-semicolon.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ ++++ 2117 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/texlive/texlive.spec ++++ and /work/SRC/openSUSE:Factory/.texlive.new.1523/texlive.spec ++++++ biber-missing-semicolon.patch ++++++ --- biber-2.17/lib/Biber/Section.pm +++ biber-2.18/lib/Biber/Section.pm @@ -429,7 +429,7 @@ sub del_everykeys { my $self = shift; - $self->{everykey} = undef + $self->{everykey} = undef; $self->{everykey_lc} = undef; return; }
