New package: almas-mongolian-title-fonts-1.0-1.fc19
Mongolian Title font
New package: datalog-2.3-1.fc19
A Lightweight Deductive Database using Datalog
New package: php-symfony2-Filesystem-2.1.2-2.fc19
Symfony2 Filesystem Component
New package: php-symfony2-OptionsResolver-2.1.2-2.fc19
Symfony2 OptionsResolver Component
Updated Packages:
alexandria-0.6.8-9.fc19
-----------------------
* Sat Oct 13 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.6.8-9
- Rescue the case where parsing yaml file failed and let user
re-download book information (bug 861740)
cairo-1.12.4-1.fc19
-------------------
* Fri Oct 12 2012 Matthias Clasen <mclasen@redhat.com> - 1.12.4-1
- 1.12.4
- drop obsolete patch
cura-networking-0.0.4-1.fc19
----------------------------
* Fri Oct 12 2012 Radek Novacek <rnovacek@redhat.com> 0.0.4-1
- Update to 0.0.4
digikam-3.0.0-0.4.beta2.fc19
----------------------------
* Sat Oct 13 2012 Alexey Kurov <nucleo@fedoraproject.org> - 3.0.0-0.4.beta2
- digikam-3.0.0-beta2
dom4j-1.6.1-10.fc19
-------------------
* Fri Oct 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.6.1-10
- Disable test dependencies because tests are skipped
eclipse-subclipse-1.8.16-1.fc19
-------------------------------
* Thu Oct 11 2012 Sami Wagiaalla <swagiaal@redhat.com> 1.8.16-1
- Update to release 1.8.16.
erlang-cluster_info-1.2.2-1.fc19
--------------------------------
* Fri Oct 12 2012 Peter Lemenkov <lemenkov@gmail.com> - 1.2.2-1
- Ver. 1.2.2
- Switched upstream to Basho
erlang-edown-0.3.1-1.fc19
-------------------------
* Fri Oct 12 2012 Peter Lemenkov <lemenkov@gmail.com> - 0.3.1-1
- Ver. 0.3.1
freeipa-3.0.0-2.fc19
--------------------
* Fri Oct 12 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-2
- Configure CA replication to use TLS instead of SSL
* Fri Oct 12 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-1
- Updated to upstream 3.0.0 GA
- Set minimum for samba to 4.0.0-153.
- Make sure server-trust-ad subpackage alternates winbind_krb5_locator.so
plugin to /dev/null since they cannot be used when trusts are configured
- Restrict krb5-server to 1.10.
- Update BR for 389-ds-base to 1.3.0
- Add directory /var/lib/ipa/pki-ca/publish for CRL published by pki-ca
- Add Requires on zip for generating FF browser extension
freeipmi-1.2.2-1.fc19
---------------------
* Fri Oct 12 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.2-1
- Updated to freeipmi-1.2.2:
- Support new --sol-payload-instance and --deactivate-all-instances
options in ipmiconsole.
- Fix ipmiseld compile issue with -Werror=format-security.
haproxy-1.4.22-1.fc19
---------------------
* Fri Oct 12 2012 Robin Lee <cheeselee@fedoraproject.org> - 1.4.22-1
- Update to 1.4.22 (CVE-2012-2942, #824544)
- Use linux2628 build target
- No separate x86_64 build target for halog
- halog build honors rpmbuild optflags
- Specfile cleanup
* Mon Sep 17 2012 Václav PavlÃ*n <vpavlin@redhat.com> - 1.4.20-3
- Scriptlets replaced with new systemd macros (#850143)
inadyn-mt-2.24.36-8.fc19
------------------------
* Sat Oct 13 2012 Jochen Schmitt <sJochen herr-schmitt de> - 2.24.36-8
- Fix Sigfault (#863026)
iptables-1.4.16.2-2.fc19
------------------------
* Fri Oct 12 2012 Thomas Woerner <twoerner@redhat.com> 1.4.16.2-2
- new sub package services providing the systemd services (RHBZ#862922)
- new sub package utils: provides nfnl_osf and the pf.os database
- using /usr/libexec/iptables as script path for the original init scripts
- added service iptables save funcitonality using the new way provided by
initscripts 9.37.1 (RHBZ#748134)
- added virtual provide for libxtables.so.7
* Mon Oct 08 2012 Thomas Woerner <twoerner@redhat.com> 1.4.16.2-1
- new version 1.4.16.2
- build: support for automake-1.12
- build: separate AC variable replacements from xtables.h
- build: have `make clean` remove dep files too
- doc: grammatical updates to libxt_SET
- doc: clean up interpunction in state list for xt_conntrack
- doc: deduplicate extension descriptions into a new manpage
- doc: trim "state" manpage and reference conntrack instead
- doc: have NOTRACK manpage point to CT instead
- doc: mention iptables-apply in the SEE ALSO sections
- extensions: libxt_addrtype: fix type in help message
- include: add missing linux/netfilter_ipv4/ip_queue.h
- iptables: fix wrong error messages
- iptables: support for match aliases
- iptables: support for target aliases
- iptables-restore: warn about -t in rule lines
- ip[6]tables-restore: cleanup to reduce one level of indentation
- libip6t_frag: match any frag id by default
- libxtables: consolidate preference logic
- libxt_devgroup: consolidate devgroup specification parsing
- libxt_devgroup: guard against negative numbers
- libxt_LED: guard against negative numbers
- libxt_NOTRACK: replace as an alias to CT --notrack
- libxt_state: replace as an alias to xt_conntrack
- libxt_tcp: print space before, not after "flags:"
- libxt_u32: do bounds checking for @'s operands
- libxt_*limit: avoid division by zero
- Merge branch 'master' of git://git.inai.de/iptables
- Merge remote-tracking branch 'nf/stable'
- New set match revision with --return-nomatch flag support
- dropped fixrestore patch, upstream
* Wed Aug 01 2012 Thomas Woerner <twoerner@redhat.com> 1.4.15-1
- new version 1.4.15
- extensions: add HMARK target
- iptables-restore: fix parameter parsing (shows up with gcc-4.7)
- iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)
- libxtables: add xtables_ip[6]mask_to_cidr
- libxt_devgroup: add man page snippet
- libxt_hashlimit: add support for byte-based operation
- libxt_recent: add --mask netmask
- libxt_recent: remove unused variable
- libxt_HMARK: correct a number of errors introduced by Pablo's rework
- libxt_HMARK: fix ct case example
- libxt_HMARK: fix output of iptables -L
- Revert "iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)"
kde-settings-19-8.fc19
----------------------
* Fri Oct 12 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> 19-8
- kslideshow.kssrc: use xdg-user-dir instead of hardcoding $HOME/Pictures
* Fri Oct 12 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> 19-7
- port 11-fedora-kde-policy from old pkla format to new polkit-1 rules (#829881)
- nepomukstrigirc: index translated xdg-user-dirs (dvratil, #861129)
kdegraphics-thumbnailers-4.9.2-2.fc19
-------------------------------------
* Sat Oct 13 2012 Alexey Kurov <nucleo@fedoraproject.org> - 4.9.2-2
- rebuild for new libkdcraw from digikam-3.0.0-beta2
kernel-3.7.0-0.rc0.git6.2.fc19
------------------------------
* Fri Oct 12 2012 Justin M. Forbes <jforbes@redhat.com>
- Add perf build fix back, changed to work with upstream
* Fri Oct 12 2012 Justin M. Forbes <jforbes@redhat.com>
- v3.6-10630-gccff9b1
libkdcraw-4.9.50-2.fc19
-----------------------
* Sat Oct 13 2012 Alexey Kurov <nucleo@fedoraproject.org> - 4.9.50-2
- BR: pkgconfig(jasper) pkgconfig(libxml-2.0)
* Sat Oct 13 2012 Alexey Kurov <nucleo@fedoraproject.org> - 4.9.50-1
- libkdcraw update from digikam-3.0.0-beta2
- enable build against lcms2
- enable RawSpeed libraw codec
libosinfo-0.2.1-1.fc19
----------------------
* Fri Oct 12 2012 Zeeshan Ali <zeenix@redhat.com> - 0.2.1-1
- Fix and simplify udev rule.
- Fedora:
- Fix minimum RAM requirements for F16 and F17.
- Add data on:
- Fedora 18
- GNOME 3.6
- Ubuntu 12.10
- Fixes to doc build.
- Install script:
- Add get_config_param method.
- Differenciate between expected/output script names.
- Add more utility functions.
- Add 'installer-reboots' parameter to medias.
- osinfo-detect does not die of DB loading errors anymore.
- More type-specific entity value getters/setters.
- Fixe and update RNG file.
- Add 'subsystem' property/attribute to devices.
maven-enforcer-1.1.1-1.fc19
---------------------------
* Fri Oct 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.1-1
- Update to upstream version 1.1.1
- Convert patches to POM macro
- Remove patch for bug 748074, upstreamed
mrbs-1.4.9-1.fc19
-----------------
* Fri Oct 12 2012 Xavier Bachelot <xavier@bachelot.org> 1.4.9-1
- Update to 1.4.9.
ocaml-libvirt-0.6.1.2-5.fc19
----------------------------
* Fri Oct 12 2012 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.2-5
- Modernise the spec file.
- Add upstream patch to remove unnecessary get_cpu_stats second parameter
(thanks Hu Tao).
perl-AnyEvent-XMPP-0.53-1.fc19
------------------------------
* Fri Oct 12 2012 Petr Å*abata <contyk@redhat.com> - 0.53-1
- 0.53 bump
perl-AuthCAS-1.6-1.fc19
-----------------------
* Fri Oct 12 2012 Xavier Bachelot <xavier@bachelot.org> 1.6-1
- Update to 1.6.
perl-CGI-Application-Plugin-ValidateRM-2.5-1.fc19
-------------------------------------------------
* Fri Oct 12 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 2.5-1
- Update to 2.5
perl-Coro-6.10-1.fc19
---------------------
* Fri Oct 12 2012 Petr Pisar <ppisar@redhat.com> - 6.10-1
- 6.10 bump
perl-File-DirCompare-0.7-1.fc19
-------------------------------
* Fri Oct 12 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 0.7-1
- Update to 0.7
- Clean up spec file
perl-MIME-EncWords-1.012.6-1.fc19
---------------------------------
* Fri Oct 12 2012 Xavier Bachelot <xavier@bachelot.org> 1.012.6-1
- Update to 1.012.6.
perl-Mojolicious-3.46-1.fc19
----------------------------
* Fri Oct 12 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 3.46-1
- Update to 3.46
perl-Router-Simple-0.10-1.fc19
------------------------------
* Fri Oct 12 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 0.10-1
- Update to 0.10
- Add perl default filter
- Move to the Build.PL build method
pesign-0.98-1.fc19
------------------
* Fri Oct 12 2012 Peter Jones <pjones@redhat.com> - 0.98-1
- Update to 0.98
- Add client/server mode.
pki-core-10.0.0-0.44.b1.fc18
----------------------------
* Fri Oct 12 2012 Ade Lee <alee@redhat.com> 10.0.0-0.44.b1
- Update required tomcatjss version
- Added net-tools dependency
poedit-1.5.4-1.fc19
-------------------
* Thu Oct 11 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.5.4-1
- Update to 1.5.4
pyOpenSSL-0.13-4.fc19
---------------------
* Fri Oct 12 2012 Petr Pisar <ppisar@redhat.com> - 0.13-4
- Do not scan documentation for dependencies (bug #865806)
pytest-2.2.4-4.fc19
-------------------
* Thu Oct 11 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.4-4
- Add conditional for sphinx on rhel.
- Remove rhel logic from with_python3 conditional.
- Disable failing tests for Python3.
python-py-1.4.9-8.fc19
----------------------
* Fri Oct 12 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.9-8
- Re-enable doc building and testsuite.
ssmtp-2.64-5.fc19
-----------------
* Sat Oct 13 2012 Manuel "lonely wolf" Wolfshant <wolfy@fedoraproject.org> - 2.64-5
- Optional separation of TLS client key and certificate files
- Add patch enabling verification of TLS server ( #864894 )
sticky-notes-0.3.09062012.4-8.fc19
----------------------------------
* Fri Oct 12 2012 Athmane Madjoudj <athmane@fedoraproject.org> 0.3.09062012.4-8
- Fix hostname issue in rss URLs when reverse proxy is used.
sugar-browse-143-1.fc19
-----------------------
* Fri Oct 12 2012 Manuel Quiñones <manuq@laptop.org> - 143-1
- New 143 release
systemtap-2.1-0.1.git3df148c.fc19
---------------------------------
* Fri Oct 12 2012 Josh Stone <jistone@redhat.com> 2.1-0.1.git3df148c
- Snapshot git 3df148cb571a6bd4b2b725b7e7e3b419a5dd73b5
- Disable docs due to bz864730
* Tue Oct 09 2012 Josh Stone <jistone@redhat.com> - 2.0-1
- Upstream release.
truezip-7.6.6-1.fc19
--------------------
* Sat Oct 13 2012 Gerard Ryan <galileo@fedoraproject.org> - 7.6.6-1
- Update to upstream 7.6.6.
- Remove patch and add pom macros instead.
- add new PaceManager extension as a subpackage.
- Switch parent in POM to older parent from 7.5.5.
virt-top-1.0.8-2.fc19
---------------------
* Fri Oct 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-2
- New upstream version 1.0.8.
- Requires tiny change to ocaml-libvirt, hence dep bump.
- Clean up the spec file.
- Remove explicit BR ocaml-camomile (not used AFAIK).
xalan-j2-2.7.1-17.fc19
----------------------
* Fri Oct 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.1-17
- Remove classpaths from manifests, resolves: rhbz#575635
- Remove jlex from classpath
- Fix source URL to archive.apache.org
- Don't mix spaces and tabs in spec file
- Fix end-of-line encoding of some documentation files
xrootd-3.2.5-1.fc19
-------------------
* Fri Oct 12 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 1:3.2.5-1
- Update to version 3.2.5
xscope-1.3.99.901-1.fc19
------------------------
* Sat Oct 13 2012 Yanko Kaneti <yaneti@declera.com> 1.3.99.901-1
- Upstream pre-release for 1.4
Summary:
Added Packages: 4
Removed Packages: 0
Upgraded Packages: 49
Compose finisheded at Sat Oct 13 13:04:06 UTC 2012
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel