mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #645] [CLOSED] Fix soname version #1292
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/645
Author: @mcatanzaro
Created: 3/7/2018
Status: ❌ Closed
Base:
master← Head:soversion📝 Commits (1)
0d63d7cFix soname version📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
CMakeLists.txt(+2 -2)📄 Description
0ad94eed00changed the libbrotli libraries' sonameversion from 1.0.1 (following standard conventions) to just 1. This isn't the end of the world,
but it seems like a mistake.
See also: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/O6W3HE445NYZRVVFGLA2OTAR7ZHRFHI2/
Note: this is 100% totally untested: I just skimmed though the git history looking for suspicious commits and decided to undo the suspicious thing. But I think it should be fine.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.