Changed packages:

==== GeoIP ====
Version update (1.5.1 -> 1.6.4)
Subpackages: libGeoIP1

- Disable checks, they fail with currently provided data file.
- Update to 1.6.4:
  + Update Fips code
  + Several issues with the MinGW build were fixed.
  + Use a constructor in pread.c to ensure the critical section is
    always initialized.
  + Added missing include of io.h on Windows
  + Fixed configure warning that 'missing' script is too old or
    missing.
  + Previously nmake /f Makefile.vc clean would fail on Windows. This was fixed.
  + Obsolete win32 and NetWare make files were removed.
  + Numerous documentation updates.
- Changes from 1.6.3:
  + Added a GEOIP_SILENCE flag. Include this flag when calling
    GeoIP_open to prevent any messages from being written to stderr.
  + Mitigate a possible race condition when running nuder threads
    in the GeoIP_cleanup function.
  + Added some recommendations to the docs on using this library
    in a threaded application.
  + Fixed some bugs discovered by coverity, including failure to
    check some system call return values and making sure all
    strings are null-terminated
- Changes from 1.6.2:
  + Two files required for building on Win32 were missing from the
    1.6.1 release. These files were added. There are no changes
    affecting other platforms.
- Changes from 1.6.1:
  + Improve Win32 support.
  + Update FIPS codes.
- Changes from 1.6.0:
  + The GeoIP Update program was move to its own repo and source
    distribution.

==== branding-openSUSE ====
Subpackages: dynamic-wallpaper-branding-openSUSE gfxboot-branding-openSUSE grub2-branding-openSUSE plymouth-branding-openSUSE wallpaper-branding-openSUSE xfce4-splash-branding-openSUSE yast2-qt-branding-openSUSE

- enable grub theme on aarch64

==== libindi ====
Version update (0.9.7 -> 1.0.0)
Subpackages: libindi-devel

- Update to version 1.0.0:
  * 3rdparty: Support for QHY CCDs and CFWs (BETA).
  * 3rdparty: Support for Meade DSI (BETA).
  * 3rdparty: Support for FFMV cameras.
  * Support for STAR2000.
  * Support for Baader dome.
  * Support for Baader SteelDrive focuser.
  * Support for dome slaving (BETA).
  * Subframing and debayer support in GPhoto driver.
  * Improved CFW handling and external tracking CCD for SBIG CCDs.
  * Add debayer support for color cameras with user-configurable
    options. Debayer is performed at the client level.
  * Fixed deinterlacing and subframing support in Starlight Xpress
    drivers.
  * Fixed issues with joystick support in some drivers. Added
    joystick support to focuser and filter wheels.
  * Improvements in generation of FITS header.
  * Improvement in performance of some drivers under SBCs like
    Raspberry PI.
  * Added fan and readout speed controls to QSI CCD.
  * Fixed locale issue in INDI driver.
  * Fixed regression in LX200Basic driver.
  * Fixed issue with INDI Server resetting environment variable for
    skeleton and config files.
  * Various fixes for loading/saving of user configuration.
  From version 0.9.9:
  * Thread-safe INDI Library.
  * Support for Rigelsys NFocus Focuser driver.
  * 3rdparty: Additional VID/PID for QHY.
  * 3rdparty: added USB Bandiwdth control for ZWO Optical cameras.
  * 3rdparty: Updated and improved INDI Apogee driver and Apogee
    Library major update.
  * 3rdparty: Live preview support for GPhoto driver. Tested on
    Canon.
  * 3rdparty: Various bugfixes and improvements in INDI SBIG driver
    including working guide chip support.
  * 3rdparty: Fixed time drift error in EQMod. Added Horizon
    limits. Added Backlash comp.
  * Updated and improved Image Agent.
  * Improved Astrophysics driver support.
  * Fixed location bug in Celestron GPS driver.
  * Additional information in FITS header such as filter name.
  * Joystick support for focuser and filter wheel devices.
  * Added option to enable local & remote save for FITS images in
    all CCD drivers.
  * Older V4L driver is deprecated (indi_v4l_legacy) and is
    replaced by indi_v4l2_ccd
  * V4L2: added recording (SER files) for use with Registax
  * V4L2: added RGGB & UYVY pixel format support to V4L2 drivers.
  * V4L2: fixed LX long exposure times.
  * Updated and improved tutorials.
  * Fixed few OSX compatibility issues.
  * Various bug fixes and improvements.
  From version 0.9.8:
  * Support for Telescope Alignment Subsystem Infrastructure. This
    includes an implementation of Markley's singular value
    decomposition (SVD) based algorithm for the computation of
    sky/telescope coordinate conversion transforms, in addition to
    multiple plugin support.
  * Suppprt for SkyWatcherAPI Mount with Alignment Subsystem.
  * Support for ZWO Optics ASI Cameras (3rd party)
  * Support for AAG Cloud Watcher station (3rd Party).
  * Support for MoonLite focusers.
  * Support for Fishcamp CCDs (3rd Party).
  * Support for Imager Agent.
  * Improved EQMod driver including custom parking position.
  * New and updated Astrophysics mount driver.
  * New and updated QHY CCD Driver (3rd Party).
  * New and improved GPhoto driver to support DSLRs.
  * New and updated Video4Linux CCD Driver including support for
    long exposures (LX) and Imaging Source cameras.
  * New and improved Apogee CCD driver.
  * Improved support for SBIG CCDs including ST-I.
  * Updated and improved TCFS Focuser drivers.
  * Drivers migrated to libusb 1.0 framework.
  * Rapid Guide Support for CCD Drivers.
  * Improved compatibility with Mac OSX including INDI Server and
    GUI.
  * Various bug fixes and improvements.
- Added new build requirements gsl-devel and libjpeg-devel.
- Adjust no-return-in-nonvoid-function.patch for this release
  (patch upstream).
- Removed libindi-aarch64.patch (fixed upstream).

==== perl-Business-ISBN-Data ====
Version update (20140910.001 -> 20140910.002)

- updated to 20140910.002
  * Look in the current directory for RangeMessage.xml if it's
    not in other locations. This can help with various Perl app
    packagers. (But, also try ISBN_RANGE_MESSAGE env var)
- add fix-provides.diff to avoid providing ::ISBN without data

==== python-ecdsa ====
Version update (0.11 -> 0.13)

- update to 0.13
  Fix the argument order for Curve constructor (put openssl_name= at the end,
  with a default value) to unbreak compatibility with external callers who used
  the 0.11 convention.
  * update to 0.12
  Switch to Versioneer for version-string management (fixing the broken
  `ecdsa.__version__` attribute). Add Curve.openssl_name property. Mention
  secp256k1 in README, test against OpenSSL. Produce "wheel" distributions. Add
  py3.4 and pypy3 compatibility testing. Other minor fixes.

==== texlive-latex-doc ====
Version update (2013.84.svn27907 -> 2013.90.svn27907)

- rework generate to create the texlive-specs-$letter.spec directly
  to build X sources
- this decouples the letter from being a prefix to be a slice of
  all the texlive packages
- as such patches move between packages, among them
  bbold_bbold11.dif bbold_bbold11.dif context_fourier-map.dif context_fourier-map.dif
  jadetex_ini.dif kpathsea_cnf.dif latexdiff_env.dif luaotfload_varfonts.dif latex2man_tmphandling.dif
  musixtex_various.dif pgf_plain.dif musixtex_various.dif texconfig_scripts.dif
  texdraw_info.dif tex4ht_env.dif texdoc_cnf.dif tetex_scripts.dif

==== xf86-video-mga ====
Version update (1.6.3 -> 1.6.4)

- Update to version 1.6.4
  * man: Don't mention the HAL
  * dri: Stop (uselessly) initializing the ValidateTree hooks
  * undef DISABLE_VGA_IO
  * xf86-video-mga: set the pan_ctl register
  * xf86-video-mga: fix a lockup in the mga driver
  * fix a type in previous lockup in the mga driver fix
- supersedes U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch

==== xf86-video-tdfx ====
Version update (1.4.5 -> 1.4.6)

- Update to version 1.4.6:
  * Remove mibstore.h
  * dri: Stop (uselessly) initializing the ValidateTree hooks
  * Define local PCI IDs instead of using xf86PciInfo.h
  * Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS
  * Use new pci_device_(un)map_range functions instead of deprecated ones
  * Remove unreachable breaks after return statements
  * Use the PCI ID macros instead of hardcoded values
  * Unmap MMIO ranges for all chips
  * Add more PCI IDs for supported chips
- supersedes U_Remove-mibstore.h.patch,
  U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch,
  U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch




Removed packages:
  libindi0
   > libindidriver0
   > libindimain0


Added packages:
  libindi1
   > libindiAlignmentDriver1
   > libindidriver1
   > libindimain1