#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 18th February 2012 === ==== Fedora Project ==== * Updated `gtkwave` to 3.3.32 in F-17 and Rawhide: * Turn off loader messages when `Tcl` is executing a command * Added `gtk_print_unix_dialog` support for printing to real printers by using the "`UNIX`" type * Automatically kill splash screen on reload/new tab * Added `transaction_args` `savefile` tag and support for passing args to transaction filters via the `args $comment` * Added string value of `\000`, which renders as high-Z * Integrated `alt_wheel_mode` code provided by Tom Browne * Fixes for some `rc` file variables to keep them from getting clobbered on 2nd tab opening * Warning fixes when compiled on Ubuntu . I needed to add a patch to get it to build with `gtk2` versions 2.10.0 until (but not including) 2.14.0, which don't have the `gtk/gtkunixprint.h` header file: . {{{ --- gtkwave-3.3.32/src/renderopt.c +++ gtkwave-3.3.32/src/renderopt.c @@ -15,7 +15,9 @@ #include #ifdef WAVE_GTK_UNIX_PRINT +#if GTK_CHECK_VERSION(2,14,0) #include +#endif #include #endif }}} * Updated `perl-B-Hooks-EndOfScope` to 0.10 in F-16, needed by FedoraProject:IainArnell for `perl-Catalyst-Runtime` ([[RedHatBugzilla:794975|Bug #794975]]) * Updated `perl-Class-Load` to 0.18 in F-17 and Rawhide: * Require `Package::Stash` ≥ 0.14 ([[CPAN:75095|CPAN RT#75095]]) * Updated `perl-Compress-Raw-Bzip2` to 2.049 in F-17 and Rawhide: * No changes * Updated `perl-Compress-Raw-Lzma` to 2.049 in F-17 and Rawhide: * `README` wasn't included in the distribution * Updated `perl-Compress-Raw-Zlib` to 2.049 in F-17 and Rawhide: * Include `zlib` 1.2.6 source * Updated `perl-IO-Compress` to 2.049 in F-17 and Rawhide: * `IO::Compress::Zip`: * Error in `t/cz-03zlib-v1.t` that caused warnings with 5.15 ([[PerlRT:110736|Perl RT#110736]]) * Updated `perl-IO-Compress-Lzma` to 2.049 in F-17 and Rawhide: * No changes * Cleaned up and merged all branches (F-15, F-16, F-17, Rawhide, EPEL-4, EPEL-5, EPEL-6) of `perl-Sub-Name` together, updating to version 0.05 and adding an upstream patch for [[CPAN:50524|CPAN RT#50524]] (copy contents of `%DB::sub` entry if it exists) * Updated `python-crypto` in F-17 and Rawhide to add upstream fixes for issues found by Dave Malcolm's experimental static analysis tool ([[RedHatBugzilla:790584|Bug #790584]], [[https://bugs.launchpad.net/pycrypto/+bug/934294|Launchpad #934294]]) ==== Local Packages ==== * Updated `gtkwave` to 3.3.32 as per the Fedora version * Updated `perl-Class-Load` to 0.18 as per the Fedora version * Updated `perl-Compress-Raw-Bzip2` to 2.049 as per the Fedora version * Updated `perl-Compress-Raw-Lzma` to 2.049 as per the Fedora version * Updated `perl-Compress-Raw-Zlib` to 2.049 as per the Fedora version * Updated `perl-Filter` to 1.41: * Fix `tee` and all tests to work with `Perl` 5.14 and higher * `PVIO` has no `IV` field any more, so abuse the empty `IoOFP`, which is only used for printing, not reading (fixes [[CPAN:56875|CPAN RT#56875]] and more) * Tested for 5.6.2, 5.8.4, 5.8.5, 5.8.8, 5.8.9, 5.10.1, 5.12.4, 5.14.2, 5.15.7 * Hide example packages from the `pause` indexer * Updated `perl-IO-Compress` to 2.049 as per the Fedora version * Updated `perl-IO-Compress-Lzma` to 2.049 as per the Fedora version * Tidied up `perl-Sub-Name` to have buildreqs for `Perl` core modules that might be dual-lived, and to remove explicit runtime dependencies where `rpm` can figure them out for itself (i.e. with `rpm` ≥ 4.9.0) * Updated `perl-Test-File` to 1.32: * Fixed `qr//mx` patterns to work with older `Perl`s ([[CPAN:74365|CPAN RT#74365]]) * Fixed incorrect spelling of "`privileges`" in `SKIP` blocks ([[CPAN:74483|CPAN RT#74483]]) * Skip testing of symlinks on Windows ([[CPAN:57682|CPAN RT#57682]]) * Fixed automatically generated test name for `owner_isnt` ([[CPAN:37676|CPAN RT#37676]]) * Updated `perl-Variable-Magic` to 0.48: * You can now pass a reference to `undef` as the magic callback in order to install a no-op callback * Updated `python-crypto` as per the Fedora version ----