The first paragraph on this[1] page mentions a filed named changes-5.0.0 which lists all changes for Qt5, but it is not installed with qt5-qtbase-devel (which it more likely belongs in). I'm guessing its in qt5-doc, but I don't have the bandwidth to check that easily. [1]https://qt-project.org/doc/qt-5.0/qtdoc/sourcebreaks.html
Actually, the file you're looking for is always called changes-5.0.0, not 5.x.y: http://qt.gitorious.org/qt/qtbase/blobs/stable/dist/changes-5.0.0
I also so changes-5.0.1 and other versions. Maybe just installing all of them would be possible (though doing just changes-4.* and changes-5.* globs for qt4 and qt5, respectively, makes sense)?
added %doc dist/README dist/changes-%{version} %changelog * Tue Nov 26 2013 Rex Dieter <rdieter> 5.2.0-0.8.beta1.20131108_141 - Install changes-5.x.y file (#989149)
Well, that only installs the latest file and not the previous ones (e.g. the 5.0.0 one referred to by the porting guide).
Including them all is too big (almost 2mb) to include in the base pkg, IMO. Options: * put them in -devel instead * make a qt5-qtbase-doc subpkg opinions or other options?
Looking over the content of these... they look largely like api/dev documentation to me, so => -devel it is
I'm blind, we do have a -doc subpkg already, let's recycle that.
OK, now included in qt5-qtbase-doc: %doc dist/README dist/changes-5.*