feat: add perl-BibTeX-Parser component - #18502
Open
Autumn Nash (WithEnoughCoffee) wants to merge 1 commit into
Open
feat: add perl-BibTeX-Parser component#18502Autumn Nash (WithEnoughCoffee) wants to merge 1 commit into
Autumn Nash (WithEnoughCoffee) wants to merge 1 commit into
Conversation
Split out of #18372 so perl-LaTeX-ToUnicode (its own new PR) can build and tag first -- perl-BibTeX-Parser has a real BuildRequires on perl(LaTeX::ToUnicode) >= 0.11, which the scratch-build gate can't resolve against an untagged sibling package in the same PR. Fixes missing perl(BibTeX::Parser)/perl(BibTeX::Parser::Author), required by texlive-bibtexperllibs and texlive-crossrefware (repoclosure, tracked in #18865). Imported from Fedora.
Copilot started reviewing on behalf of
Autumn Nash (WithEnoughCoffee)
August 18, 2026 18:42
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Fedora perl-BibTeX-Parser component to satisfy TeX Live Perl dependencies, with #18501 as its prerequisite.
Changes:
- Registers the plain upstream component.
- Adds pinned lock and rendered RPM sources.
- Includes upstream tests and debugging-output patch.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
base/comps/components.toml |
Registers the component alphabetically. |
locks/perl-BibTeX-Parser.lock |
Pins upstream resolution. |
specs/p/perl-BibTeX-Parser/perl-BibTeX-Parser.spec |
Defines the rendered RPM build. |
specs/p/perl-BibTeX-Parser/sources |
Records the source checksum. |
specs/p/perl-BibTeX-Parser/BibTeX-Parser-1.03-Remove-a-debugging-output-from-BibTeX-Parser-Entry-t.patch |
Removes stray debug output. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Author
|
/azp run |
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. |
Member
|
/azp run |
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. |
reuben olinsky (reubeno)
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Imports
perl-BibTeX-Parserfrom Fedora. Fixes missingperl(BibTeX::Parser)/perl(BibTeX::Parser::Author)required bytexlive-bibtexperllibsandtexlive-crossrefware(repoclosure, tracked in #18865).Depends on #18501 (
perl-LaTeX-ToUnicode) merging and tagging first -- this component has a realBuildRequires: perl(LaTeX::ToUnicode) >= 0.11that can't resolve against an untagged sibling in the same PR.Plain upstream import, no AZL overlays. Verified the full dependency chain builds and
%checkpasses onceperl-LaTeX-ToUnicodeis available; mock-smoke-tested module loading.