Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 898358 Details for
Bug 1098109
python-sphinx should provide sphinx-*-MAJOR_VERSION binaries
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch to be applied to dist-git.
python-sphinx-create-python3-executables-with-majorversion.patch (text/plain), 1.01 KB, created by
Bohuslav "Slavek" Kabrda
on 2014-05-22 12:07:19 UTC
(
hide
)
Description:
Proposed patch to be applied to dist-git.
Filename:
MIME Type:
Creator:
Bohuslav "Slavek" Kabrda
Created:
2014-05-22 12:07:19 UTC
Size:
1.01 KB
patch
obsolete
>diff --git a/python-sphinx.spec b/python-sphinx.spec >index af03b01..34fcc2e 100644 >--- a/python-sphinx.spec >+++ b/python-sphinx.spec >@@ -9,7 +9,7 @@ > > Name: python-sphinx > Version: 1.2.2 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Python documentation generator > > Group: Development/Tools >@@ -179,6 +179,7 @@ pushd %{py3dir} > for f in %{buildroot}%{_bindir}/sphinx-*; > do > mv $f $f-%{python3_version} >+ ln -s %{_bindir}/`basename $f-%{python3_version}` $f-3 > done > popd > %endif # with_python3 >@@ -249,6 +250,7 @@ popd > %if 0%{?with_python3} > %files -n python3-sphinx > %doc AUTHORS CHANGES EXAMPLES LICENSE README.rst TODO >+%{_bindir}/sphinx-*-3 > %{_bindir}/sphinx-*-%{python3_version} > %{python3_sitelib}/* > %dir %{_datadir}/sphinx/ >@@ -262,6 +264,10 @@ popd > > > %changelog >+* Thu May 22 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.2.2-3 >+- Add python-*-3 links to scripts >+Resolves: #1098109 >+ > * Fri May 9 2014 Orion Poplawski <orion@cora.nwra.com> - 1.2.2-2 > - Rebuild for Python 3.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1098109
: 898358