I'm new to Arch and perhaps this question has been asked hunderd of times before but I culdn't find an answer even in the official Arch documentation like this: https://wiki.archlinux.org/index.php/Arch_Compared_to_Other_Distributions
Arch it's a rolling release distro. Ths is clear to me. But, what does exaclty happens when a new version of a component is released? Let's use the kernel as an example:
A new stable kernel is available at www.kernel.org (e.g. 3.12.8). Is this kernel packaged as it is and pushed to Arch repos or:
- is there any QA loop (testing) before pushing a package to repo?
- are some patches applied?
In arch if I type uname -r, I get 3.12.8-1. So does -1 means any customization / patches?