Filled Seat on the Fedora Packaging Committee
by Tom Callaway
The Fedora Packaging Committee has filled its open seat. James Antill
has accepted the invitation to help Fedora improve and expand our
Packaging Guidelines.
This was a difficult decision, as we had many interested (and qualified)
candidates, and I would encourage any of them to attend and participate
in our public IRC meetings.
The Fedora Packaging Committee meets on Freenode IRC, in
#fedora-meeting, every Wednesday at 1600 UTC.
Thanks,
~spot
12 years, 7 months
Fedora 14 Final Release Declared GOLD
by John Poelstra
At the Fedora 14 Final Go/No-Go meeting today, the Fedora 14 Final
Release was declared GOLD and ready for release on November 2, 2010.
Thank you to everyone who made this on-time release possible!
A reminder that the Fedora 14 Release Wide Readiness Meeting will take
place on Thursday at 19:00 UTC (3 PM Eastern/ 12 PM Pacific) at
irc.freenode.net #fedora-meeting
https://fedoraproject.org/wiki/Release_Readiness_Meetings
========================================================================================================
#fedora-meeting: Fedora 14 Final Release Go/No-Go Meeting
http://fedoraproject.org/wiki/Go_No_Go_Meeting
========================================================================================================
Meeting started by poelcat at 20:59:48 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting/2010-10-26/fedora-meeting...
.
Meeting summary
---------------
* attendees: jlaska Oxf13 adamw poelcat dcantrell (and anyone on
#fedora-meeting) (poelcat, 21:03:40)
* Why are here and what does it mean? (poelcat, 21:03:51)
* LINK: http://fedoraproject.org/wiki/Go_No_Go_Meeting (poelcat,
21:04:02)
* Testing Status (poelcat, 21:05:10)
* LINK:
https://fedoraproject.org/wiki/Test_Results:Fedora_14_Final_RC1_Desktop
(jlaska, 21:06:54)
* LINK:
https://fedoraproject.org/wiki/Test_Results:Fedora_14_Final_RC1_Install
(jlaska, 21:07:07)
* https://bugzilla.redhat.com/show_bug.cgi?id=646437 (jlaska,
21:13:14)
* test matrices are clear (poelcat, 21:16:24)
* Releng (poelcat, 21:18:12)
* fesco/devel/etc (poelcat, 21:18:52)
* the source DVD is 5gigs, but it was oversize last release too
(poelcat, 21:19:27)
* GOLD or Not? (poelcat, 21:32:48)
* AGREED: Fedora 14 is declared GOLD (poelcat, 21:34:55)
* ACTION: add DVD size issue to common bugs (poelcat, 21:35:06)
* open discussion (poelcat, 21:35:55)
* ACTION: poelcat to send GOLD email to the lists w/ reminder for
release readiness meeting on Thursday (poelcat, 21:39:06)
Meeting ended at 21:39:19 UTC.
Action Items
------------
* add DVD size issue to common bugs
* poelcat to send GOLD email to the lists w/ reminder for release
readiness meeting on Thursday
Action Items, by person
-----------------------
* poelcat
* poelcat to send GOLD email to the lists w/ reminder for release
readiness meeting on Thursday
* **UNASSIGNED**
* add DVD size issue to common bugs
People Present (lines said)
---------------------------
* poelcat (57)
* adamw (55)
* jlaska (25)
* Oxf13 (22)
* fenris02 (15)
* stickster (7)
* brunowolff (5)
* dcantrell (3)
* bcl (2)
* zodbot (2)
* cyberpear (1)
* rbergeron (1)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
12 years, 7 months
libpoppler soname bump in rawhide
by Marek Kasik
Hi,
I plan to rebase poppler in rawhide to poppler-0.15.1. There are some
API changes and 1 soname bump of libpoppler.so.8 to libpoppler.so.9.
API changes mostly involve addition of new functions (see below).
You can test it against your package with this scratch-build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2552287
I'll ask release engineers for chain-build at the beginning of the next
week.
Regards
Marek
Changes:
cpp/poppler-document.h:
- new public functions in class document:
get_pdf_id(), load_from_raw_data()
Dict.h:
- new public function in class Dict:
getXRef()
- new private member in class Dict:
GBool sorted
Form.h:
- new public functions in class FormWidget:
getPartialName(), getMappingName(), getFullyQualifiedName()
- new protected members in class FormWidget:
GooString *partialName, GooString *mappingName, GooString
*fullyQualifiedName
Gfx.h:
- API change of private functions in class Gfx:
gouraudFillTriangle() and fillPatch()
- new private function in class Gfx:
gouraudFillTriangle()
GfxState.h:
- new public functions in class GfxGouraudTriangleShading:
isParameterized(), getParameterDomainMin(), getParameterDomainMax(),
getTriangle(), getParameterizedColor()
- new struct in struct GfxPatch
struct ColorValue
- type change change in struct GfxPatch:
GfxColor color[2][2] -> ColorValue color[2][2]
- new public functions in class GfxPatchMeshShading:
isParameterized(), getParameterDomainMin(), getParameterDomainMax(),
getParameterizedColor()
- new public functions in class GfxSubpath:
setX(), setY()
- new sub class ReusablePathIterator in class GfxState
class ReusablePathIterator
- new public function in class GfxState:
getReusablePath()
glib/poppler-document.h:
- new public functions in glib/poppler-document.h:
poppler_document_get_id(), poppler_document_get_pdf_version_string(),
poppler_document_get_pdf_version(), poppler_document_get_title(),
poppler_document_get_author(), poppler_document_get_subject(),
poppler_document_get_keywords(), poppler_document_get_creator(),
poppler_document_get_producer(), poppler_document_get_creation_date(),
poppler_document_get_modification_date(),
poppler_document_is_linearized(), poppler_document_get_page_layout(),
poppler_document_get_page_mode(), poppler_document_get_permissions(),
poppler_document_get_metadata()
glib/poppler-enums.h:
- new public function in glib/poppler-enums.h:
poppler_print_flags_get_type ()
- new macro in glib/poppler-enums.h:
POPPLER_TYPE_PRINT_FLAGS ()
glib/poppler-form-field.h:
- new public functions in glib/poppler-form-field.h:
poppler_form_field_get_partial_name(),
poppler_form_field_get_mapping_name(), poppler_form_field_get_name
glib/poppler.h:
- new enum in glib/poppler.h:
PopplerPrintFlags
glib/poppler-page.h:
- new public functions in glib/poppler-page.h:
poppler_page_render_for_printing_with_options (),
poppler_page_get_selected_region ()
PDFDoc.h:
- new public function in class PDFDoc:
getID()
PSOutputDev.h:
- private member removed from class PSOutputDev:
int savedRender
qt4/poppler-qt4.h:
- new public function in class Document:
getPdfId()
- new public function in class PSConverter:
void setPageConvertedCallback(void (* callback)(int page, void
*payload), void *payload);
SplashOutputDev.h:
- new public function in class SplashOutputDev:
updateRender()
- private member removed from class SplashOutputDev:
int savedRender
12 years, 7 months
Fedora 14 Final Blocker Bug Review Meeting TODAY @ 16:00 UTC (12 PM EDT)
by John Poelstra
When: TODAY, 2010-10-22 @ 16:00 UTC (12 PM EDT/9 AM PDT)
Where: #fedora-bugzappers on irc.freenode.net
We need to keep testing and resolving blocker bugs before the "Go/No-Go
Meeting" on Tuesday, October 26, 2010.
Discuss the open blocker bugs: http://bit.ly/aBqOcu
645283 [NEW --- - medium - assigned to dhuff(a)redhat.com -Target: --- -]
livecd-tools should create a /etc/mdadm.conf so that Intel BIOS RAID
arrays get auto started [See dependency tree for bug 645283]
645293 [NEW --- - medium - assigned to kernel-maint(a)redhat.com -Target:
--- - CommonBugs] kernel does not recognize the partitions on an mdraid
array (Intel BIOS RAID) [See dependency tree for bug 645293]
645606 [NEW --- - urgent - assigned to mclasen(a)redhat.com -Target: ---
-] Plain background used instead of Laughlin [See dependency tree for
bug 645606]
12 years, 7 months
ZERO Days Remain to Fix Fedora 14 Blocker Bugs
by John Poelstra
We've made great progress on open Fedora 14 blocker bugs since last
week. Thank you package owners for all your hard work!
The list of bugs below are currently blocking the creation of the final
release candidate (RC). These bugs must be addressed as soon as
possible so that a solid release candidate can be provided to QA for
testing on or before Thursday, October 21, 2010.
643967 :: NEW :: anaconda :: anaconda-maint-list(a)redhat.com :: LiveCD
fails to use BIOS RAID, DVD works ::
https://bugzilla.redhat.com/show_bug.cgi?id=643967
Next steps ...
* Continue discussing resolution options. Expecting recommendation
from maintainer ASAP
* If this issues is specific to Live installs using BIOS RAID AND a
reasonable workaround exists, adding to Common_F14_bugs could be a
satisfactory resolution
637319 :: ASSIGNED :: anaconda :: dlehman(a)redhat.com :: Anaconda stops
at "checking storage devices" during preupgrade ::
https://bugzilla.redhat.com/show_bug.cgi?id=637319
Next steps ...
* Involves preupgrade failures when ntfs partitions are present
* Need feedback and a fix from maintainer ASAP
643951 :: MODIFIED :: glibc :: schwab(a)redhat.com :: CVE-2010-3847 glibc:
ld.so insecure handling of $ORIGIN in LD_AUDIT for setuid/setgid
programs [fedora-all] :: https://bugzilla.redhat.com/show_bug.cgi?id=643951
Next steps ...
* https://admin.fedoraproject.org/updates/glibc-2.12.90-17 is
available and awaiting testing
12 years, 7 months