Hello,
I am packaging CDP for openSUSE, in fact I have already built a working RPM package.
To help packagers, it'd be great if CDP adopted proper point releases, like 7.1.2, best if done through git tags.
Right now it's a bit confusing because the official website says the latest version is 7.1.0 but there have been a few commits since CDP was first uploaded to Github.
Additionally, CMakeLists.txt says:
|
set (CPACK_PACKAGE_VERSION "7.0.0") |
This also applies to libaaio, see my other issue #13
Hello,
I am packaging CDP for openSUSE, in fact I have already built a working RPM package.
To help packagers, it'd be great if CDP adopted proper point releases, like
7.1.2, best if done through git tags.Right now it's a bit confusing because the official website says the latest version is
7.1.0but there have been a few commits since CDP was first uploaded to Github.Additionally, CMakeLists.txt says:
CDP7/CMakeLists.txt
Line 289 in 63e7120
This also applies to
libaaio, see my other issue #13