Review request: Nice-to-have bug process documentation proposal
by Adam Williamson
Hi, everyone. So we partly used the proposed new nice-to-have bug
tracking system during the F14 Beta process, and it seemed to go well.
In a quick burst of airport productivity, I've quickly written up a
bunch of proposed new wiki pages and modifications to existing ones to
document the nice-to-have process (and, incidentally, extend
documentation of the blocker process, since we don't seem to have much
of it beyond the blocker meeting SOP right now). All the pages can be
found here:
https://fedoraproject.org/wiki/Category:NTH_adjustment_drafts
it should be pretty obvious which are new and which are modifications of
existing pages. I hope this is mostly straightforward and
non-controversial.
A quick five-minute summary is that we will now have (in fact, we
already do) trackers for nice-to-have bugs for Alpha, Beta and Final
releases as well as trackers for blocker bugs. Bugs on these NTH lists
will be given priority after blocker bugs for QA, devel and releng work
for releases. Fixes for these bugs - and *only* these bugs, if a fix is
to be taken through a freeze, there must be a matching accepted NTH bug
- will be taken through release freezes. Proposing, reviewing and
monitoring NTH bugs will work exactly as it does for blocker bugs, and
mostly happen in the blocker meetings, but of course after consideration
of the blocker lists.
In practice this is a formalization of existing procedure - until F14
Beta, QA and releng did much the same process but entirely informally,
we just kept lists of bugs we'd take fixes for either in our heads or in
the RC creation trac tickets. This process is meant to be more robust,
documented and discoverable.
Some releng SOP pages may require minor updates, I figured I'd leave
that to releng. The process for creating blocker trackers should also be
updated to cover creating NTH trackers (I couldn't find that; poelcat,
where is it?)
Comments, questions, suggestions welcome!
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net
11 years, 7 months
Lookaside failure. Check your cert.
by Chitlesh GOORAH
Hello there,
I'm having the following error with some of my packages (iverilog and
perl-Verilog-Perl) since last week, even after updating my certs.
$ fedpkg import
/home/chitlesh/rpmbuild/SRPMS/iverilog-0.9.20100928-1.el6.src.rpm
Uploading: d004408ea595b13780c4c036f8188b66 verilog-0.9.3.tar.gz
Could not import srpm: Lookaside failure. Check your cert.
However, I managed to build verilator on koji somehow.
Can you please tell me what it may cause this ?
Chitlesh
11 years, 7 months
bodhi v0.7.9 deployed
by Luke Macken
A new version of bodhi has just hit production. This release contains a number
of bugfixes and enhancements.
https://admin.fedoraproject.org/updates
Web UI Changes
==============
- Improved editing functionality
- Only unpush edited updates when builds are altered
- Make a note in the comments of which builds were added/removed
- Allow people to revert their karma vote more than once
- Add mouseover tooltips to the update status with more details
- Prevent different versions of a package from being added to the same update
- Handle more types of bugzilla auto-linking in comments (ex: rhbz#1234)
- Link to the newer update in the obsoleted ones
- Link to gitweb instead of viewvc
- Set default (un)stable karma values if re-enabled
- Anonymous karma has never effected karma, so we now mark them as being ignored
in the interface to make it obvious
- Get the 'suggest reboot' flag working again
- Allow non-critpath updates to be pushed to stable after meeting our critpath
requirements
- Allow maintainers to request that their update be pushed to stable before the
automatic approval job runs, if it already meets the time-in-testing
requirements.
Client Changes
==============
- Add --stablekarma, --unstablekarma, and --disable-autokarma client arguments
- Fix a bug in using `bodhi --push-build=` on multi-build updates
- Add a --bodhi-url command-line option
- Instead of requiring only one argument with a comma separated list of updates,
support several builds as several arguments.
API Changes
===========
- Remove our API pagination query limit of 1000
- Add a new 'author_group' field to each comment in our JSON API
Backend Changes
===============
- Add the new 'dist-fN-updates{-testing,}-pending' tags to builds so AutoQA can
start testing them before they get pushed
- List security & critpath testing updates in our updates-testing digest emails
- Download and inject the pkgtags sqlite db into our repodata from the pkgdb
(which will be utilized by `yum search`)
- Email the proventesters about stale unapproved critical path updates
- Update the bug titles for all security updates before pushing (since security
bug titles frequently change after the update is submitted to reflect the CVE id)
- Improved sanity checking in the masher when resuming pushes
- Properly capture & log stderr from our mash subprocess
- Improved metrics report generator (soon to be integrated into the web
interface)
Bugs & RFEs
===========
Please file and bug reports or enhancement requests here:
https://fedorahosted.org/bodhi/newticket
_______________________________________________
devel-announce mailing list
devel-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
11 years, 7 months
Getting more info about updates on headless server
by Richard Fearn
Hi,
I have yum-updatesd installed on a headless Fedora server, so every so
often I get the email saying there are updates available.
The email itself doesn't tell me much about the updates (e.g. for
iproute tonight it said it was a "bugfix"). Running yum update on the
server doesn't tell me much either.
In the past I modified yum-updatesd-helper to look in the
package-announce list archives
(http://lists.fedoraproject.org/pipermail/package-announce/) to find
each update, and to build a bodhi search URL, using the package
name/version. Then there were at least 1 or 2 links in the
yum-updatesd email that I could click on to get some more information.
Is there a more standard way of getting this info? (Not the links, but
the information about the updates.)
If not, I'll get my modified yum-updatesd-helper working on F13 (I
upgraded from F11 the other day).
Regards,
Rich
11 years, 7 months
systemd and network service
by Patrick Monnerat
Until now (with upstart), my rawhide system started the network service
but not the NetworkManager service.
With systemd, neither of these are started by default.
I've read some previous discussions about creating missing links,
defaults, etc. There is a listed solution based on NetworkManager, but
it is not applicable on the network service, because the file
"/lib/systemd/system/network.service" does not exist and thus cannot be
linked to from a *.wants directory.
Does anybody has resolved this problem ? Thanks for any hints.
Patrick
11 years, 7 months
poppler update to 0.15.0 (0.16 alpha)
by Marek Kasik
Hi all,
I plan to update update poppler in rawhide (Fedora 15) to new
development version 0.15 next week (at Monday, October 4th). Changes
against 0.14.x are:
core:
* Remove exception support
* Improve creation of Annotations
* Fix failure to parse PDF with damaged internal structure.
(Bugs #29189 #3870)
* Add a way to access the raw text of a page
* Speed improvements when reading multiple characters from a
given Stream
* Speed improvements in the Splash backend
* Speed improvement in gray color space calculations
* Speed improvement in ICC color space calculations
* Speed improvement when reading some fonts
* Make GBool a bool instead of an int
glib:
* Add GObject introspection support
* Improve creation of Annotations
* Add a way to get the coordinates of each character of a page
* Add a way to get the page label
* Documentation improvements
* Support password protected documents in the demo
* Support for selection in the demo
* Support for adding annotationss in the demo
* Misc improvements in the internals
qt4:
* Add a way to access the raw text of a page
* Recognize "Print" as named action
* Documentation improvements
build system:
* Add option for autogen.sh to skip configure
* Nicer autogen.sh output
* Improvements when build the glib frontend with CMake
utils:
* pdftohtml: Use splash instead of external gs invocation to
render the background
* pdftohtml: Let the user specify the resolution of the
background. (Bug #29551)
cpp:
* Add a way to access the raw text of a page
+ 2 soname bumps in libpoppler.so.* and libpoppler.glib.so.*.
Please check whether your package builds against this new version of
poppler correctly if you maintain a package which requires it. The new
version has been pushed to git already but not built yet.
Regards
Marek
_______________________________________________
devel-announce mailing list
devel-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
11 years, 7 months
Graphics Test Week final stretch: Intel
by Adam Williamson
Graphics Test Week moves into its final stretch today / tomorrow
(depending where you are!) with Intel graphics Test Day -
https://fedoraproject.org/wiki/Test_Day:2010-09-30_Intel . As with the
others, this event runs all day in #fedora-test-day on Freenode IRC, and
testing instructions and live images (same as for the other two days)
are on the Wiki page. Intel graphics users, please come out and help us
make sure Fedora 14's graphics support is as good as it can be!
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net
11 years, 7 months
F-14 Branched report: 20100930 changes
by Fedora compose checker
Compose started at Thu Sep 30 13:15:20 UTC 2010
Broken deps for x86_64
----------------------------------------------------------
almanah-0.7.3-3.fc14.x86_64 requires libedataserverui-1.2.so.10()(64bit)
antlr3-python-3.1.2-7.fc14.noarch requires python(abi) = 0:2.6
evolution-couchdb-0.4.92-1.fc14.x86_64 requires libedata-book-1.2.so.2()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires libcamel-1.2.so.17()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires libgtkhtml-editor.so.0()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires libebook-1.2.so.9()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires libcamel-provider-1.2.so.17()(64bit)
frysk-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
frysk-devel-0.4-26.fc14.i386 requires libgtkjava-2.8.so
frysk-devel-0.4-26.fc14.i386 requires libglibjava-0.2.so
frysk-devel-0.4-26.fc14.i386 requires libgcj.so.10
frysk-devel-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
frysk-devel-0.4-26.fc14.x86_64 requires libglibjava-0.2.so()(64bit)
frysk-devel-0.4-26.fc14.x86_64 requires libgtkjava-2.8.so()(64bit)
frysk-gnome-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
frysk-gnome-0.4-26.fc14.x86_64 requires libglibjava-0.2.so()(64bit)
frysk-gnome-0.4-26.fc14.x86_64 requires libgtkjava-2.8.so()(64bit)
gpx-viewer-0.1.2-2.fc14.x86_64 requires libchamplain-gtk-0.4.so.0()(64bit)
gpx-viewer-0.1.2-2.fc14.x86_64 requires libchamplain-0.4.so.0()(64bit)
intellij-idea-9.0.1.94.399-11.fc14.x86_64 requires jna-examples
jana-0.4.5-0.7.20100520gitacd72f2.fc14.i686 requires libedataserverui-1.2.so.10
jana-0.4.5-0.7.20100520gitacd72f2.fc14.x86_64 requires libedataserverui-1.2.so.10()(64bit)
libgconf-java-2.12.4-15.fc14.i686 requires libgtkjava-2.8.so
libgconf-java-2.12.4-15.fc14.i686 requires libgtkjni-2.8.so
libgconf-java-2.12.4-15.fc14.i686 requires libglibjni-0.2.so
libgconf-java-2.12.4-15.fc14.i686 requires libglibjava-0.2.so
libgconf-java-2.12.4-15.fc14.x86_64 requires libglibjni-0.2.so()(64bit)
libgconf-java-2.12.4-15.fc14.x86_64 requires libgtkjni-2.8.so()(64bit)
libgconf-java-2.12.4-15.fc14.x86_64 requires libglibjava-0.2.so()(64bit)
libgconf-java-2.12.4-15.fc14.x86_64 requires libgtkjava-2.8.so()(64bit)
mail-notification-evolution-plugin-5.4-22.fc14.x86_64 requires libcamel-1.2.so.18()(64bit)
mail-notification-evolution-plugin-5.4-22.fc14.x86_64 requires libcamel-provider-1.2.so.18()(64bit)
mingw32-OpenSceneGraph-2.8.2-4.fc14.noarch requires mingw32(libpng-3.dll)
ovirt-server-0.100-4.fc12.noarch requires qpidd
ovirt-server-0.100-4.fc12.noarch requires qpidc
php-pecl-imagick-3.0.0-7.fc14.x86_64 requires libMagickWand.so.3()(64bit)
php-pecl-imagick-3.0.0-7.fc14.x86_64 requires libMagickCore.so.3()(64bit)
planner-eds-0.14.4-25.fc14.x86_64 requires libcamel-1.2.so.18()(64bit)
planner-eds-0.14.4-25.fc14.x86_64 requires libedata-cal-1.2.so.8()(64bit)
planner-eds-0.14.4-25.fc14.x86_64 requires libcamel-provider-1.2.so.18()(64bit)
qtgpsc-0.2.3-6.fc12.x86_64 requires libgps.so.18()(64bit)
spacewalk-certs-tools-1.1.1-2.1.fc14.noarch requires spacewalk-backend-libs >= 0:0.8.28
tracker-evolution-plugin-0.8.15-2.fc14.x86_64 requires libcamel-1.2.so.18()(64bit)
tracker-evolution-plugin-0.8.15-2.fc14.x86_64 requires libcamel-provider-1.2.so.18()(64bit)
valide-0.6.1-0.22.20103003svn511.fc14.i686 requires libvala.so.0
valide-0.6.1-0.22.20103003svn511.fc14.x86_64 requires libvala.so.0()(64bit)
wfut-1.1.0-8.fc12.x86_64 requires libgcj.so.10()(64bit)
Broken deps for i386
----------------------------------------------------------
almanah-0.7.3-3.fc14.i686 requires libedataserverui-1.2.so.10
antlr3-python-3.1.2-7.fc14.noarch requires python(abi) = 0:2.6
evolution-couchdb-0.4.92-1.fc14.i686 requires libcamel-provider-1.2.so.17
evolution-couchdb-0.4.92-1.fc14.i686 requires libebook-1.2.so.9
evolution-couchdb-0.4.92-1.fc14.i686 requires libgtkhtml-editor.so.0
evolution-couchdb-0.4.92-1.fc14.i686 requires libedata-book-1.2.so.2
evolution-couchdb-0.4.92-1.fc14.i686 requires libcamel-1.2.so.17
frysk-0.4-26.fc14.i386 requires libgcj.so.10
frysk-devel-0.4-26.fc14.i386 requires libgtkjava-2.8.so
frysk-devel-0.4-26.fc14.i386 requires libglibjava-0.2.so
frysk-devel-0.4-26.fc14.i386 requires libgcj.so.10
frysk-gnome-0.4-26.fc14.i386 requires libgtkjava-2.8.so
frysk-gnome-0.4-26.fc14.i386 requires libglibjava-0.2.so
frysk-gnome-0.4-26.fc14.i386 requires libgcj.so.10
gpx-viewer-0.1.2-2.fc14.i686 requires libchamplain-gtk-0.4.so.0
gpx-viewer-0.1.2-2.fc14.i686 requires libchamplain-0.4.so.0
intellij-idea-9.0.1.94.399-11.fc14.i686 requires jna-examples
jana-0.4.5-0.7.20100520gitacd72f2.fc14.i686 requires libedataserverui-1.2.so.10
libgconf-java-2.12.4-15.fc14.i686 requires libgtkjava-2.8.so
libgconf-java-2.12.4-15.fc14.i686 requires libgtkjni-2.8.so
libgconf-java-2.12.4-15.fc14.i686 requires libglibjni-0.2.so
libgconf-java-2.12.4-15.fc14.i686 requires libglibjava-0.2.so
mail-notification-evolution-plugin-5.4-22.fc14.i686 requires libcamel-provider-1.2.so.18
mail-notification-evolution-plugin-5.4-22.fc14.i686 requires libcamel-1.2.so.18
mingw32-OpenSceneGraph-2.8.2-4.fc14.noarch requires mingw32(libpng-3.dll)
ovirt-server-0.100-4.fc12.noarch requires qpidd
ovirt-server-0.100-4.fc12.noarch requires qpidc
php-pecl-imagick-3.0.0-7.fc14.i686 requires libMagickCore.so.3
php-pecl-imagick-3.0.0-7.fc14.i686 requires libMagickWand.so.3
planner-eds-0.14.4-25.fc14.i686 requires libcamel-provider-1.2.so.18
planner-eds-0.14.4-25.fc14.i686 requires libedata-cal-1.2.so.8
planner-eds-0.14.4-25.fc14.i686 requires libcamel-1.2.so.18
qtgpsc-0.2.3-6.fc12.i686 requires libgps.so.18
spacewalk-certs-tools-1.1.1-2.1.fc14.noarch requires spacewalk-backend-libs >= 0:0.8.28
tracker-evolution-plugin-0.8.15-2.fc14.i686 requires libcamel-provider-1.2.so.18
tracker-evolution-plugin-0.8.15-2.fc14.i686 requires libcamel-1.2.so.18
valide-0.6.1-0.22.20103003svn511.fc14.i686 requires libvala.so.0
wfut-1.1.0-8.fc12.i686 requires libgcj.so.10
New package: arduino-0019-6.fc14
An IDE for Arduino-compatible electronics prototyping platforms
New package: gretl-1.9.1-6.fc14
A tool for econometric analysis
New package: moovida-1.0.9-3.fc14
Media center
New package: moovida-plugins-bad-1.0.9-3.fc14
Moovida media center "bad" plugins
New package: moovida-plugins-good-1.0.9-3.fc14
Moovida media center "good" plugins
New package: python-pyside-0.4.1-2.fc14
Python bindings for Qt4
New package: rubygem-test-unit-2.1.1-2.fc14
Improved version of Test::Unit bundled in Ruby 1.8.x
Updated Packages:
ReviewBoard-1.5-16.rc2.fc14
---------------------------
* Mon Sep 20 2010 Stephen Gallagher <sgallagh(a)redhat.com> - 1.5-16.rc2
- Fix specfile typo causing build break
* Mon Sep 20 2010 Stephen Gallagher <sgallagh(a)redhat.com> - 1.5-15.rc2
- Update to new upstream release 1.5rc2
- Added Python 2.7 compatibility.
- Added compatibility with PyLucene 3.x. Support for 2.x still remains.
- Added support for review requests without diffs, for image/screenshot review
- Assorted API improvements and bugfixes
- Update Djblets requirement to 0.6.4
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-rc-2/
apiextractor-0.8.0-1.fc14
-------------------------
* Sat Sep 11 2010 Kalev Lember <kalev(a)smartlink.ee> - 0.8.0-1
- Update to 0.8.0
* Wed Aug 04 2010 Kalev Lember <kalev(a)smartlink.ee> - 0.7.0-1
- Update to 0.7.0
atanks-4.7-1.fc14
-----------------
* Mon Sep 13 2010 Nikola Pajkovsky <npajkovs(a)redhat.com> - 4.7-1
- bump up to 4.7
banshee-1.7.4-2.fc14
--------------------
* Wed Sep 08 2010 Christian Krause <chkr(a)fedoraproject.org> - 1.7.4-2
- Add patch to properly comment out some make rules (BZ 631387)
bluefish-2.0.2-1.fc14
---------------------
* Fri Sep 17 2010 Paul Howarth <paul(a)city-fan.org> - 2.0.2-1
- Update to 2.0.2 (minor bugfix and minor feature enhancement release)
- Two crashes have been resolved
- A "jump to reference" feature has been added
- Translations improved
* Tue Sep 07 2010 Paul Howarth <paul(a)city-fan.org> - 2.0.2-0.1.rc1
- Update to 2.0.2-rc1
- Drop patch for #626246, no longer needed
- License changed from GPLv2+ to GPLv3+
botan-1.8.10-1.fc14
-------------------
* Sat Sep 04 2010 Thomas Moschny <thomas.moschny(a)gmx.de> - 1.8.10-1
- Update to 1.8.10.
bsf-2.4.0-8.fc14
----------------
* Tue Sep 21 2010 Orion Poplawski <orion(a)cora.nwra.com> - 0:2.4.0-8
- Build against rhino for JavaScript support
cairo-java-1.0.8-1.fc14
-----------------------
* Sun Sep 19 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 1.0.8-1
- update to 1.0.8
ccache-3.1-1.fc14
-----------------
* Sat Sep 18 2010 Ville Skyttä <ville.skytta(a)iki.fi> - 3.1-1
- Update to 3.1, fixes #610853.
- Make sh profile script "nounset" clean.
chktex-1.6.4-7.fc14
-------------------
* Sun Sep 19 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 1.6.4-7
- Fixing FTBFS (bz #631095). Removing checks
* Mon Dec 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 1.6.4-6
- Virtual requires on latex
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.6.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cups-1.4.4-10.fc14
------------------
* Fri Sep 17 2010 Tim Waugh <twaugh(a)redhat.com> 1:1.4.4-10
- Perform locking for gnutls and avoid libgcrypt's broken
locking (bug #607159).
- Build with --enable-threads again (bug #607159).
- Force the use of gnutls despite thread-safety concerns (bug #607159).
* Wed Sep 15 2010 Tim Waugh <twaugh(a)redhat.com>
- Fixed serverbin-compat patch to avoid misleading "filter not
available" messages (bug #633779).
* Mon Aug 23 2010 Tim Waugh <twaugh(a)redhat.com>
- Fixed SNMP quirks parsing.
* Fri Aug 20 2010 Tim Waugh <twaugh(a)redhat.com> 1:1.4.4-9
- Use better upstream fix for STR #3608 (bug #606909).
* Fri Aug 13 2010 Tim Waugh <twaugh(a)redhat.com> 1:1.4.4-8
- Specify udevadm trigger action in initscript (bug #623959).
* Tue Aug 03 2010 Tim Waugh <twaugh(a)redhat.com>
- Merged F-12 change:
- Use numeric addresses for interfaces unless HostNameLookups are
turned on (bug #583054).
cvs2svn-2.3.0-0.3.r4998svn.fc14
-------------------------------
* Thu Sep 16 2010 Mark Chappell <tremble(a)fedoraproject.org> - 2.3.0-0.3.r4998svn
- Use the man pages provided by the repository
etoys-4.1.2387-1.fc14
---------------------
* Wed Sep 22 2010 Peter Robinson <pbrobinson(a)gmail.com> - 4.1.2387-1
- New upstream stable 4.1.2387 release
evolution-2.31.92-2.fc14
------------------------
* Mon Sep 27 2010 Milan Crha <mcrha(a)redhat.com> - 2.31.92-2.fc14
- Add patch for Gnome bug #630700 (crash on message send)
* Mon Sep 13 2010 Milan Crha <mcrha(a)redhat.com> - 2.31.92-1.fc14
- Update to 2.31.92
- Add patch for Gnome bug #626066 (login to NSS on demand)
* Mon Aug 30 2010 Milan Crha <mcrha(a)redhat.com> - 2.31.91-1.fc14
- Update to 2.31.91
- Remove msgmerge calls due to a floating point exception there
* Mon Aug 16 2010 Matthew Barnes <mbarnes(a)redhat.com> - 2.31.90-1.fc14
- Update to 2.31.90
* Fri Aug 06 2010 Matthew Barnes <mbarnes(a)redhat.com> - 2.31.6-2.fc14
- Fix handling of migrated signature files.
* Tue Aug 03 2010 Matthew Barnes <mbarnes(a)redhat.com> - 2.31.6-1.fc14
- Update to 2.31.6
- Drop dbus-glib requirement.
- Bump glib2 requirement to 2.25.12.
- Roll back evo_base_version to 2.32.
- Add clutter-gtk requirement (for express mode).
- Remove gtk-compat macro patch (fixed upstream).
evolution-data-server-2.31.92-1.fc14
------------------------------------
* Mon Sep 13 2010 Milan Crha <mcrha(a)redhat.com> - 2.31.92-1.fc14
- Update to 2.31.92
* Mon Aug 30 2010 Milan Crha <mcrha(a)redhat.com> - 2.31.91-1.fc14
- Update to 2.31.91
* Mon Aug 16 2010 Matthew Barnes <mbarnes(a)redhat.com> - 2.31.90-1.fc14
- Update to 2.31.90
* Mon Aug 02 2010 Matthew Barnes <mbarnes(a)redhat.com> - 2.31.6-1.fc14
- Update to 2.31.6
- Resume GSEAL usage.
- Drop dbus-glib requirement.
- Bump glib2 requirement to 2.25.12.
- Roll back eds_base_version to 2.32.
evolution-exchange-2.31.92-1.fc14
---------------------------------
* Mon Sep 13 2010 Milan Crha <mcrha(a)redhat.com> - 2.31.92-1.fc14
- Update to 2.31.92
* Mon Aug 30 2010 Milan Crha <mcrha(a)redhat.com> - 2.31.91-1.fc14
- Update to 2.31.91
* Mon Aug 16 2010 Matthew Barnes <mbarnes(a)redhat.com> - 2.31.90-1.fc14
- Update to 2.31.90
* Tue Aug 03 2010 Matthew Barnes <mbarnes(a)redhat.com> - 2.31.6-1.fc14
- Update to 2.31.6
- Roll back evo_base_version to 2.32.
evolution-mapi-0.31.92-1.fc14
-----------------------------
* Mon Sep 13 2010 Milan Crha <mcrha(a)redhat.com> - 0.31.92-1
- Update to 0.31.92
- Remove patch for Gnome bug #627999 (fixed upstream)
- Bump openchange requirement to 0.9-8
* Mon Aug 30 2010 Milan Crha <mcrha(a)redhat.com> - 0.31.91-1
- Update to 0.31.91
- Add patch for Gnome bug #627999 (Cannot autocomplete)
* Mon Aug 16 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.31.90-1
- Update to 0.31.90
* Mon Aug 02 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.31.6-1
- Update to 0.31.6
- Roll back evo_base_version to 2.32.
f-spot-0.7.2-2.fc14
-------------------
* Tue Sep 07 2010 Christian Krause <chkr(a)fedoraproject.org> - 0.7.2-2
- Add patch to properly comment out some make rules (BZ 631287)
frepple-0.8.1-1.fc14
--------------------
* Sat Sep 18 2010 Johan De Taeye <jdetaeye(a)users.sourceforge.net> 0.8.1-1
- New upstream release
fuse-convmvfs-0.2.6-1.fc14
--------------------------
* Sun Sep 19 2010 ZC Miao <hellwolf.misty(a)gmail.com> - 0.2.6-1
- Update to 0.2.6
gedit-vala-0.10.2-1.fc14
------------------------
* Tue Sep 21 2010 Michel Salim <salimma(a)fedoraproject.org> - 0.10.2-1
- Update to 0.10.2
generatorrunner-0.6.1-1.fc14
----------------------------
* Sat Sep 11 2010 Kalev Lember <kalev(a)smartlink.ee> - 0.6.1-1
- Update to 0.6.1
* Wed Aug 04 2010 Kalev Lember <kalev(a)smartlink.ee> - 0.6.0-1
- Update to 0.6.0
glib-java-0.4.2-1.fc14
----------------------
* Sat Sep 18 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 2.4.2-1
- update to 2.4.2
glibc-2.12.90-14
----------------
* Tue Sep 28 2010 Andreas Schwab <schwab(a)redhat.com> - 2.12.90-14
- Don't try to write to _rtld_global_ro after performing relro
protection (#638091)
* Mon Sep 27 2010 Andreas Schwab <schwab(a)redhat.com> - 2.12.90-13
- Update from master
- Add two forgotten licence exceptions
- getdents64 fallback d_type support
- Move freeres function from ld.so to libc.so
- Undo feature selection for ftruncate (BZ#12037)
- Fix namespace pollution in pthread_cleanup_push
- Fix limit detection in x86-64 SSE2 strncasecmp (#632560)
- Add support for fanotify_mark on sparc32 and s390
- Fix register conflict in s390 ____longjmp_chk (#629970)
- Don't try to free rpath strings allocated during startup (#629976)
- Actually make it possible to user the default name server
- Fix memory leak on init/fini dependency list (#632936)
- Fix handling of collating symbols in regexps (BZ#11561)
- Don't parse %s format argument as multibyte string (BZ#6530)
- Fix overflow in nss files parser
- Fix spurious nop at start of __strspn_ia32
* Wed Sep 15 2010 Dennis Gilmore <dennis(a)ausil.us> - 2.12.90-12
- dont build sparcv9v and sparc64v anymore
gnome-panel-2.31.90-5.fc14
--------------------------
* Mon Sep 27 2010 Matthias Clasen <mclasen(a)redhat.com> - 2.31.90-5
- Rebuild against newer evolution-data-server
gnome-python2-desktop-2.31.1-7.fc14
-----------------------------------
* Sat Sep 25 2010 Peter Robinson <pbrobinson(a)gmail.com> - 2.31.1-7
- Update evince patch for 2.32 changes
* Mon Sep 20 2010 Peter Robinson <pbrobinson(a)gmail.com> - 2.31.1-6
- Rebuild for evolution soname bump
gstreamer-plugins-bad-free-0.10.20-3.fc14
-----------------------------------------
* Wed Sep 15 2010 Hans de Goede <hdegoede(a)redhat.com> 0.10.20-3
- Rebuild for new wildmidi
* Mon Sep 13 2010 Dan Horák <dan[at]danny.cz> 0.10.20-2
- no Firewire on s390(x)
gtkhtml3-3.31.92-1.fc14
-----------------------
* Mon Sep 13 2010 Milan Crha <mcrha(a)redhat.com> - 3.31.92-1.fc14
- Update to 3.31.92
* Mon Aug 30 2010 Milan Crha <mcrha(a)redhat.com> - 3.31.91-1.fc14
- Update to 3.31.91
* Mon Aug 16 2010 Matthew Barnes <mbarnes(a)redhat.com> - 3.31.90-1.fc14
- Update to 3.31.90
* Tue Aug 03 2010 Matthew Barnes <mbarnes(a)redhat.com> - 3.31.6-1.fc14
- Update to 3.31.6
ibus-pinyin-1.3.11-1.fc14
-------------------------
* Tue Sep 28 2010 Peng Wu <pwu(a)redhat.com> - 1.3.11-1
- Update to 1.3.11
initscripts-9.20.1-1.fc14
-------------------------
* Mon Sep 27 2010 Bill Nottingham <notting(a)redhat.com> - 9.20.1-1
- sysconfig.txt: adjust clock docs to match reality (#637058)
- lang.csh: fix for grep-2.7 (#636552)
- fix checkpid description to match reality (#637176)
- reset btmp on boot where necessary (#633768, <dmach(a)redhat.com>)
iproute-2.6.35-3.fc14
---------------------
* Tue Sep 21 2010 Petr Sabata <psabata(a)redhat.com> - 2.6.35-3
- Don't print routes with negative metric fix, rhbz#628739
libass-0.9.11-1.fc14
--------------------
* Mon Sep 13 2010 Martin Sourada <mso(a)fedoraproject.org> - 0.9.11-1
- Fixes rhbz #630432
- New upstream release
- Various fixes
- Performance improvements
- Calculate drawing bounding box like VSFilter
- Better PAR correction if text transforms are used
- Improved fullname font matching
- Add ass_flush_events API function
- Basic support for @font vertical text layout
libclaw-1.5.4-4.fc14
--------------------
* Sat Sep 18 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 1.5.4-4
- Fix wrong return type of 'claw::log_system::operator<<'
- Fix incorrect return type in basic_socket.
libglade-java-2.12.8-12.fc14
----------------------------
libgnome-java-2.12.7-2.fc14
---------------------------
* Sun Sep 19 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 2.12.7-2
- add missing BuildRequires: libSM-devel
* Sun Sep 19 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 2.12.7-1
- update to 2.12.7
libgtk-java-2.10.2-1.fc14
-------------------------
* Sat Sep 18 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 2.10.2-1
- update to 2.10.2
libopenraw-0.0.8-2.fc14
-----------------------
* Wed Sep 08 2010 Christian Krause <chkr(a)fedoraproject.org> - 0.0.8-2
- add upstream patch 1b15acdcfdc4664bc6c0be473cb6e096071a4e62
to support certain PEF files and to fix a crash when opening
such files (BZ 606898)
libopensync-plugin-evolution2-0.22-8.fc14
-----------------------------------------
* Mon Sep 27 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1:0.22-8
- rebuild
* Wed Aug 25 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1:0.22-7
- rebuild
libvte-java-0.12.3-1.fc14
-------------------------
* Sat Sep 18 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 0.12.3-1
- update to 0.12.3
- minor spec file cleanup
luckybackup-0.4.3-1.fc14
------------------------
* Sun Sep 05 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 0.4.3-1
- luckybackup 0.4.3 bugfix release
* Mon Aug 30 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 0.4.2-1
- 0.4.2 bugfix update
mantis-1.1.8-4.fc14
-------------------
* Mon Sep 20 2010 Gianluca Sforna <giallu(a)gmail.com> - 1.1.8-4
- Fix CVE-2010-3070 using system's NuSOAP (#633011)
- Fix CVE-2010-2574 and CVE-2010-3303 (#633003 #634340)
matahari-0.0.5-3.fc14
---------------------
* Mon Sep 20 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 0.0.5-3
- fix header and compiler issues in code which were preventing build
* Mon Aug 16 2010 Darryl L. Pierce <dpierce(a)redhat.com> - 0.0.5-2
- Rebuild for updated Qpid/WMF.
midori-0.2.8-1.fc14
-------------------
* Mon Sep 20 2010 Christoph Wickert <cwickert(a)fedoraproject.org> - 0.2.8-1
- Update to 0.2.8
minicom-2.4-2.fc14
------------------
* Fri Sep 17 2010 Jan Görig <jgorig(a)redhat.com> 2.4-2
- updated rh patch to support unix socket (#592355)
mock-1.1.5-1.fc14
-----------------
* Fri Sep 17 2010 Clark Williams <williams(a)redhat.com> - 1.1.5-1
- fix typo in exception.py
- add cmpKernelEVR function to compare kernel versions (BZ# 526414)
- change selinux plugin to use tempfilej
- added commandline argument checking for --buildsrpm (BZ# 605800)
- create empty faillog and lastlog in <chroot>/var/log (BZ# 585973 & 633435)
- changed copyin/copyout prints from debug to info
- from Alan Franzoni <mailing(a)franzoni.eu>:
- reworked the root object _umountall() method
- fix epel4 chroot cleanup and umountall issue
- add exception trapping code to _unlock_and_rm_chroot() method
mpi4py-1.2.2-1.fc14
-------------------
* Wed Sep 15 2010 Thomas Spura <tomspur(a)fedoraproject.org> - 1.2.2-1
- update to new version
mutt-1.5.21-1.fc14
------------------
* Tue Sep 21 2010 Miroslav Lichvar <mlichvar(a)redhat.com> 5:1.5.21-1
- update to 1.5.21
- link with gpg-error when building with gpgme support (#621626)
nasm-2.09.02-1.fc14
-------------------
* Mon Sep 20 2010 Adam Tkac <atkac redhat com> - 2.09.02-1
- update to 2.09.02
* Mon Sep 13 2010 Adam Tkac <atkac redhat com> - 2.09.01-1
- update to 2.09.01
nmap-5.21-8.fc14
----------------
* Fri Sep 17 2010 Michal Hlavinka <mhlavink(a)redhat.com> - 2:5.21-8
- fix location of ja man page (#632104)
offlineimap-6.2.0-2.fc14
------------------------
* Sun Sep 19 2010 Christoph Höger <choeger(a)cs.tu-berlin.de> - 6.2.0-1
- Update to the last (not latest, last!) released stable version
- This release fixed some bugs by removing IDLE support
- fixes #525824
openchange-0.9-8.fc14
---------------------
* Mon Sep 13 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.9-8
- Backport unicode and properties support (RH bug #605364).
perl-Package-Stash-0.08-1.fc14
------------------------------
* Mon Sep 20 2010 Paul Howarth <paul(a)city-fan.org> - 0.08-1
- Update to 0.08 (re-enable the caching of the stash)
- Update patch for old ExtUtils::MakeMaker and Test::More versions
php-pear-Mail-mimeDecode-1.5.4-1.fc14
-------------------------------------
* Tue Sep 14 2010 Remi Collet <Fedora(a)FamilleCollet.com> 1.5.4-1
- update to 1.5.4 (Critical Security release)
* Sun Sep 05 2010 Remi Collet <Fedora(a)FamilleCollet.com> 1.5.3-1
- update to 1.5.3 (Major Bugfix release)
- define pear_name macro
- set date.timezone during build
- run test during %check
pidgin-2.7.3-4.fc14
-------------------
* Mon Sep 27 2010 Stu Tomlinson <stu(a)nosnilmot.com> 2.7.3-4
- Rebuild against newer libedataserver
* Mon Sep 13 2010 Dan Horák <dan[at]danny.cz> 2.7.3-3
- drop the s390(x) ifarchs
* Mon Aug 23 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> 2.7.3-2
- use _isa in explicit Requires on libpurple to prevent yum from trying to
jump architectures to resolve dependency
* Wed Aug 11 2010 Stu Tomlinson <stu(a)nosnilmot.com> 2.7.3-1
- 2.7.3
plee-the-bear-0.4.1-7.fc14
--------------------------
* Sat Sep 18 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 0.4.1-7
- fix incorrect return type
* Wed Jul 14 2010 Dan Horák <dan(a)danny.cz> - 0.4.1-6
- rebuilt against wxGTK-2.8.11-2
pulseaudio-equalizer-2.7-3.fc14
-------------------------------
* Mon Sep 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 2.7-3
- Force default equalizer persistence value, fixes rhbz #635400
* Wed Sep 15 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 2.7-2
- Fix rhbz #632940
* Sun Feb 07 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 2.7-1
- New upstream release
- New project URL
- Dropped patches ( merged upstream )
python-djblets-0.6.4-9.fc14
---------------------------
* Mon Sep 20 2010 Stephen Gallagher <sgallagh(a)redhat.com> - 0.6.4-9
- New upstream release 0.6.4
- http://downloads.reviewboard.org/releases/Djblets/0.6/Djblets-0.6.4.NEWS
python-sphinx-1.0.4-1.fc14
--------------------------
* Fri Sep 17 2010 Michel Salim <salimma(a)fedoraproject.org> - 1.0.4-1
- Update to 1.0.4
- Remove BuildRoot and %clean declarations
python-storm-0.17-1.fc14
------------------------
* Fri Sep 17 2010 Michel Salim <salimma(a)fedoraproject.org> - 0.17-1
- Update to 0.17
qemu-0.13.0-0.7.rc1.fc14
------------------------
* Tue Sep 21 2010 Justin M. Forbes <jforbes(a)redhat.com> - 2:0.13.0-0.7.rc1
- Flip qxl pci id from unstable to stable (#634535)
- KSM Fixes from upstream (#558281)
* Tue Sep 14 2010 Justin M. Forbes <jforbes(a)redhat.com> - 2:0.13.0-0.6.rc1
- Move away from git snapshots as 0.13 is close to release
- Updates for spice 0.6
rhythmbox-0.13.1-1.fc14
-----------------------
* Tue Sep 07 2010 Bastien Nocera <bnocera(a)redhat.com> 0.13.1-1
- Update to 0.13.1
rtpproxy-1.2.1-2.fc14
---------------------
* Sun Sep 19 2010 Peter Lemenkov <lemenkov(a)gmail.com> - 1.2.1-2
- Allow group users to write to controlling UNIX-socket (rhbz #626863)
setroubleshoot-2.2.99-1.fc14
----------------------------
* Wed Sep 22 2010 Dan Walsh <dwalsh(a)redhat.com> - 2.2.99-1
- Fix plugin.py error
* Tue Sep 14 2010 Dan Walsh <dwalsh(a)redhat.com> - 2.2.98-1
- Do not blow up on bad /etc/sysconfig/i18n
* Thu Aug 26 2010 Dan Walsh <dwalsh(a)redhat.com> - 2.2.97-1
- Make sure all python scripts have #! /usr/bin/python -Es
* Thu Aug 26 2010 Dan Walsh <dwalsh(a)redhat.com> - 2.2.96-1
- Check in sealert if selinux is disabled and display message box informing user
* Thu Aug 26 2010 Dan Walsh <dwalsh(a)redhat.com> - 2.2.95-1
- Check in seapplet if selinux is disabled and exit cleanly
* Mon Aug 23 2010 Dan Walsh <dwalsh(a)redhat.com> - 2.2.94-1
- Update po
- Fix handling of translations
Resolves: #552922
* Sun Aug 15 2010 Dan Walsh <dwalsh(a)redhat.com> - 2.2.93-1
- Fix check on policyupdate
- Update translations
setuptool-1.19.11-1.fc14
------------------------
* Wed Sep 22 2010 Michal Hlavinka <mhlavink(a)redhat.com> 1.19.11-1
- update translations
shiboken-0.5.0-2.fc14
---------------------
* Sat Sep 11 2010 Kalev Lember <kalev(a)smartlink.ee> - 0.5.0-2
- Added patch to fix pkgconfig file generation
* Sat Sep 11 2010 Kalev Lember <kalev(a)smartlink.ee> - 0.5.0-1
- Update to 0.5.0
- Dropped upstreamed patches
* Wed Aug 04 2010 Kalev Lember <kalev(a)smartlink.ee> - 0.4.0-1
- Update to 0.4.0
- Backport patch to fix tests with Python 2.7
spice-0.6.0-1.fc14
------------------
* Tue Aug 31 2010 Alexander Larsson <alexl(a)redhat.com> - 0.6.0-1
- Update to 0.6.0 (stable release)
spice-protocol-0.6.0-1.fc14
---------------------------
* Tue Aug 31 2010 Alexander Larsson <alexl(a)redhat.com> - 0.6.0-1
- Update to 0.6.0 (stable release)
sugar-turtleart-98-1.fc14
-------------------------
* Wed Sep 22 2010 Peter Robinson <pbrobinson(a)gmail.com> - 98-1
- New 98 release
* Wed Aug 18 2010 Sebastian Dziallas <sebastian(a)when.com> - 94-1
- New upstream release
thunderbird-3.1.4-1.fc14
------------------------
* Tue Sep 21 2010 Martin Stransky <stransky(a)redhat.com> - 3.1.4-1
- Update to 3.1.4
* Thu Sep 16 2010 Dan Horák <dan[at]danny.cz> - 3.1.3-2
- fix build on s390
upstart-0.6.5-9.fc14
--------------------
* Tue Sep 21 2010 Petr Lautrbach <plautrba(a)redhat.com> 0.6.5-9
- set DEAD_PROCESS for dead process with pid in utmp table (#572199, #632568)
- exit shutdown with nonzero exitcode when fails shutdown
viking-0.9.95-2.fc14
--------------------
* Sat Sep 18 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> - 0.9.95-2
- add BuildRequires: rarian-compat for scrollkeeper-config
* Tue Sep 07 2010 Fabian Affolter <fabian(a)bernewireless.net> - 0.9.95-1
- Removed old patch0
- Added new BR
- Updated to new upstream version 0.9.95
* Wed Jul 14 2010 Fabian Affolter <fabian(a)bernewireless.net> - 0.9.94-1
- Updated file section
- Updated DSOLinking patch
- Updated to new upstream version 0.9.94
* Thu May 27 2010 Fabian Affolter <fabian(a)bernewireless.net> - 0.9.93-1
- Updated to new upstream version 0.9.93
* Sun May 09 2010 Fabian Affolter <fabian(a)bernewireless.net> - 0.9.91-4
- Rebuild for new gpsd release
wildmidi-0.2.3.4-1.fc14
-----------------------
* Sun Sep 12 2010 Hans de Goede <hdegoede(a)redhat.com> 0.2.3.4-1
- New upstream release 0.2.3.4-1
Summary:
Added Packages: 7
Removed Packages: 0
Modified Packages: 72
11 years, 8 months