From bfbbeec5e1ecb335be51f593e822b3422035de6fe2546213bfc3d865a1ce7886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 2 Jan 2017 13:36:02 +0000 Subject: [PATCH] Accepting request 446761 from home:ecsos update to 1.38.0 OBS-URL: https://build.opensuse.org/request/show/446761 OBS-URL: https://build.opensuse.org/package/show/hardware/gammu?expand=0&rev=35 --- gammu-1.37.3.tar.xz | 3 --- gammu-1.38.0.tar.xz | 3 +++ gammu.changes | 36 ++++++++++++++++++++++++++++++++++++ gammu.spec | 6 +++--- 4 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 gammu-1.37.3.tar.xz create mode 100644 gammu-1.38.0.tar.xz diff --git a/gammu-1.37.3.tar.xz b/gammu-1.37.3.tar.xz deleted file mode 100644 index 1fb2cc6..0000000 --- a/gammu-1.37.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84 -size 1665088 diff --git a/gammu-1.38.0.tar.xz b/gammu-1.38.0.tar.xz new file mode 100644 index 0000000..8708af4 --- /dev/null +++ b/gammu-1.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561cc1f116db604a7a2c29c05f2ef7f23a4e1fff1db187b69b277e5516181071 +size 1677156 diff --git a/gammu.changes b/gammu.changes index 4208885..f511187 100644 --- a/gammu.changes +++ b/gammu.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Dec 16 18:00:41 UTC 2016 - ecsos@opensuse.org + +- Update to 1.38.0 + * MySQL script for SMSD is compatible with strict mode. + * Fixed USSD responses for some AT modems. + * Fixed parsing network status for some modems (eg. Quectel UC15). + * Fixed handling of emojis and other Unicode chars from supplementary plan. + * Fixed compilation with C90 compiler. + +------------------------------------------------------------------- +Fri Nov 25 21:58:46 UTC 2016 - ecsos@opensuse.org + +- Update to 1.37.91 + * Changed version of the shared library. + * Improved support for ZTE MF100. + * Ignore unsolicited +CLCC: reply. + * Correctly report when some SMSD SQL backend is not compiled in. + * Fix build of MySQL backend on Linux. +- Update to 1.37.90 + * Improved support Huawei K3770. + * API changes in some parameter types. + * Fixed various Windows compilation issues. + * Fixed several resource leaks. + * Create outbox SMS atomically in FILES backend. + * Removed getlocation command as we no longer fit into their usage policy. + * Fixed call diverts on TP-LINK MA260. + * Initial support for Oracle database. + * Removed unused daemons, pbk and pbk_groups tables from the SMSD schema. + * SMSD outbox entries now can have priority set in the database. + * Added SIM IMSI to the SMSD status table. + * Added CheckNetwork directive. + * SMSD attempts to power on radio if disabled. + * Fixed processing of AT unsolicited responses in some cases. + * Fixed parsing USSD responses from some devices. + ------------------------------------------------------------------- Sat May 28 10:12:45 UTC 2016 - ecsos@opensuse.org diff --git a/gammu.spec b/gammu.spec index 1182dec..92d2887 100644 --- a/gammu.spec +++ b/gammu.spec @@ -16,10 +16,10 @@ # -%define so_ver 7 +%define so_ver 8 Name: gammu -Version: 1.37.3 +Version: 1.38.0 Release: 0 Summary: Mobile phone management utility License: GPL-2.0 @@ -305,7 +305,7 @@ make -C build install DESTDIR=%{buildroot} install -pm 0644 docs/config/smsdrc %{buildroot}%{_sysconfdir}/gammu-smsdrc # Install additional doc files -install -pm 0644 AUTHORS README.cs README.da README.de README.en_GB README.es README.id README.pl README.pt_BR %{buildroot}%{gammu_docdir}/ +install -pm 0644 README.rst %{buildroot}%{gammu_docdir}/ cp -a contrib/udev/ %{buildroot}%{gammu_docdir}/ %if 0%{?suse_version} > 1140