Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 839264 - dev-libs/quazip: bump to version 1.3
Summary: dev-libs/quazip: bump to version 1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Science Related Packages
URL: https://github.com/stachenov/quazip/r...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-04-18 14:06 UTC by Thiago
Modified: 2022-04-20 22:09 UTC (History)
0 users

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


Attachments
Proposed patch (based on the patch for 1.2) (quazip-1.3-cmake.patch,3.09 KB, patch)
2022-04-18 16:22 UTC, Thiago
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thiago 2022-04-18 14:06:38 UTC
A new QuaZip version is available since Apr 16.

Reproducible: Always




There's some Qt and CMake related changes, so maybe it'll be necessary to change the ebuild a bit!
Comment 1 Thiago 2022-04-18 16:22:17 UTC
Created attachment 771635 [details, diff]
Proposed patch (based on the patch for 1.2)

I tried bumping the version manually, and this seems to work. It's basically the same as the 1.2 patch, updated for the new CMakeLists.txt file.
Comment 2 Larry the Git Cow gentoo-dev 2022-04-20 10:16:19 UTC
The bug has been closed via the following commit(s):

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

commit c504c1ac975808a05b9928a5297133e12a7a9607
Author:     Thiago Donato Ferreira <flowlnlnln@gmail.com>
AuthorDate: 2022-04-19 22:21:55 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-04-20 10:16:17 +0000

    dev-libs/quazip: 1.3 version bump
    
    Closes: https://bugs.gentoo.org/839264
    
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/25119
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-libs/quazip/Manifest                     |  1 +
 dev-libs/quazip/files/quazip-1.3-cmake.patch | 84 ++++++++++++++++++++++++++++
 dev-libs/quazip/quazip-1.3.ebuild            | 47 ++++++++++++++++
 3 files changed, 132 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2022-04-20 22:09:07 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb929497dbc0fcc69a6e6086c05cefd4d19bb3b

commit 8bb929497dbc0fcc69a6e6086c05cefd4d19bb3b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-20 22:07:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-20 22:08:58 +0000

    dev-libs/quazip: fix automagic Qt 5/6 usage; fix subslot
    
    - We can't rely on autodetection of Qt version because this would be
    an automagic dependency.
    
    - SONAME changed from 1.0 -> 1.3, so change subslot
    
    Bug: https://bugs.gentoo.org/839264
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/quazip/{quazip-1.3.ebuild => quazip-1.3-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)