#460 RN for https://pagure.io/fedora-docs/release-notes/issue/426
Closed 4 years ago by pbokoc. Opened 4 years ago by shwetanaresh.
fedora-docs/ shwetanaresh/release-notes issue426_package-changes  into  f32

@@ -0,0 +1,10 @@ 

+ == Packaging changes in clang-libs package

+ 

+ The clang-libs package no longer includes individual component libraries like `libclangBasic.so`, `libclangAST.so` and so on.

+ Packages that depend on the clang libraries are now linked to `libclang-cpp.so`.

+ 

+ As a result of this change,

+ 

+ * There is an improved stability in Fedora and application start-up time.

+ * End-users who develop applications using clang libraries are required to update their applications to use `libclang-cpp.so` instead of the individual component libraries.

+ * End-users who use Fedora packages that depend on clang libraries do not have any impact due to this change.

  • "now does not include" would sound better if written as "no longer includes"
  • Please mark up library names (e.g. "libclangBasic.so") using backticks (` `) - so like `libclangBasic.so`). That applies to all the other instances throughout the relnote, not just this line.

@shwetanaresh Hi, I added a couple bits of feedback, you can see it in comments as well as the Files Changed tab (where it shows you what line I commented on exactly).

To make further changes, check out the same branch you created this PR from (in this example, issue426_package-changes, you can see the source branch near the top of the page below the heading), make another commit with new changes, and just push it to the same branch; the PR will be automatically updated when you do that.

Thanks!

1 new commit added

  • Included peer review
4 years ago

Merged manually, thanks!

Pull-Request has been closed by pbokoc

4 years ago
Metadata