Bug 1930192 - unrtf doesn't properly apply `--quiet` (fixed upstream)
Summary: unrtf doesn't properly apply `--quiet` (fixed upstream)
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: unrtf
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Ken Dreyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-18 13:47 UTC by Vincent Brillault
Modified: 2024-07-09 03:28 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-07-09 03:28:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vincent Brillault 2021-02-18 13:47:12 UTC
Description of problem:

Even when the `--quiet` option is passed to unrtf, unrtf still includes its headers.
This is (partially?) fixed upstream in 0.21.10 via at least http://hg.savannah.gnu.org/hgweb/unrtf/rev/4dc050423e35

Version-Release number of selected component (if applicable):

0.21.9-8

How reproducible:

Every time

Steps to Reproduce:
1. Run "echo -E '{\rtf1\ansi\deff0{\fonttbl{\f0 Monotype Corsiva;}}\qc\f0\fs120\i\b Hello,\line World!}' | unrtf --text --quiet"

Actual results:
```
###  Translation from RTF performed by UnRTF, version 0.21.9 
### font table contains 1 fonts total

-----------------
Hello,
World!
```

Expected results:
```
Hello,
World!
```

Additional info:
Upstream (as seen on 0.21.10 on another distribution) is not yet perfect, but still better:
```

-----------------
Hello,
World!
```

Comment 1 Troy Dawson 2024-07-09 03:28:05 UTC
EPEL 7 entered end-of-life (EOL) status on 2024-06-30.\n\nEPEL 7 is no longer maintained, which means that it\nwill not receive any further security or bug fix updates.\n As a result we are closing this bug.


Note You need to log in before you can comment on or make changes to this bug.