Accepting request 986855 from home:dirkmueller:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/986855
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=413
This commit is contained in:
Dr. Werner Fink 2022-07-05 13:42:02 +00:00 committed by Git OBS Bridge
parent 735b19df82
commit 0893d0cecd
5 changed files with 261 additions and 236 deletions

3
biber-2.17.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ee7efdd8343e982046f2301c1b0dcf09e1f9a997ac86ed1018dcb41d04c9e88
size 1607708

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87a6320e62a02c8ce1885895336e21b8a52502b04587a4e001cd1a1c210a0b1f
size 1004096

View File

@ -0,0 +1,11 @@
--- 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;
}

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 3 16:01:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Tue Jun 21 08:26:38 UTC 2022 - Dr. Werner Fink <werner@suse.de>

File diff suppressed because it is too large Load Diff