From Fedora Project Wiki
No edit summary
No edit summary
Line 15: Line 15:


<!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or  technical issues need to be resolved-->
<!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or  technical issues need to be resolved-->
* Email: <your email address so we can contact you, invite you to meetings, etc.>
* Email: <jsynacek@redhat.com>


== Current status ==
== Current status ==
* Targeted release: [[Releases/<number> | Fedora <number> ]]  
* Targeted release: [[Releases/19 | Fedora 19 ]]
* Last updated: (DATE)
* Last updated: 01-21-2013
* Percentage of completion: XX%
* Percentage of completion: 50%


<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->
Line 26: Line 26:
== Detailed Description ==
== Detailed Description ==
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
* compat-guile18 (
* patch existing packages to
compat-guile18 package will provide additional time for the packages to be
ported to guile2.


== Benefit to Fedora ==
== Benefit to Fedora ==
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
New version of GNU Guile will be available. Further development will be based on
this package instead of the old version.


== Scope ==
== Scope ==
<!-- What work do the developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
<!-- What work do the developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
Packages listed in Dependencies section will have to be patched to Require or
Buildrequire the compat-guile18 package. Furthermore, they will have to be
patched (if necessary) to use the renamed autotools macros.


== How To Test ==
== How To Test ==
Line 47: Line 57:
3. What are the expected results of those actions?
3. What are the expected results of those actions?
-->
-->
guile-1.8.8 should be properly obsoleted by compat-guile18.
guile-1.8.8 should be properly upgraded to guile-2.0.x.


== User Experience ==
== User Experience ==
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
End Users:
* No visible changes to the end user.
Developers:
* New Guile functionality and API.
Packagers:
* Some rebuilds and small patches needed. See Scope and Dependencies sections.


== Dependencies ==
== Dependencies ==
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this feature depends?  In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel feature)? -->
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this feature depends?  In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel feature)? -->
TeXmacs
aisleriot
autogen
coot
denemo
drgeo
freehoo
freetalk
g-wrap
g-wrap
geda-gattrib
geda-gnetlist
geda-gschem
geda-gsymcheck
geda-utils
gnubik
gnucash
gnurobots
gnutls-guile
graphviz-guile
guile-cairo
guile-devel
guile-lib
libctl
libgeda
lilypond
mdk
rumor
trackballs
xbindkeys


== Contingency Plan ==
== Contingency Plan ==
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan?  This might be as simple as "None necessary, revert to previous release behaviour."  Or it might not.  If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy.  -->
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan?  This might be as simple as "None necessary, revert to previous release behaviour."  Or it might not.  If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy.  -->
None necessary.


== Documentation ==
== Documentation ==
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
*
* Information about Guile 2 can be found at http://www.gnu.org/software/guile/download.html#releases.


== Release Notes ==
== Release Notes ==
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
*
No need for a release notes entry.


== Comments and Discussion ==
== Comments and Discussion ==
* See [[Talk:Features/Your_Feature_Name]]  <!-- This adds a link to the "discussion" tab associated with your page.  This provides the ability to have ongoing comments or conversation without bogging down the main feature page -->
* See [[Talk:Features/Guile2]]  <!-- This adds a link to the "discussion" tab associated with your page.  This provides the ability to have ongoing comments or conversation without bogging down the main feature page -->





Revision as of 09:29, 21 January 2013


Feature Name Guile2

Summary

Update Guile to version 2.0.x in Fedora 19.

Owner

  • Email: <jsynacek@redhat.com>

Current status

  • Targeted release: Fedora 19
  • Last updated: 01-21-2013
  • Percentage of completion: 50%


Detailed Description

  • compat-guile18 (
  • patch existing packages to

compat-guile18 package will provide additional time for the packages to be ported to guile2.

Benefit to Fedora

New version of GNU Guile will be available. Further development will be based on this package instead of the old version.

Scope

Packages listed in Dependencies section will have to be patched to Require or Buildrequire the compat-guile18 package. Furthermore, they will have to be patched (if necessary) to use the renamed autotools macros.

How To Test

guile-1.8.8 should be properly obsoleted by compat-guile18. guile-1.8.8 should be properly upgraded to guile-2.0.x.

User Experience

End Users:

  • No visible changes to the end user.

Developers:

  • New Guile functionality and API.

Packagers:

  • Some rebuilds and small patches needed. See Scope and Dependencies sections.

Dependencies

TeXmacs aisleriot autogen coot denemo drgeo freehoo freetalk g-wrap g-wrap geda-gattrib geda-gnetlist geda-gschem geda-gsymcheck geda-utils gnubik gnucash gnurobots gnutls-guile graphviz-guile guile-cairo guile-devel guile-lib libctl libgeda lilypond mdk rumor trackballs xbindkeys

Contingency Plan

None necessary.

Documentation

Release Notes

No need for a release notes entry.

Comments and Discussion