Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704872 - app-office/unoconv-0.9 has an incorrect version tag located in its unoconv file
Summary: app-office/unoconv-0.9 has an incorrect version tag located in its unoconv file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hans de Graaff
URL: https://github.com/unoconv/unoconv/bl...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-06 15:54 UTC by Jason Chan
Modified: 2020-01-06 18:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
`diff -up` of tag versions 0.9 and 0.9.0 (0.9_vs_0.9.0.diff,7.48 KB, patch)
2020-01-06 15:56 UTC, Jason Chan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Chan 2020-01-06 15:54:29 UTC
Other than that, there seems to be nothing else wrong with it.

$ diff unoconv-0.9/ unoconv-0.9.0/ --suppress-common-lines -y
* 0.9 - released 2019-09-26                                   | * 0.9.0 - released 2019-10-21
- Change default updateDocMode behavior to NOT update, to clo | - Much improved MacOS support
    security holes.  Use the new parameter --unsafe-quiet-upd | - Better support for newer LibreOffice versions
    fields before conversion.                                 | - Change default updateDocMode behavior and add new option to
- Support better Mac OS X support                             | - Longer timeout for LibreOffice to start on slow systems
- Support more modern LibreOffice versions                    | - A fix in error()
- The new attribute --disable-html-update-links skips an      <
    update for HTML links that is very slow.                  <
- Allow using a custom user profile with --user-profile       <
- Longer default timeout                                      <
- Fixed a bug in error()                                      <
diff --suppress-common-lines -y --color unoconv-0.9/CHANGELOG.md unoconv-0.9.0/CHANGELOG.md
## [Unreleased](https://github.com/unoconv/unoconv/tree/HEAD) | ## [0.9](https://github.com/Unoconv/Unoconv/tree/0.9) (2019-0
                                                              | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 <
                                                              > - Attempting to fix the failures on macOS [\#424](https://git
## [0.8.2](https://github.com/unoconv/unoconv/tree/0.8.2) (20 | ## [0.8.2](https://github.com/Unoconv/Unoconv/tree/0.8.2) (20
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
## [0.8](https://github.com/unoconv/unoconv/tree/0.8) (2017-1 | ## [0.8](https://github.com/Unoconv/Unoconv/tree/0.8) (2017-1
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
- Attempting to fix the failures on macOS [\#424](https://git <
## [0.7](https://github.com/unoconv/unoconv/tree/0.7) (2015-0 | ## [0.7](https://github.com/Unoconv/Unoconv/tree/0.7) (2015-0
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
## [0.6](https://github.com/unoconv/unoconv/tree/0.6) (2012-0 | ## [0.6](https://github.com/Unoconv/Unoconv/tree/0.6) (2012-0
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
## [0.5](https://github.com/unoconv/unoconv/tree/0.5) (2012-0 | ## [0.5](https://github.com/Unoconv/Unoconv/tree/0.5) (2012-0
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
## [0.4](https://github.com/unoconv/unoconv/tree/0.4) (2010-1 | ## [0.4](https://github.com/Unoconv/Unoconv/tree/0.4) (2010-1
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
## [0.3](https://github.com/unoconv/unoconv/tree/0.3) (2007-0 | ## [0.3](https://github.com/Unoconv/Unoconv/tree/0.3) (2007-0
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
## [0.2](https://github.com/unoconv/unoconv/tree/0.2) (2007-0 | ## [0.2](https://github.com/Unoconv/Unoconv/tree/0.2) (2007-0
[Full Changelog](https://github.com/unoconv/unoconv/compare/0 | [Full Changelog](https://github.com/Unoconv/Unoconv/compare/0
## [0.1](https://github.com/unoconv/unoconv/tree/0.1) (2007-0 | ## [0.1](https://github.com/Unoconv/Unoconv/tree/0.1) (2007-0
Common subdirectories: unoconv-0.9/ci and unoconv-0.9.0/ci
Common subdirectories: unoconv-0.9/doc and unoconv-0.9.0/doc
Common subdirectories: unoconv-0.9/.git and unoconv-0.9.0/.git
Common subdirectories: unoconv-0.9/packaging and unoconv-0.9.0/packaging
diff --suppress-common-lines -y --color unoconv-0.9/setup.py unoconv-0.9.0/setup.py
      version = "0.8.2",                                      |       version = "0.9.0",
Common subdirectories: unoconv-0.9/tests and unoconv-0.9.0/tests
diff --suppress-common-lines -y --color unoconv-0.9/unoconv unoconv-0.9.0/unoconv
__version__ = '0.8.2'                                         | __version__ = '0.9.0'

Reproducible: Always




Resolution:

Rename unoconv-0.9.ebuild to unoconv-0.9.0.ebuild.
Comment 1 Jason Chan 2020-01-06 15:56:55 UTC
Created attachment 602658 [details, diff]
`diff -up` of tag versions 0.9 and 0.9.0

Apologies for the initial mess.
Comment 2 Larry the Git Cow gentoo-dev 2020-01-06 18:36:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2789c6ac3d4435a63b00312a6cce8c5352b9f12a

commit 2789c6ac3d4435a63b00312a6cce8c5352b9f12a
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2020-01-06 18:36:04 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2020-01-06 18:36:04 +0000

    app-office/unoconv: add 0.9.0
    
    Closes: https://bugs.gentoo.org/704872
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 app-office/unoconv/Manifest             |  1 +
 app-office/unoconv/unoconv-0.9.0.ebuild | 36 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)