This commit is contained in:
committed by
Git OBS Bridge
parent
127faa1ec0
commit
47b7c87cea
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bb7e12f80b7133c8b45965c4886abb1a7d3e87c74ccaf16b828605ad376f2b8
|
||||
size 1027284
|
3
gammu-1.18.0.tar.bz2
Normal file
3
gammu-1.18.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5b9308b51e2d5dd1d8feb07d325d3c394c89f43ca0c5f4a379f284cd48296e9
|
||||
size 1054802
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 14:44:50 CET 2008 - prusnak@suse.cz
|
||||
|
||||
- updated to 1.18.0
|
||||
* Fixed decoding of an empty SMS.
|
||||
* Fixed some mistakes in API documentation.
|
||||
* Fixed compilation under MS Visual C++ Express.
|
||||
* Various small fixes if AT driver.
|
||||
* Add simple shell script to generate JAD file from JAR.
|
||||
* Added support for adding memory entries to 6510.
|
||||
* Phone features now can be defined in configuration, so there is no
|
||||
need to modify common/gsmphones.c for testing different settings.
|
||||
* Config file loading behaves more consistent in lookup. In some
|
||||
cases it can now find different configuration file.
|
||||
* Fixed crash when there are too many messages (bug #466).
|
||||
* Fixed crash when printing messages on Windows (bug #476).
|
||||
* Do not ask phone for IMEI so often (bug #480).
|
||||
* No need to set LD_LIBRARY_PATH for tests.
|
||||
* Properly wait for SMSD child processes (bug #486).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 18:07:06 CET 2008 - prusnak@suse.cz
|
||||
|
||||
|
109
gammu.spec
109
gammu.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gammu (Version 1.17.0)
|
||||
# spec file for package gammu (Version 1.18.0)
|
||||
#
|
||||
# Copyright (c) 2008 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 cmake
|
||||
Version: 1.17.0
|
||||
Version: 1.18.0
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: Hardware/Mobile
|
||||
@@ -115,10 +115,27 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Jan 08 2008 - prusnak@suse.cz
|
||||
* Thu Jan 31 2008 prusnak@suse.cz
|
||||
- updated to 1.18.0
|
||||
* Fixed decoding of an empty SMS.
|
||||
* Fixed some mistakes in API documentation.
|
||||
* Fixed compilation under MS Visual C++ Express.
|
||||
* Various small fixes if AT driver.
|
||||
* Add simple shell script to generate JAD file from JAR.
|
||||
* Added support for adding memory entries to 6510.
|
||||
* Phone features now can be defined in configuration, so there is no
|
||||
need to modify common/gsmphones.c for testing different settings.
|
||||
* Config file loading behaves more consistent in lookup. In some
|
||||
cases it can now find different configuration file.
|
||||
* Fixed crash when there are too many messages (bug #466).
|
||||
* Fixed crash when printing messages on Windows (bug #476).
|
||||
* Do not ask phone for IMEI so often (bug #480).
|
||||
* No need to set LD_LIBRARY_PATH for tests.
|
||||
* Properly wait for SMSD child processes (bug #486).
|
||||
* Tue Jan 08 2008 prusnak@suse.cz
|
||||
- updated to 1.17.0
|
||||
* Fixed reading of messages from AT phones using CMGL
|
||||
* Tue Dec 18 2007 - prusnak@suse.cz
|
||||
* Tue Dec 18 2007 prusnak@suse.cz
|
||||
- updated to 1.16.0
|
||||
* Added identification of some Sony-Ericsson and Sharp phones.
|
||||
* Increased maximal number of entries per contact.
|
||||
@@ -135,7 +152,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fixed decoding of some corner case SMS (bug #447).
|
||||
* Phones capable of switching to OBEX mode from AT have it now
|
||||
automatically enabled. Please report problems with this.
|
||||
* Tue Nov 20 2007 - prusnak@suse.cz
|
||||
* Tue Nov 20 2007 prusnak@suse.cz
|
||||
- updated to 1.15.0
|
||||
* Better parse vCard version 3 (bug #434).
|
||||
* Configurable MySQL socket path.
|
||||
@@ -147,7 +164,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Properly catch invalid PDU data received from phone.
|
||||
* Handle more OBEX error codes.
|
||||
* Handle vCards from Yahoo and Evolution (bug #424).
|
||||
* Thu Nov 08 2007 - prusnak@suse.cz
|
||||
* Thu Nov 08 2007 prusnak@suse.cz
|
||||
- update to 1.14.0
|
||||
* Fallback to empty model if user specifies wrong.
|
||||
* Fixed wrong PDU encoding (bug #412).
|
||||
@@ -199,7 +216,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Added experimental support for Bluetooth on FreeBSD.
|
||||
* SMSD can execute programs on message receiving (thanks to zaf).
|
||||
* Allow to define Bluetooth channel in configuration.
|
||||
* Tue Sep 25 2007 - prusnak@suse.cz
|
||||
* Tue Sep 25 2007 prusnak@suse.cz
|
||||
- update to 1.13.0
|
||||
* Fixed several crashes of 6510 driver.
|
||||
* Sony-Ericsson module renamed to AT + OBEX as it better describes
|
||||
@@ -234,9 +251,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fix crash on broken CPMS response.
|
||||
* Fix reading of memory not starting from 1 (thanks to drgerafe).
|
||||
* Fix pressing of keys on phones who do not support IRA charset.
|
||||
* Mon Sep 03 2007 - schwab@suse.de
|
||||
* Mon Sep 03 2007 schwab@suse.de
|
||||
- Work around broken cmake.
|
||||
* Tue Jun 19 2007 - prusnak@suse.cz
|
||||
* Tue Jun 19 2007 prusnak@suse.cz
|
||||
- update to 1.12.0
|
||||
* Support for some new Nokia fields
|
||||
* Made SMSD mode case insensitive
|
||||
@@ -255,7 +272,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Added dku5fbus-nodtr and fbus-nodtr variants, which do not care
|
||||
about DTR/RTS signals
|
||||
* Do not delete phonebook entries when there are none
|
||||
* Tue May 15 2007 - prusnak@suse.cz
|
||||
* Tue May 15 2007 prusnak@suse.cz
|
||||
- update to 1.11.0
|
||||
* Correctly encode text in iCalendar
|
||||
* Correctly encode recurrance in iCalendar
|
||||
@@ -326,7 +343,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* 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
|
||||
* Tue Feb 27 2007 prusnak@suse.cz
|
||||
- update to 1.10.0
|
||||
* added vCard and vCalendar support
|
||||
* added basic Motorola support
|
||||
@@ -336,12 +353,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* various bugfixes
|
||||
- dropped obsoleted patches:
|
||||
* gammu-uninitialized.diff (included in update)
|
||||
* Tue Nov 28 2006 - prusnak@suse.cz
|
||||
* Tue Nov 28 2006 prusnak@suse.cz
|
||||
- update to 1.09.00
|
||||
* Tue Oct 17 2006 - ro@suse.de
|
||||
* Tue Oct 17 2006 ro@suse.de
|
||||
- update to 1.08.00
|
||||
* many bugfixes
|
||||
* Thu Jul 27 2006 - mjancar@suse.cz
|
||||
* Thu Jul 27 2006 mjancar@suse.cz
|
||||
- update to 1.07.00
|
||||
* lots of fixes and enhancements
|
||||
* reports work OK now (they were wrong after updating all 00000000000000
|
||||
@@ -356,63 +373,63 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* checked: calendar, notes, todo (generally OK)
|
||||
* SMS memory (decoding SMS files from filesystem) not supported yet
|
||||
* see also /usr/share/doc/packages/gammu/changelog for details
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Jan 23 2006 - mjancar@suse.cz
|
||||
* Mon Jan 23 2006 mjancar@suse.cz
|
||||
- really fix use of uninitialized variable (#144165)
|
||||
* Fri Jan 20 2006 - mjancar@suse.cz
|
||||
* Fri Jan 20 2006 mjancar@suse.cz
|
||||
- fix use of uninitialized variable (#144165)
|
||||
* Thu Jan 12 2006 - mjancar@suse.cz
|
||||
* Thu Jan 12 2006 mjancar@suse.cz
|
||||
- update to 1.04.0
|
||||
* Thu Jul 28 2005 - anicka@suse.cz
|
||||
* Thu Jul 28 2005 anicka@suse.cz
|
||||
- update to 1.02.0
|
||||
* Wed May 25 2005 - mcihar@suse.cz
|
||||
* Wed May 25 2005 mcihar@suse.cz
|
||||
- update to 1.01.11
|
||||
* Wed Apr 13 2005 - mcihar@suse.cz
|
||||
* Wed Apr 13 2005 mcihar@suse.cz
|
||||
- update to 1.01.0, patch merged upstream
|
||||
* Mon Apr 04 2005 - mcihar@suse.cz
|
||||
* Mon Apr 04 2005 mcihar@suse.cz
|
||||
- fix compilation with GCC 4
|
||||
- fix documenation installation
|
||||
* Fri Apr 01 2005 - mcihar@suse.cz
|
||||
* Fri Apr 01 2005 mcihar@suse.cz
|
||||
- update to 1.00.23
|
||||
* Mon Feb 14 2005 - mcihar@suse.cz
|
||||
* Mon Feb 14 2005 mcihar@suse.cz
|
||||
- update 1.00.04
|
||||
- 64-bit fixes merged upstream
|
||||
* Wed Feb 09 2005 - mcihar@suse.cz
|
||||
* Wed Feb 09 2005 mcihar@suse.cz
|
||||
- update to 1.00.0
|
||||
- fix crashes on 64-bit platforms
|
||||
* Mon Jan 24 2005 - mcihar@suse.cz
|
||||
* Mon Jan 24 2005 mcihar@suse.cz
|
||||
- update to 0.99.22
|
||||
* Fri Sep 03 2004 - mcihar@suse.cz
|
||||
* Fri Sep 03 2004 mcihar@suse.cz
|
||||
- update to 0.97.7
|
||||
* Wed May 19 2004 - mcihar@suse.cz
|
||||
* Wed May 19 2004 mcihar@suse.cz
|
||||
- update to 0.95.0
|
||||
* Fri Mar 05 2004 - mcihar@suse.cz
|
||||
* Fri Mar 05 2004 mcihar@suse.cz
|
||||
- update to 0.94.0
|
||||
* Fri Feb 20 2004 - mcihar@suse.cz
|
||||
* Fri Feb 20 2004 mcihar@suse.cz
|
||||
- update to 0.93.0
|
||||
* Fri Jan 23 2004 - mcihar@suse.cz
|
||||
* Fri Jan 23 2004 mcihar@suse.cz
|
||||
- update to 0.92.9
|
||||
- fixed file conflict
|
||||
* Mon Jan 05 2004 - mcihar@suse.cz
|
||||
* Mon Jan 05 2004 mcihar@suse.cz
|
||||
- update to 0.92.0
|
||||
- run ldconfig
|
||||
* Tue Dec 16 2003 - mcihar@suse.cz
|
||||
* Tue Dec 16 2003 mcihar@suse.cz
|
||||
- update to 0.90.0
|
||||
* Mon Nov 03 2003 - mcihar@suse.cz
|
||||
* Mon Nov 03 2003 mcihar@suse.cz
|
||||
- updated to 0.88
|
||||
- installing script for queuing smses
|
||||
* Fri Oct 24 2003 - mcihar@suse.cz
|
||||
* Fri Oct 24 2003 mcihar@suse.cz
|
||||
- pkgconfig files are in %%_libdir
|
||||
* Tue Oct 21 2003 - mcihar@suse.cz
|
||||
* Tue Oct 21 2003 mcihar@suse.cz
|
||||
- updated to 0.87
|
||||
- no root for build
|
||||
- branched devel package
|
||||
* Wed Aug 06 2003 - mcihar@suse.cz
|
||||
* Wed Aug 06 2003 mcihar@suse.cz
|
||||
- updated to 0.81
|
||||
* Mon Jun 23 2003 - mcihar@suse.cz
|
||||
* Mon Jun 23 2003 mcihar@suse.cz
|
||||
- updated to 0.78
|
||||
* Wed May 28 2003 - mcihar@suse.cz
|
||||
* Wed May 28 2003 mcihar@suse.cz
|
||||
- updated to 0.76:
|
||||
Adding files to DCT4 phones has been implemented. This feature
|
||||
includes uploading files to Gallery, uploading Java application
|
||||
@@ -422,9 +439,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
made. Full support for MMS settings in DCT4 has been added, full
|
||||
support for MMS indicator SMS has been added, and many small
|
||||
corrections have been made.
|
||||
* Tue May 13 2003 - mcihar@suse.cz
|
||||
* Tue May 13 2003 mcihar@suse.cz
|
||||
- fixed file list
|
||||
* Mon May 12 2003 - mcihar@suse.cz
|
||||
* Mon May 12 2003 mcihar@suse.cz
|
||||
- updated to 0.74:
|
||||
* getting files from filesystem in DCT4 phones (--getfiles)
|
||||
* added 3650, 7250 ID
|
||||
@@ -432,16 +449,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* can make backup and restore using new Unicode format of backup files.
|
||||
No more duplicated (once in ASCII and once in coded Unicode) strings in
|
||||
backup files with this format and no problems with national chars.
|
||||
* Tue Apr 29 2003 - mcihar@suse.cz
|
||||
* Tue Apr 29 2003 mcihar@suse.cz
|
||||
- updated to 0.73 (all my patches accepted):
|
||||
* more support for EMS
|
||||
- included configuration script
|
||||
- included wxBasic GUI (however we don't distribute wxBasic)
|
||||
* Thu Apr 24 2003 - mcihar@suse.cz
|
||||
* Thu Apr 24 2003 mcihar@suse.cz
|
||||
- fix Makefile to not include whole source in docs
|
||||
- better fix for bluetooth
|
||||
- fix configure to accept CFLAGS
|
||||
* Wed Apr 23 2003 - mcihar@suse.cz
|
||||
* Wed Apr 23 2003 mcihar@suse.cz
|
||||
- updated to 0.72
|
||||
* better information for AT phones
|
||||
* improved localisation support
|
||||
@@ -453,7 +470,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* supported work with bitmaps on Siemens
|
||||
... and many more :)
|
||||
- built with bluetooth support
|
||||
* Mon Feb 10 2003 - mcihar@suse.cz
|
||||
* Mon Feb 10 2003 mcihar@suse.cz
|
||||
- added -fPIC to CFLAGS
|
||||
* Fri Feb 07 2003 - mcihar@suse.cz
|
||||
* Fri Feb 07 2003 mcihar@suse.cz
|
||||
- initial version
|
||||
|
Reference in New Issue
Block a user