OBS User unknown
2007-05-17 09:35:20 +00:00
committed by Git OBS Bridge
parent ae01137915
commit 0f6bc946dd
4 changed files with 158 additions and 13 deletions

View File

@@ -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 @@ rm -rf other/SYMBIAN/gnapplet/CVS
%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