File libgpod4.changes of Package libgpod4

-------------------------------------------------------------------
Mon Jul 27 17:24:41 CEST 2009 - coolo@novell.com

- do not exclude files not in other subpackages

-------------------------------------------------------------------
Sat Jul 25 15:38:10 CEST 2009 - tittiatcoke@gmail.com

- Update to version 0.7.2
  * fix crash when generating the album list when a track has a NULL album
  * prevent iTunes from thinking that the database on the iPhone is corrupt
  * fix nano3g/ipod classic artwork information
  * test if an iPod supports podcasts or not
  * test if an iPod support chapter images or not
  * add ipod time sync support using information from the rockbox project.
    It's still preliminary
  * Update translations
  * bug fixes and code cleanup all over the place

-------------------------------------------------------------------
Thu Jul 23 18:04:09 CEST 2009 - tittiatcoke@gmail.com

- Using variable for %{_libexecdir} to ensure the LSB standards

-------------------------------------------------------------------
Sun Jul 12 20:26:22 CEST 2009 - tittiatcoke@gmail.com

- Changed the configure option to ensure that all files are placed
  in the correct directories conform lsb standards

-------------------------------------------------------------------
Wed Jun  3 12:49:10 CEST 2009 - mszeredi@suse.cz

- Add gtk2-devel as a requirement for libgpod-devel.  This is needed
  to satisfy a pkg-config dependency on gdk-pixbuf-2.0

-------------------------------------------------------------------
Mon May 25 17:34:35 CEST 2009 - coolo@suse.de

- use %name-lang - otherwise the shared library policy is not
  working

-------------------------------------------------------------------
Fri Jan 30 14:44:00 CET 2009 - wstephenson@suse.de

- Rename library package to libgpod4
- Update to version 0.7.0
  * support for iPod Nano 4th generation
  * support for "sparse artwork" writing
  * jump table support
  * chapter data support
  * improved timezone handling
  * translation updates
  * much more complete API doc
  * simplification of the cover art handling API
  * extensive plist parser
  * add mapping from iPod serial numbers to iPod models
  * portability improvements to windows and macosx
  * reworked handling of artwork formats
  * python bindings are more consistent with other python container objects
  * bug fixes and code cleanup all over the place

-------------------------------------------------------------------
Wed Dec 17 14:44:54 CET 2008 - dmueller@suse.de

- fix build for 10.3

-------------------------------------------------------------------
Tue Dec 16 19:51:31 CET 2008 - coolo@suse.de

- require lang subpackage

-------------------------------------------------------------------
Tue Sep  9 14:11:07 CEST 2008 - hvogel@suse.de

- backport scsi fixes (just some missing headers) and downgrade 
  to official release again to not break gtkpod

-------------------------------------------------------------------
Mon Sep  1 13:07:18 CEST 2008 - crrodriguez@suse.de

- fix build by updating to an slightly newer snap 0.6.1+20080901. 

-------------------------------------------------------------------
Tue May 27 01:32:41 CEST 2008 - ro@suse.de

- buildreq sg3_utils-devel instead of scsi

-------------------------------------------------------------------
Thu Feb 14 11:43:00 CET 2008 - dmueller@suse.de

- libgpod3 is not a renamed package so remove the provides/obsoletes 

-------------------------------------------------------------------
Sat Feb  9 04:43:17 CET 2008 - crrodriguez@suse.de

- fix some more packaging errors.
- Remove uneeded dependencies in the -devel package, it only needs
  glib2-devel and glibc-devel (dependant packages may need changes)
- remove "la" files.

-------------------------------------------------------------------
Tue Jan 29 13:33:09 CET 2008 - hvogel@suse.de

- fix some specfile errors
- move nano support tools to tools subpackage which supplements
  the main package.

-------------------------------------------------------------------
Wed Jan 23 08:47:26 CET 2008 - dmueller@suse.de

- fix iPod nano support

-------------------------------------------------------------------
Wed Jan 16 13:32:13 CET 2008 - hvogel@suse.de

- Update to version 0.60
- Rename library package to libgpod3

-------------------------------------------------------------------
Wed Jul  4 14:22:54 CEST 2007 - hvogel@suse.de

- Update to version 0.5.2
  * namespace cleanup
  * updated translations
  * various fixes
  * New API functions to facilitate copying to the iPod in a
    background thread and implementation of own copying code
  * better sort order on the iPod when displaying
- renamed main package according to Shared Library Packaging Policy

-------------------------------------------------------------------
Tue Feb 13 11:50:51 CET 2007 - sbrabec@suse.cz

- Do not build unusable static libraries (#238552#c17).

-------------------------------------------------------------------
Thu Feb  1 12:32:50 CET 2007 - hvogel@suse.de

- Update to 0.42
- build python bindings

-------------------------------------------------------------------
Tue Dec 19 15:10:49 CET 2006 - sbrabec@suse.cz

- Spec file cleanup.
- Splitted libgpod-doc from libgpod-devel.

-------------------------------------------------------------------
Mon Oct 23 14:21:45 CEST 2006 - hvogel@suse.de

- Update to version 0.4.0
  * added definitions for new sixth generation
    iPod Videos, iPod Nanos and iPod Shuffle

-------------------------------------------------------------------
Sat Jul  1 22:55:36 CEST 2006 - cthiel@suse.de

- update to version 0.3.2
  * db-artwork-writer.c: increased IPOD_MMAP_SIZE from 2 to 16 MB as
    a temporary workaround until a propoer solution can be
    implemented.
  * db-itunes-parser.h: replaced the #pragma pack(4) with an
    'packed' attribute on _MhiiHeader only.
  * ipod-device.c: (ipod_device_set_property): fixed possible
    segfault when hald is present.
  * configure.ac, po/es.po: added Spanish translation catalog
  * libgpod-1.0.pc: added gobject-2.0 to 'Requires:' list
  * src/db-itunes-parser.h: add '#pragma pack(4)' to fix 64bit issue
    with padding (at least as a temporary fix).
  * src/ipod-device.c: added HP type color photo ipod 'S492'.
  * po/ja.po: updated Japanese catalog
  * src/ipod-device.c: (ipod_device_set_property): fixed bug that
    caused ipod-detection to fail if hal daemon was not running. As
    a consequence cover art was not written to the iPod.
  * src/itdb_itunesdb.c: (itunesstats_read) Fixed error when reading
    the Shuffle's stat file (0x18 was used as minimal record length
    instead of decimal '18').
  * src/itdb_itunesdb.c, src/itdb_playlist.c, src/ithumb-writer.c:
    removed nested-functions.
  * src/ipod-device.c: (ipod_device_set_property) check hal_context
    before accessing it to avoid segfault when hald is not running.
    (ipod_device_hal_initialize) fixed memory leak: 'error' was not
    freed if libhal_ctx_init() failed.
    (ipod_device_get_model_index_from_table): fix warning about
    unused computed value (thanks to Martin Aumueller)
  * src/ipod-device.c: don't ignore return value of
    fread/fwrite/ftell because of possible compiler warnings.

-------------------------------------------------------------------
Wed Jan 25 21:32:23 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Fri Jan 13 15:00:39 CET 2006 - hvogel@suse.de

- Update to version 0.3.0 

-------------------------------------------------------------------
Wed Nov 30 17:26:26 CET 2005 - sbrabec@suse.cz

- New SuSE package, version 0.2.0.

openSUSE Build Service is sponsored by