Hello community, here is the log from the commit of package gammu checked in at Thu May 17 11:35:19 CEST 2007. -------- --- gammu/gammu.changes 2007-02-27 11:29:14.000000000 +0100 +++ /mounts/work_src_done/STABLE/gammu/gammu.changes 2007-05-15 11:24:57.000000000 +0200 @@ -1,0 +2,74 @@ +Tue May 15 11:06:23 CEST 2007 - prusnak@suse.cz + +- update to 1.11.0 + * Correctly encode text in iCalendar + * Correctly encode recurrance in iCalendar + * Read last modified field from vCalendar + * Support for last modified field from vCard + * Properly handle vCard style continuation + * Improved gnapplet and support for it + * Add flag to SMS folders whether it is outbox + * Support for last modified field in vCalendar + * Use gettext for translation + * --clearall also attempts to delete calls + * Support for call notifications on AT phones + * Support for batch mode - you can script gammu + * Gammu commands are now accepted also without leading -- + * Detect more Nokia phones (5300, 6300, 8800) + * New connection ark3116fbus for use with ark3116 module + * Native OBEX connections (blueobex and irdaobex) should work also with unknown models + * RF searching now better detects OBEX channels + * Simplified searching of channels using Bluez stack + * Make USSD work with AT phones + * Fix setting date on Siemens MC75 + * Avoid corrupting vCard when some fields are empty + * Properly handle OBEX error codes + * Updated shell script gammu-config to generate configuration + * Install gammu-config script to ease generating configuration + * Use unsigned char to avoid trimming at 60 chars + * Detect Motorola specific error while reading SMSes + * Fix OBEX listing to behave according to specs + * Fix crash on invalid SMS reply from phone + * Fix USB serial devices with Linux kernel 2.6.21 + * Tell user that he should enter text for SMS + * Cleaned up transatable strings + * Improve networks listing + * Allow networks to be listed by country code + * Fix decoding of new style address records in Nokia phones + * Reorganised documentation a bit + * Use correct format strings for IrDA debug messages + * Identify Alcatel One Touch 55x + * Improve detection of OBEX support + * Work with AT phones which can not write SMS to ME + * Increse limits for SMS backups (this requires dynamic allocation) + * Detect Motorola Bluetooth port + * Fixup AT driver to work with Samsung SGH X160 + * Adjust vCalendar entries from SE phones on DST + * Fix updating of delivery report date in SMSD + * Fix crash when no config exists + * MakeTerminatedCall can be now called more times in batch mode + * Fixed crash on LMB export/import + * Correct version in iCalendar export/import + * Fixed devel files installation using CMake + * Fixed decoding of call date + * Fixed decoding of date from backup + * Backup saves and restores numbers as same type + * Use standard libc functions for string comparsion if available + * Allow compilation with MySQL and without PGSQL + * Fixed format strings for size_t + * Fixed encoding of name for Nokia phones + * Fixed connecting to PostgreSQL with empty password + * Fixed infinite loop in --monitor + * Fixed behaviour on Bluetooth disconnect + * Fixed handling of files with special chars on OBEX + * OBEX driver correctly detects models + * Fix format strnings for 64-bit architectures + * Cleanup documentation structure + * Moved locales out of documentation + * Fixes locales and documentaion install in CMake + * Fixed retrieving messages with some phones who index them from zero like CG79 + * Ignore error when there is too much members in group in phone + * Handle another error while reading 6510 phonebook + * Fix international number handling in vCard + +------------------------------------------------------------------- Old: ---- gammu-1.10.0.tar.bz2 New: ---- gammu-1.11.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammu.spec ++++++ --- /var/tmp/diff_new_pack.b20505/_old 2007-05-17 11:34:47.000000000 +0200 +++ /var/tmp/diff_new_pack.b20505/_new 2007-05-17 11:34:47.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gammu (Version 1.10.0) +# spec file for package gammu (Version 1.11.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,7 +12,7 @@ Name: gammu BuildRequires: bluez-libs -Version: 1.10.0 +Version: 1.11.0 Release: 1 AutoReqProv: on Group: Hardware/Mobile @@ -95,23 +95,94 @@ %files %defattr(-,root,root) -%_bindir/* -%_libdir/libGammu*so.* -/usr/share/gammu -%doc %_mandir/man1/* %doc docs/* other +%doc %{_mandir}/man1/* +%{_bindir}/* +%{_libdir}/libGammu*so.* +%{_datadir}/locale/*/LC_MESSAGES/gammu.mo %files devel %defattr(-,root,root) -%_libdir/libGammu*so -%_libdir/libGammu.a -%_includedir/gammu -%_libdir/pkgconfig/gammu.pc +%{_includedir}/gammu +%{_libdir}/libGammu*so +%{_libdir}/libGammu.a +%{_libdir}/pkgconfig/gammu.pc %clean rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 15 2007 - prusnak@suse.cz +- update to 1.11.0 + * Correctly encode text in iCalendar + * Correctly encode recurrance in iCalendar + * Read last modified field from vCalendar + * Support for last modified field from vCard + * Properly handle vCard style continuation + * Improved gnapplet and support for it + * Add flag to SMS folders whether it is outbox + * Support for last modified field in vCalendar + * Use gettext for translation + * --clearall also attempts to delete calls + * Support for call notifications on AT phones + * Support for batch mode - you can script gammu + * Gammu commands are now accepted also without leading -- + * Detect more Nokia phones (5300, 6300, 8800) + * New connection ark3116fbus for use with ark3116 module + * Native OBEX connections (blueobex and irdaobex) should work also with unknown models + * RF searching now better detects OBEX channels + * Simplified searching of channels using Bluez stack + * Make USSD work with AT phones + * Fix setting date on Siemens MC75 + * Avoid corrupting vCard when some fields are empty + * Properly handle OBEX error codes + * Updated shell script gammu-config to generate configuration + * Install gammu-config script to ease generating configuration + * Use unsigned char to avoid trimming at 60 chars + * Detect Motorola specific error while reading SMSes + * Fix OBEX listing to behave according to specs + * Fix crash on invalid SMS reply from phone + * Fix USB serial devices with Linux kernel 2.6.21 + * Tell user that he should enter text for SMS + * Cleaned up transatable strings + * Improve networks listing + * Allow networks to be listed by country code + * Fix decoding of new style address records in Nokia phones + * Reorganised documentation a bit + * Use correct format strings for IrDA debug messages + * Identify Alcatel One Touch 55x + * Improve detection of OBEX support + * Work with AT phones which can not write SMS to ME + * Increse limits for SMS backups (this requires dynamic allocation) + * Detect Motorola Bluetooth port + * Fixup AT driver to work with Samsung SGH X160 + * Adjust vCalendar entries from SE phones on DST + * Fix updating of delivery report date in SMSD + * Fix crash when no config exists + * MakeTerminatedCall can be now called more times in batch mode + * Fixed crash on LMB export/import + * Correct version in iCalendar export/import + * Fixed devel files installation using CMake + * Fixed decoding of call date + * Fixed decoding of date from backup + * Backup saves and restores numbers as same type + * Use standard libc functions for string comparsion if available + * Allow compilation with MySQL and without PGSQL + * Fixed format strings for size_t + * Fixed encoding of name for Nokia phones + * Fixed connecting to PostgreSQL with empty password + * Fixed infinite loop in --monitor + * Fixed behaviour on Bluetooth disconnect + * Fixed handling of files with special chars on OBEX + * OBEX driver correctly detects models + * Fix format strnings for 64-bit architectures + * Cleanup documentation structure + * Moved locales out of documentation + * Fixes locales and documentaion install in CMake + * Fixed retrieving messages with some phones who index them from zero like CG79 + * Ignore error when there is too much members in group in phone + * Handle another error while reading 6510 phonebook + * Fix international number handling in vCard * Tue Feb 27 2007 - prusnak@suse.cz - update to 1.10.0 * added vCard and vCalendar support ++++++ gammu-1.10.0.tar.bz2 -> gammu-1.11.0.tar.bz2 ++++++ ++++ 76275 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de