Overview
Request 1189341 superseded
- change library package name from libcosmos-0_2_0 to libcosmos-0, because it
needs to follow the library's SONAME which is libcosmos.so.0.
- Update to version 0.2.1+gitcb2663e:
* buildsystem: fix bug in passing multiple parameters via CXXFLAGS & friends
* test/thread.cxx: fix potential race condition in isCallerThread()
* buildsystem: passthrough ASAN_OPTIONS
* tests: on unit test error cat logfile to stderr
* bump lib version which now contains memory mapping API
* github action: disable ODR iolation checks in unit tests in sanitizer build
* README.md: add info about recent developments
* check.py: support more fine tuning regarding which configs are built
* tests: mman: disable core dumping for expected SEGFAULT
* check.py: use dedicated buildroot that is cleaned before each config
* LinkLayerAddress: make some exotic protocols optional
* support older toolchains and non-x86 architectures better
* buildsystem.py: be prepared for TERM not existing
* buildsystem.py: satisfy flake8 "missing whitespace after comma"
* check.py: refer to current HEAD, not to master
* .github: add github action workflow file
* global: fix spelling errors in comments and documentation
* mman.hxx: fix doxygen list item indentation
* README: remove mention of memory mappings, which are available by now
* addrinfo test: switch UDP resolve from http to tftp
* feature: add support for memory mapping functionality
* FileBase: add runcate() member function
* FileDescriptor: provide default constructor to avoid initialization issues
* thread: ignore destroy_res explicitly for NDEBUG builds
* buildsystem: support NDEBUG build
* buildsystem: support non standard compilers
- Created by mgerstner
- In state superseded
- Superseded by 1191875
- Open review for licensedigger
- Open review for opensuse-review-team
- Open review for factory-staging
Request History
mgerstner created request
- change library package name from libcosmos-0_2_0 to libcosmos-0, because it
needs to follow the library's SONAME which is libcosmos.so.0.
- Update to version 0.2.1+gitcb2663e:
* buildsystem: fix bug in passing multiple parameters via CXXFLAGS & friends
* test/thread.cxx: fix potential race condition in isCallerThread()
* buildsystem: passthrough ASAN_OPTIONS
* tests: on unit test error cat logfile to stderr
* bump lib version which now contains memory mapping API
* github action: disable ODR iolation checks in unit tests in sanitizer build
* README.md: add info about recent developments
* check.py: support more fine tuning regarding which configs are built
* tests: mman: disable core dumping for expected SEGFAULT
* check.py: use dedicated buildroot that is cleaned before each config
* LinkLayerAddress: make some exotic protocols optional
* support older toolchains and non-x86 architectures better
* buildsystem.py: be prepared for TERM not existing
* buildsystem.py: satisfy flake8 "missing whitespace after comma"
* check.py: refer to current HEAD, not to master
* .github: add github action workflow file
* global: fix spelling errors in comments and documentation
* mman.hxx: fix doxygen list item indentation
* README: remove mention of memory mappings, which are available by now
* addrinfo test: switch UDP resolve from http to tftp
* feature: add support for memory mapping functionality
* FileBase: add runcate() member function
* FileDescriptor: provide default constructor to avoid initialization issues
* thread: ignore destroy_res explicitly for NDEBUG builds
* buildsystem: support NDEBUG build
* buildsystem: support non standard compilers
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
anag+factory added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:68"
anag+factory accepted review
Picked "openSUSE:Factory:Staging:adi:68"
dimstar declined review
renaming a package:
https://en.opensuse.org/openSUSE:Package_dependencies#Renaming_a_package
(lib package in your case)
dimstar declined request
renaming a package:
https://en.opensuse.org/openSUSE:Package_dependencies#Renaming_a_package
(lib package in your case)
anag+factory reopened request
Reopened via staging workflow.
anag+factory added factory-staging as a reviewer
Being evaluated by group "factory-staging"
anag+factory accepted review
Unstaged from project "openSUSE:Factory:Staging:adi:68"
anag+factory declined request
Declined via staging workflow.
superseded by 1191875
naming error, should be libcosmos0 not libcosmo-0. (bug in rpmlint, looking at it)
Where exactly are you seeing this naming error?
well, in the .spec obviously:
62-%files -n libcosmos-0_2_0 63+%files -n libcosmos-0
cf. libz1 (not libz-1), libzvbi0 (not libzvbi-0), etc. After all, the DT_SONAME is libcosmos.so.0 not libcosmos-0.so.I see! You just mean the fact that rpmlint doesn't complain about the SONAME mismatch.
You had a typo there in your first comment so I thought there is some reference towards some
libcosmo-0
.