Accepting request 448502 from hardware
1 OBS-URL: https://build.opensuse.org/request/show/448502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gammu?expand=0&rev=44
This commit is contained in:
commit
a658879884
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84
|
|
||||||
size 1665088
|
|
3
gammu-1.38.0.tar.xz
Normal file
3
gammu-1.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:561cc1f116db604a7a2c29c05f2ef7f23a4e1fff1db187b69b277e5516181071
|
||||||
|
size 1677156
|
@ -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
|
Sat May 28 10:12:45 UTC 2016 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define so_ver 7
|
%define so_ver 8
|
||||||
|
|
||||||
Name: gammu
|
Name: gammu
|
||||||
Version: 1.37.3
|
Version: 1.38.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mobile phone management utility
|
Summary: Mobile phone management utility
|
||||||
License: GPL-2.0
|
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 -pm 0644 docs/config/smsdrc %{buildroot}%{_sysconfdir}/gammu-smsdrc
|
||||||
|
|
||||||
# Install additional doc files
|
# 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}/
|
cp -a contrib/udev/ %{buildroot}%{gammu_docdir}/
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1140
|
%if 0%{?suse_version} > 1140
|
||||||
|
Loading…
x
Reference in New Issue
Block a user