Changelog for
gnokii-0.6.31-bp151.2.13.x86_64.rpm :
* Thu Jun 11 2015 schwabAATTsuse.de- Force gnu89 inline semantics- invalid-cast.patch: fix invalid cast
* Tue Sep 16 2014 crrodriguezAATTopensuse.org- Fix devel package requires by letting the pkgconfig dependency generator act (Add pkg-config BuildRequires and remove all explicit Requires from the -devel package).- Add gnokii-date-time.patch: Do not include __DATE__ or __TIME__ in binaries.
* Wed Apr 11 2012 vuntzAATTopensuse.org- Move the mysql/postgres smsd plugins from devel subpackage to smsd subpackage, where they really belong.
* Fri Feb 24 2012 vuntzAATTopensuse.org- Add gnokii-suid_flags.patch: respect SUID_CFLAGS/SUID_LDFLAGS when building the suid binary mkgnokiidev.- Set SUID_CFLAGS to -fPIE and SUID_LDFLAGS to -pie in %build. This fixes bnc#743142.- Add libX11-devel and libXpm-devel BuildRequires: they used to be implicitly brought in, but are needed after the xorg-x11 packaging change. Only do this for 12.2 and later, though, to not break build on older systems.
* Sat Dec 03 2011 dimstarAATTopensuse.org- Update to version 0.6.31: + libgnokii updates - add gn_lib_phone_change_driver() function to allow replacing used driver in runtime - GSM number type is rather mask than define; use it as such when parsing the input - avoid overruns in phonet - print names of config files it tried to open only if none could be used - fix setting alarms for zero length events read from icalendar files (eg. birthdays) - fix sms encoding: don\'t break multibyte characters when creating multipart messages - add possibility to disable setting serial port speed and DTR and RTS bits - change the order of lookup for the config file (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623694) - add id for Nokia 3109c and for Nokia C1-01 to misc.c only; both use model=series40 - fix gn_sms_send() so the message could be resent (Paweł Kot) - make the vcard reader handle also BDAY, TITLE, NICKNAME, ORG, X-SIP;POC and X-WV-ID - make the vcard reader handle also empty fields in N and in ADR (like in addresses without a PO Box) - support for compressed messages is not implemented yet - make the vcard writer handle also the date property in DC, MC, RC (the reader will ignore it) and ignore X-GNOKII-70 and X-GNOKII-71 (they are part of the N property) - make the vcard reader unfold correctly when lines end with CR LF - make the vcard writer fold lines at the 75th character - add id for Nokia 1280 to misc.c only; it doesn\'t support many commands because it\'s a Series 30; use model=series40 - add id for Nokia 2700 clasic (series40) - add id for Nokia C2-03 + nk6510 driver updates - fix calendar handling issues (few off-by-ones) - implement deletecalendarnote for series40 3rd+ Ed - handle TODOs and Notes in series40 3rd+ Ed - avoid segfault reported by Chuck when unexpected smsc information arrives - fix writing birthday entries to phonebook - fix setting speed dials with location > 255 + gnokii updates - create path to gnokii-errors even on Windows - allow to specify custom path for gnokii-errors - make the output of --getspeeddial more readable (show SM or ME instead of a number) and consistent with the arguments of - -setspeeddial + fake driver updates - add multipart message to SMS inbox - add ability to use --writephonebook + smsd updates - do not call GetSMSC every time SMS is sent - NULL freed pointers + xgnokii updates - set icon \"phone\" for all windows when using gtk+ 2.6 or later + at driver updates - correctly initialize memory type on WritePhonebookExt - Samsung SGH-U600 suppots extended phonebook - AT+SBPW=0,... is not supported for SM memory - Samsung B2100 encodes phone numbers - Return GN_ERR_EMPTYLOCATION also for phones that return error- Add gnokii-xgnokii.patch: Fix typo which stops xgnokii from being built and installed.- Add libtool BuildRequires and call autoreconf, as the above patch touches configure.in and we need to rebootstrap.- Remove _service.- Change license tag to spdx identifier.
* Thu May 05 2011 vuntzAATTopensuse.org- Use %set_permissions instead of deprecated %run_permissions in %post.- Add readline-devel and sqlite3-devel BuildRequires for additional features.
* Sun Mar 13 2011 jslabyAATTsuse.de- Update to version 0.6.30: + support for phonet + fix SMS parsing + add ids for some more models + fix calendar crash + fix --reset hard handling- Drop gnokii-new-libpcsc-lite.patch: fixed upstream.
* Sat Feb 12 2011 vuntzAATTopensuse.org- Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file.- Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage.- Split lang subpackage.
* Mon Jan 17 2011 vuntzAATTopensuse.org- Add gnokii-new-libpcsc-lite.patch, that we apply on 11.4 and later: fix build with libpcsc-lite >= 1.6.0. Taken from git.
* Wed Apr 28 2010 dimstarAATTopensuse.org- Update to version 0.6.29: + Gnokii updates: - make SMS and MMS commands suggest using --showsmsfolderstatus to know which memory types are supported - fix command with multiple arguments handling in --shell - show reference number also for sendlogo() and sendringtone() - fix random segfault when using --deletecalendarnote + Libgnokii updates: - add more debug information to encoding functions - add ids for Nokia 2760, Nokia 5130 XpressMusic, Nokia 5310 XpressMusic, Nokia 6700 classic and Nokia 6085 to misc.c (use model=series40 for all) - add TA and CB memory types to gn_str2memory_type() and to gn_memory_type2str(); they were only in gn_memory_type_print() - use more standard config file locations: %APPDATA%\\gnokii for Windows $HOME/Library/Preferences/gnokii for MacOS X $XDG_CONFIG_HOME/gnokii for others (following freedesktop.org) - fallback to use mbrtowc()/wcrtomb() or mbtowc()/wctomb() if iconv_open() fails - fix sending multipart 8-bit SMS - fix SMS encoding - fix SMS splitting into parts (concatenated messages with UCS-2 encoding) - add dependency on glib - make --writephonebook work on Series40 3rd Ed+ - when reading phonebook dump unknown blocks in debug mode + Many driver updates + Updated translations.- Drop gnokii-vcal_c-bufferoverflow.patch: fixed upstream.