| Summary: | xz-5.2.0 [stable] is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | xz | Assignee: | Pavel Raiskup <praiskup> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | a.badger, novyjindrich, praiskup | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Tracking, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-01-07 14:19:34 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1179252, 1179255 | ||||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2013-10-27 10:08:12 UTC
I think it is quite pity we ship version marked "alpha". We ship alpha/beta version for some time already so I'll rather ask upstream what distributions should do. There is only tiny API change which should not cause troubles, see the release
notes [1] (grep for: lzma_allocator const). The commit [2]. I'll attach
pkgdiff analysis later.
Library analysis:
$ repoquery_rawhide -q --provides xz-libs.x86_64 | tee xz-libs.provides
liblzma.so.5()(64bit)
liblzma.so.5(XZ_5.0)(64bit)
liblzma.so.5(XZ_5.1.2alpha)(64bit)
xz-libs = 5.1.2-15alpha.fc22
xz-libs(x86-64) = 5.1.2-15alpha.fc22
Package xz-libs 5.2.0 will provide 'liblzma.so.5(XZ_5.0)'. No package requires
'liblzma.so.5(XZ_5.1.2alpha)'. The only package seems to require
'xz-libs = 5.1.2' (repoquery_rawhide -qR perl-Compress-Raw-Lzma).
$ repoquery_rawhide --archlist src --whatrequires xz-static
supermin-0:5.1.11-1.fc22.src
The only package seem to src require 'xz-static' (supermin).
At the end: only 'supermin' and 'perl-Compress-Raw-Lzma' needs to be rebuilt
for 5.2.0 (STABLE!) rebase.
[1] http://www.mail-archive.com/xz-devel@tukaani.org/msg00216.html
[2] http://git.tukaani.org/?p=xz.git;a=commit;h=3778db1be53e61ff
Pavel
Created attachment 976785 [details]
Result of abi-compliance-checker for 5.1.2alpha vs 5.2.0
$ abi-compliance-checker -l xz \
-old liblzma.so.5.0.99.debug-ABI.dump.txt \
-new liblzma.so.5.2.0.debug-ABI.dump.txt
scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=8539715 |