Changed packages:

==== apparmor-docs ====
Subpackages: apparmor-parser apparmor-profiles apparmor-utils libapparmor-devel libapparmor1 libapparmor1-32bit pam_apparmor pam_apparmor-32bit perl-apparmor

- Rename rpmlintrc to %{name}-rpmlintrc.
  Follow the packaging guidelines.
- add perl-apparmor-fix-bare-network-keyword-handling.diff:
  perl-apparmor: Fix handling of network (or network all) (bnc#889650)
- add perl-apparmor-handle-bare-capability-keyword.diff:
  perl-apparmor: Fix handling of capability keyword (bnc#889651)
- add perl-apparmor-properly-handle-bare-file-keyword.diff:
  perl-apparmor: Properly handle bare file keyword (bnc#889652)

==== bind ====
Version update (9.9.4P2 -> 9.9.5P1)
Subpackages: bind-chrootenv bind-doc bind-libs bind-utils

- Package dnssec-checkds and dnssec-coverage binaries and man pages only on
  post-11.1 systems.
- Update to version 9.9.5P1
  Various bugfixes and some feature fixes. (see CHANGES files)
  Security and maintenance issues:
  - [bug] Don't call qsort with a null pointer. [RT #35968]
  - [bug] Disable GCC 4.9 "delete null pointer check". [RT #35968]
  - [port] linux: libcap support: declare curval at start of block. [RT #35387]
- Update to version 9.9.5
  - [bug] Address double dns_zone_detach when switching to using automatic
    empty zones from regular zones. [RT #35177]
  - [port] Use built-in versions of strptime() and timegm() on all platforms
    to avoid portability issues. [RT #35183]
  - [bug] Address a portentry locking issue in dispatch.c. [RT #35128]
  - [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND on a missing
    resolv.conf file and initializes the structure as if it had been
    configured with  nameserver ::1 nameserver 127.0.0.1  [RT #35194]
  - [contrib] queryperf: Fixed a possible integer overflow when printing
    results. [RT #35182]
  - [protocol] Accept integer timestamps in RRSIG records. [RT #35185]
  - [func] named-checkconf can now obscure shared secrets when printing by
    specifying '-x'. [RT #34465]
  - [bug] Improvements to statistics channel XSL stylesheet: the stylesheet can
    now be cached by the browser; section headers are omitted from the stats
    display when there is no data in those sections to be displayed; counters
    are now right-justified for easier readability. (Only available with
    configure --enable-newstats.) [RT #35117]
  - [cleanup] Replaced all uses of memcpy() with memmove(). [RT #35120]
  - [bug] Handle "." as a search list element when IDN support is enabled.
    [RT #35133]
  - [bug] dig failed to handle AXFR style IXFR responses which span multiple
    messages. [RT #35137]
  - [bug] Address a possible race in dispatch.c. [RT #35107]
  - [bug] Warn when a key-directory is configured for a zone, but does not
    exist or is not a directory. [RT #35108]
  - [security] memcpy was incorrectly called with overlapping ranges resulting
    in malformed names being generated on some platforms.  This could cause
    INSIST failures when serving NSEC3 signed zones (CVE-2014-0591).
    [RT #35120]
  - [bug] Two calls to dns_db_getoriginnode were fatal if there was no data at
    the node. [RT #35080]
  - [bug] Iterative responses could be missed when the source port for an
    upstream query was the same as the listener port (53). [RT #34925]
  - [bug] Fixed a bug causing an insecure delegation from one static-stub zone
    to another to fail with a broken trust chain. [RT #35081]
  - [bug] loadnode could return a freed node on out of memory. [RT #35106]
  - [bug] Address null pointer dereference in zone_xfrdone. [RT #35042]
  - [func] "dnssec-signzone -Q" drops signatures from keys that are still
    published but no longer active. [RT #34990]
  - [bug] "rndc refresh" didn't work correctly with slave zones usingi
    inline-signing. [RT #35105]
  - [cleanup] Add a more detailed "not found" message to rndc commands which
    specify a zone name. [RT #35059]
  - [bug] Correct the behavior of rndc retransfer to allow inline-signing slave
    zones to retain NSEC3 parameters instead of reverting to NSEC. [RT #34745]
  - [port] Update the Windows build system to support feature selection and
    WIN64 builds.  This is a work in progress. [RT #34160]
  - [bug] dig could fail to clean up TCP sockets still waiting on connect().
    [RT #35074]
  - [port] Update config.guess and config.sub. [RT #35060]
  - [bug] 'nsupdate' leaked memory if 'realm' was used multiple times.
    [RT #35073]
  - [bug] "named-checkconf -z" now checks zones of type hint and redirect as
    well as master. [RT #35046]
  - [misc] Provide a place for third parties to add version information for
    their extensions in the version file by setting the EXTENSIONS variable.
  - [bug] RPZ zeroed ttls if the query type was '*'. [RT #35026]
  - [func] Local address can now be specified when using dns_client API.
    [RT #34811]
  - [bug] Don't allow dnssec-importkey overwrite a existing non-imported
    private key.
  - [bug] Address read after free in server side of lwres_getrrsetbyname.
    [RT #29075]
  - [bug] Fix cast in lex.c which could see 0xff treated as eof. [RT #34993]
  - [bug] Failure to release lock on error in receive_secure_db. [RT #34944]
  - [bug] Updated OpenSSL PKCS#11 patches to fix active list locking and other
    bugs. [RT #34855]
  - [bug] Address bugs in dns_rdata_fromstruct and dns_rdata_tostruct for WKS
    and ISDN types. [RT #34910]
  - [bug] 'host' could die if a UDP query timed out. [RT #34870]
  - [bug] Address lock order reversal deadlock with inline zones. [RT #34856]
  - [cleanup] Changed the name of "isc-config.sh" to "bind9-config".
    [RT #23825]
  - [port] linux: Address platform specific compilation issue when libcap-devel
    is installed. [RT #34838]
  - [port] Some readline clones don't accept NULL pointers when calling
    add_history. [RT #34842]
  - [cleanup] Simplify TCP message processing when requesting a zone transfer.
    [RT #34825]
  - [bug] Address race condition with manual notify requests. [RT #34806]
  - [func] Create delegations for all "children" of empty zones except
    "forward first". [RT #34826]
  - [tuning] Adjust when a master server is deemed unreachable. [RT #27075]
  - [tuning] Use separate rate limiting queues for refresh and notify
    requests. [RT #30589]
  - [cleanup] Include a comment in .nzf files, giving the name of the
    associated view. [RT #34765]
  - [bug] Address a race condition when shutting down a zone. [RT #34750]
  - [bug] Journal filename string could be set incorrectly, causing garbage in
    log messages. [RT #34738]
  - [protocol] Use case sensitive compression when responding to queries.
    [RT #34737]
  - [protocol] Check that EDNS subnet client options are well formed.
    [RT #34718]
  - [func] Allow externally generated DNSKEY to be imported into the DNSKEY
    management framework.  A new tool dnssec-importkey is used to do this.
    [RT #34698]
  - [bug] Handle changes to sig-validity-interval settings better. [RT #34625]
  - [bug] ndots was not being checked when searching.  Only continue searching
    on NXDOMAIN responses.  Add the ability to specify ndots to nslookup.
    [RT #34711]
  - [bug] Treat type 65533 (KEYDATA) as opaque except when used in a key zone.
    [RT #34238]
- Updated to current rpz patch from�http://ss.vix.su/~vjs/rrlrpz.html
  - rpz2-9.9.4.patch
  + rpz2+rl-9.9.5.patch

==== findutils ====
Version update (4.5.12 -> 4.5.14)

- Upgrade to 4.5.14
- Refresh patches:
    findutils-4.4.2-xautofs.patch
    findutils-gnulib-ppc64le.patch (using -p0 for consistency)
- findutils.spec (Version): s/4.5.12/4.5/14
  (%patch1): Remove -p1.
  (%configure): Remove --without-included-regex option,
    as it is the default anyway.

==== geronimo-j2ee-1_4-apis ====
Subpackages: geronimo-specs-poms

- Do not mess with defattr as it is pointless.
- Try to use the update-alternatives properly.

==== glibc-32bit ====
Subpackages: glibc-locale-32bit

- ppc64le-profiling.patch: fix profiling for ppc64le (bnc#889601, BZ
  [#17213])
- s390-revert-abi-change.patch: replace with upstream patch, switches
  default symbol version back to old version (bnc#887228)

==== glibc ====
Subpackages: glibc-devel glibc-extra glibc-info glibc-locale nscd

- ppc64le-profiling.patch: fix profiling for ppc64le (bnc#889601, BZ
  [#17213])
- s390-revert-abi-change.patch: replace with upstream patch, switches
  default symbol version back to old version (bnc#887228)

==== libibus-1_0-5 ====
Subpackages: typelib-1_0-IBus-1_0

- remove patches merged by upstream
  * add-libgnomekbd-and-load-preload-engines.patch
  * reload-preload-engines-until-users-customize-the-list.patch
- obsoletes python-ibus when packaged for Python 3

==== intlfonts ====
Subpackages: intlfonts-chinese-big-bitmap-fonts intlfonts-chinese-bitmap-fonts intlfonts-euro-bitmap-fonts intlfonts-japanese-big-bitmap-fonts intlfonts-japanese-bitmap-fonts

- Rename README.SuSE to README.SUSE (bnc#889017)

==== kiwi ====
Version update (5.06.135 -> 5.06.142)
Subpackages: kiwi-desc-isoboot kiwi-desc-netboot kiwi-desc-oemboot kiwi-desc-vmxboot kiwi-doc kiwi-media-requires kiwi-pxeboot kiwi-templates kiwi-tools

- v5.06.142 released
- Fixed consoleInit, use /dev/console not tty0
- Don't block initial boot by warning messages
- Fixed union setup in kiwi boot code
  * rw/ro variables should not be overwritten with empty content
- Fixed build.sh jenkins test
  * typo in option handling
- v5.06.141 released
- Fixed build.sh jenkins test
  * requires a mandatory arch parameter now
- v5.06.140 released
- Varios fixes around OVF creation
  * make sure return value from createOVFConfiguration is handled
    correctly in createVagrantBox
  * make sure output of messages is not jumbled up by status messages
  * make sure --format parameter is correctly handled when
    specified on the command line
- v5.06.139 released
- Adapt unit tests for OVF tests to be correct with regards
  to the size of the fake image and the size configured
- Fixed KIWIOVFConfigWriter::writeConfigFile
  The size placed as ovf:capacity in the OVF metadata should
  be obtained from the real embedded image and not from the
  XML configuration. Reason is mostly that <size> is an option
  in the XML configuration and also does not exactly match
  the real byte value due to alignment adaptions
- v5.06.138 released
- Fixed jenkins test
  * don't require kiwi to be installed on the jenkins host
  * fixed tests to run kiwi from the git checkout
- v5.06.137 released
- Fixed kiwiOVFConfigWriter unit test
  The test has been written exclusively for the x86_64 architecture
  In order to not fail on other architectures I added an arch
  check when needed. Actually this is not an ideal solution and
  the test itself should be written arch independent. Thus I
  expect a follow up on this one soon
- v5.06.136 released
- Don't populate java classpath warnings to the user when
  calling jing for showing detailed validation errors in
  case of an invalid XML description
- Several s390 fixes from Rudi
  * s390 can use grub2, make sure kiwi can make use of it
  * don't use route command, ip is the tool we want to use
  * make sure dasdinfo exists in initrd
  * fixed IFS restore bug in setupDNS
  * fixed use of test '-eq' vs '=' operator
- Deleted indention helper script
- DB: rebuild schema documentation
- Add platform dependent reference results for the OVF write tests
- Make the OVF write test platform independent
- DB: rebuild documentation
- Update indention level to 4 spaces
- Update .indent helper script to use 4 spaces as indention
- Fixed indention typos in createOVFConfiguration
- Fixed disk partition alignment calculation. As we setup
  the disk by numbers of sectors it's required to handle
  the alignment boundary sectorsize conform

==== libvirt ====
Version update (1.2.6 -> 1.2.7)
Subpackages: libvirt-client libvirt-daemon libvirt-daemon-config-network libvirt-daemon-config-nwfilter libvirt-daemon-driver-interface libvirt-daemon-driver-libxl libvirt-daemon-driver-lxc libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage libvirt-daemon-driver-uml libvirt-daemon-driver-vbox libvirt-daemon-driver-xen libvirt-daemon-qemu libvirt-daemon-xen

- Update to libvirt 1.2.7
  - Introduce virConnectGetDomainCapabilities
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Drop upstream patches: dba3432b-virt-lxc-convert-fix.patch,
    9b1e4cd5-skip-useless-apparmor-files.patch,
    9265f8ab-apparmor-lxc-rework.patch,
    add-nocow-to-vol-xml.patch,
    lxc-keep-caps-feature.patch,
    lxc-keep-caps-feature-conversion.patch,
    lxc-keep-caps-feature-doc.patch,
    lxc-net-target-name.patch,
    lxc-net-target-name-conversion.patch,
    lxc-net-target-name-doc.patch

==== libncurses5 ====
Subpackages: libncurses5-32bit libncurses6 libncurses6-32bit ncurses-devel ncurses-utils tack terminfo terminfo-base

- Add ncurses patch 20140726
  + eliminate some redundant -I options used for building libraries, and
    ensure that ${srcdir} is added to the include-options (prompted by
    discussion with Paul Gilmartin).
  + modify configure script to work with Minix3.2
  + add form library extension O_DYNAMIC_JUSTIFY option which can be
    used to override the different treatment of justification for static
    versus dynamic fields (adapted from patch by Leon Winter).
  + add a null pointer check in test/edit_field.c (report/analysis by
    Leon Winter, cf: 20130608).

==== pam-modules ====
Subpackages: pam-modules-32bit

- Adjust description, this are no longer the default PAM modules.

==== libparted0 ====
Subpackages: parted

- Fix a bug where cylinders can be treated by parted as exact
  location, which prevents it from adjusting partition/start end.
  (bnc#880369)
  - libparted-make-sure-not-to-treat-percentages-and-cyls-as-exact.patch

==== patterns-openSUSE-apparmor ====
Subpackages: patterns-openSUSE-apparmor_opt patterns-openSUSE-base patterns-openSUSE-books patterns-openSUSE-console patterns-openSUSE-devel_C_C++ patterns-openSUSE-devel_basis patterns-openSUSE-devel_gnome patterns-openSUSE-devel_ide patterns-openSUSE-devel_java patterns-openSUSE-devel_kde patterns-openSUSE-devel_kernel patterns-openSUSE-devel_mono patterns-openSUSE-devel_perl patterns-openSUSE-devel_python patterns-openSUSE-devel_qt4 patterns-openSUSE-devel_rpm_build patterns-openSUSE-devel_ruby patterns-openSUSE-devel_tcl patterns-openSUSE-devel_web patterns-openSUSE-dhcp_dns_server patterns-openSUSE-directory_server patterns-openSUSE-enhanced_base patterns-openSUSE-enhanced_base_opt patterns-openSUSE-file_server patterns-openSUSE-fonts patterns-openSUSE-fonts_opt patterns-openSUSE-games patterns-openSUSE-gateway_server patterns-openSUSE-gnome patterns-openSUSE-gnome_admin patterns-openSUSE-gnome_basis patterns-openSUSE-gnome_basis_opt patterns-openSUSE-gnome_games patterns-openSUSE-gnome_ide patterns-openSUSE-gnome_imaging patterns-openSUSE-gnome_imaging_opt patterns-openSUSE-gnome_internet patterns-openSUSE-gnome_laptop patterns-openSUSE-gnome_multimedia patterns-openSUSE-gnome_multimedia_opt patterns-openSUSE-gnome_office patterns-openSUSE-gnome_office_opt patterns-openSUSE-gnome_utilities patterns-openSUSE-gnome_yast patterns-openSUSE-imaging patterns-openSUSE-imaging_opt patterns-openSUSE-kde patterns-openSUSE-kde4_admin patterns-openSUSE-kde4_basis patterns-openSUSE-kde4_edutainment patterns-openSUSE-kde4_games patterns-openSUSE-kde4_ide patterns-openSUSE-kde4_imaging patterns-openSUSE-kde4_internet patterns-openSUSE-kde4_laptop patterns-openSUSE-kde4_multimedia patterns-openSUSE-kde4_office patterns-openSUSE-kde4_utilities patterns-openSUSE-kde4_utilities_opt patterns-openSUSE-kde4_yast patterns-openSUSE-kvm_server patterns-openSUSE-lamp_server patterns-openSUSE-laptop patterns-openSUSE-lxde patterns-openSUSE-lxde_laptop patterns-openSUSE-lxde_office patterns-openSUSE-mail_server patterns-openSUSE-minimal_base patterns-openSUSE-minimal_base-conflicts patterns-openSUSE-misc_server patterns-openSUSE-multimedia patterns-openSUSE-multimedia_opt patterns-openSUSE-network_admin patterns-openSUSE-non_oss patterns-openSUSE-non_oss_opt patterns-openSUSE-office patterns-openSUSE-office_opt patterns-openSUSE-print_server patterns-openSUSE-remote_desktop patterns-openSUSE-rest_dvd patterns-openSUSE-sw_management patterns-openSUSE-sw_management_gnome patterns-openSUSE-sw_management_kde4 patterns-openSUSE-tabletpc patterns-openSUSE-technical_writing patterns-openSUSE-x11 patterns-openSUSE-x11_opt patterns-openSUSE-x11_yast patterns-openSUSE-xen_server patterns-openSUSE-xfce patterns-openSUSE-xfce_basis patterns-openSUSE-xfce_laptop patterns-openSUSE-xfce_office patterns-openSUSE-yast2_basis patterns-openSUSE-yast2_install_wf

- package lxde
  * move Leafpad from Suggests to Recommends to replace Beaver because
    Beaver is buggy, isn't translated and this is not going to change
    as it is unmaintained too
  * recommend Geany as advanced text editor, it is light enough to fit
    in LXDE
  * recommend xfce4-screenshooter, mtPaint lacks a lot of features
    in this area

==== python-Pillow ====

- Add missing PIL.pth installation (bnc#889973)

==== python-pyzmq ====

- Rename rpmlintrc to %{name}-rpmlintrc.
  Follow the packaging guidelines.

==== perl-Mail-SpamAssassin ====
Subpackages: spamassassin

- bnc#889004 - Package 'spamassassin' contains 'SuSE' spelling in a filename and/or SPEC file
- make init scripts executable to fix build
- Use perl(IO::Socket::IP) only for openSUSE 12.2+, because it requires
  a version minimum version of perl(IO::Socket) of 1.97 which is not available.
  Spamassassin will fallback to use perl(IO::Socket::INET6) or
  perl(IO::Socket::INET) instead.
- Update to 3.4.0
- INCOMPATIBLE CHANGES
  o DNS queries generated by SpamAssassin now enable option EDNS0 in query
    packets and specify a buffer size of 4096 bytes by default.
  o A default setting for option 'dns_available' was changed from 'test' to
    'yes' (bug 6770, bug 6769), so SpamAssassin now assumes by default that
    it is running on a host with an internet connection and a working DNS resolver.
- BUG FIXES
  o The sa-update program now avoids repeatedly downloading same rules if
    subsequent unpacking of rules and updating fails. Documented in bug 6655.
  o Several incompatibilities with newer versions of a perl module Net::DNS
    as used by sa-update and by the SpamAssassin library were fixed.
  o A perl module Razor agent clobbers entropy of a random number generator by
    re-initializing the generator on every call. The SpamAssassin Razor plugin
    now provides a workaround, preserving entropy across calls to Razor2 agent.
- NEW FEATURES
  o Redis database backend for a Bayes database
  o Improved support for IPv6
  o New command-line options:
  - -listen (or -i), spamd
    Can be specified multiple times and allows spamd to accept requests
    over multiple INET (IPv4) or INET6 (IPv6) or UNIX sockets.
  - X (or --unavailable-tempfail), spamc
    Allows return EX_TEMPFAIL instead of EX_UNAVAILABLE when using option -x.
  - 4 and -6 were added to programs spamassassin, spamd, spamc, and sa-update.
  - v or --verbose,  sa-update
    Can now take multiple -v or --verbose options to increase verbosity.
  - -max-size, sa-learn
  o New configuration options
  - Plugin/URIDNSBL: new tflags options 'a' and 'ns' were introduced. They are
    documented in the Mail::SpamAssassin::Plugin::URIDNSBL POD or man page.
  - Plugin/AutoLearnThreshold: new option autolearn_force was added. It is
    documented in the Mail::SpamAssassin::Plugin::AutoLearnThreshold POD or
    man page.
  - Plugin/ASN: new options asn_prefix and clear_asn_lookups were added.
    They are documented in Mail::SpamAssassin::Plugin::ASN POD or man page.
  - ArchiveIterator has new options opt_max_size and opt_from_regex. They are
    documented in Mail::SpamAssassin::ArchiveIterator POD or man page.
  - A new tag (macro) _RULESVERSION_ was added. It expands to a comma-separated
    list of rules versions, retrieved from an '# UPDATE version' comment in
    rules files and can be used in an 'add_header' configuration setting.
    The following new options, as implemented by various plugins or by
    other modules, are all documented in the Mail::SpamAssassin::Conf POD
    or man page:
  - Plugin/WLBLEval: new configuration options were added: enlist_uri_host,
    delist_uri_host, with shorthands blacklist_uri_host and whitelist_uri_host
    and an associated eval rule check_uri_host_listed.
  - Configuration options dns_query_restriction (allow|deny) and
    clear_dns_query_restriction were added (bug 6884).
  - A 'dns_options' setting accepts new sub-options 'dns0x20' and 'edns'.
  - Added option 'dns_server' which specifies an IP address of a recursive
    DNS server (i.e. DNS resolver) and optionally its port number.
  - Added options dns_local_ports_permit, dns_local_ports_avoid and
    dns_local_ports_none to control source port local ranges available to
    DNS queries
  - Added the following sub-options to the tflags setting: autolearn_force,
    maxhits=N, ips_only, domains_only, a, ns.
  - The option whitelist_from_rcvd can now take an IP address as its second
    argument (instead of a domain name), which can be useful for whitelisting
    a sending mailer which has no reverse DNS mapping.
  o New plugins
    A new plugin AskDNS was introduced.
- set default homedir to override invalid default in spampd file
- update spampd to version 2.42 (GIT version)
- Do not use syslog.target or Requires in systemd units.
- increase maximum message size from 250 to 512 KB for spampd, as SPAM message size increased a lot
- remove 'BuildRequires: perl-macros' from spec file, because perl
  included in openSUSE > 1210 deprecates perl-macros which causes a
  build failure.
- Install spamd.service and spampd.service accordingly (/usr/lib/systemd
  for 12.3 and up or /lib/systemd for older versions).
- replace iXhash with the inofficial, but recommended, version iXhash2
-  768582 - suse.cron-sa-update should allow to restart spamd after a successful run of sa-update
- killproc can not stop spamd
- Add systemd service files for spamd and spampd
  bnc#768581 - rcspamd stop doesn't terminate spamd
- bnc#737637 - IPv6 support in spamassassin not functional
- bnc#720220 - spampd, installed by pkg:spamassassin, FAILs to launch,
  uses non-existent/un-installed 'user'
- fix perl requires
- update to 3.3.2:
  * various fixes, fix support with perl 5.12
- remove upstreamed patches
- Fix the sa-update cronjob
- bnc#676667 - sa-update cronjob should allow amavisd restart
- switch to perl_requires macro
- bnc#650645 - Spamassassin Bug 6392
- fix build
  o mkdir /etc/cron.daily ->
    {__install} -d $RPM_BUILD_ROOT/etc/cron.daily/
  o removed from filelist
    dir /etc/cron.daily/ (provided by filesystem)
- Add script to call sa-update
- add missing requires for spampd
- Update the rules
- Fix the spec file
- bnc#582111 - Spamassassin. spamd doesn't start.
- update sa to 3.3.1
- update rules to 3.3.1.r923257
- cleanup spec
  o removed comments
- added deprecated patch for suse_version > 1120 (perl 5.12)
  o used stuff from combo patch
    https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6392
- added MIMEEval patch
  o https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6396
- added perl-Net-Ident for Build/Recommends
- fix build for SLE_10
- bzipped Source Mail-SpamAssassin-rules...
- removed patch4
  o Mail-SpamAssassin-3.2.5.diff
- build with ssl support
  o ENABLE_SSL="yes"
- renamed subpackages
  o perl-spamassassin > perl-Mail-SpamAssassin
  o new sub package perl-Mail-SpamAssassin-Plugin-iXhash
- fixed deps
  o moved most deps over to perl-Mail-SpamAssassin
- some rpmlint fixes
  o wrong-file-end-of-line-encoding {IXHASH}/CHANGELOG
  o fix build without RPM_OPT_FLAGS
- cleanup spec
  o sort TAGS
  o redefine SOURCES
  - added iXhash-1.5.5.tgz
  - added spampd-2.20.tar.gz
  - removed iXhash.pm
  - removed spampd
  o macros
  - added perl-macros
  o cleanup install section
- updated iXhash module to 1.5.5
  - iXhash is now a sourceforge project (http://ixhash.sourceforge.net/)
- added original SOURCES
  o spampd-2.20.tar.gz
- renewed Mail-SpamAssassin-3.3.0.tar.bz2
  o wget Mail-SpamAssassin-3.3.0.tar.gz + bznew
- some spec mods
  o macros {__make}, {__install} ...
  o perl_make_install
  o added check
- some rpmlint fixes
  o invalid-suse-version-check 1120
- update to 3.3.0
- add ixHash module (not activated by default)
- add additional spampd tool
  - better performance than spamd
- fixed deps
  - added perl-NetAddr-IP
- fixed Summary
- apply rules update (bnc#567849)
- fix install
- bnc#551880 ? spamassassin package should require re2c
- bnc#552035 ? install of spamassassin corrupts /etc/sysconfig/spamd

==== wicked ====
Version update (0.5.38 -> 0.6.0)
Subpackages: wicked-service

- version 0.6.0
- client: added missed ifcfg remote-ip route match (bnc#889801)
- client: ifstatus/reload/up status reporting fixes (bnc#876845)
- client: calculate additional bridge STP timeouts (bnc#888323)
- nanny: do not use fsm default but infinite timeout (bnc#876845)
- nanny: save and load policies on restart to recover (bnc#876845)
- server: client configuration state load/save fixes (bnc#876845)
- ifconfig: fixed to close tun/tap device descriptor (bnc#889326)

==== xdmbgrd ====

- Change title/subject to replace SuSE with SUSE (bnc#888992)

==== yast2-network ====
Version update (3.1.71 -> 3.1.75)

- bnc#889359
  - Re-enable Add button in Overview dialog during installation
- 3.1.75
- bnc#884517
  - fixed proposal when virtual machine proposal is selected
  - /etc/hosts do not contain incorrect 0.0.0.0 entry
- 3.1.74
- Avoid confusing firewall proposals by hidding the details (ssh
  and vnc ports) when the firewall is disabled (bnc#886554).
- 3.1.73
- Don't propose to enable the firewall if SuSEFirewall is not
  selected for installation (bnc#881250)
- 3.1.72
Removed packages:
  beaver
  libwicked-0-5


Added packages:
  libSDL_Pango1
  frozen-bubble
   > frozen-bubble-lang
   > frozen-bubble-server
  geany
   > geany-lang
  geany-plugins
   > geany-plugins-lang
  perl-Alien-SDL
  perl-Capture-Tiny
  perl-Compress-Bzip2
  perl-File-ShareDir
  perl-File-Which
  perl-IPC-Run3
  perl-Lingua-EN-Sentence
  perl-Locale-Maketext-Lexicon
  perl-PPI
  perl-Probe-Perl
  perl-SDL
  perl-Test-Script
  perl-Tie-Simple
  libwicked-0-6