Bug 989149 - [RFE] Install changes-5.x.y file
Summary: [RFE] Install changes-5.x.y file
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: qt5-qtbase
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-27 22:55 UTC by Ben Boeckel
Modified: 2013-12-06 16:25 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-12-06 16:25:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ben Boeckel 2013-07-27 22:55:33 UTC
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

Comment 1 Kevin Kofler 2013-07-31 21:01:26 UTC
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

Comment 2 Ben Boeckel 2013-07-31 22:40:02 UTC
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)?

Comment 3 Rex Dieter 2013-11-26 14:32:25 UTC
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)

Comment 4 Kevin Kofler 2013-11-30 13:58:11 UTC
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).

Comment 5 Rex Dieter 2013-12-02 13:39:39 UTC
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?

Comment 6 Rex Dieter 2013-12-02 13:41:11 UTC
Looking over the content of these... they look largely like api/dev documentation to me, so => -devel it is

Comment 7 Rex Dieter 2013-12-02 13:42:21 UTC
I'm blind, we do have a -doc subpkg already, let's recycle that.

Comment 8 Rex Dieter 2013-12-06 16:25:22 UTC
OK, now included in qt5-qtbase-doc:
%doc dist/README dist/changes-5.*


Note You need to log in before you can comment on or make changes to this bug.