From 12ea79ab1c02076ce25e384dde68c824c9cbba625589d42e083e63ec17438259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 Oct 2019 08:04:50 +0000 Subject: [PATCH] Accepting request 735457 from home:mnhauke - Update to version 1.41.0 * Documentation improvements. * Updated MySQL script to be compatible with current server versions. * Fixed SMSD operation on phones with more SMS folders. * Fixed off by one in Python example script. * Fixed PostgreSQL compilation on openSUSE. * Several compatibility fixes with recent compilers. * Improved USSD support. * Localization updates. - Drop patch (fixed by upstream): * 0001-Add-postgresql-include-location-provided-by-openSUSE.patch OBS-URL: https://build.opensuse.org/request/show/735457 OBS-URL: https://build.opensuse.org/package/show/hardware/gammu?expand=0&rev=49 --- ...nclude-location-provided-by-openSUSE.patch | 25 ------------------- gammu-1.40.0.tar.xz | 3 --- gammu-1.41.0.tar.xz | 3 +++ gammu.changes | 17 +++++++++++++ gammu.spec | 4 +-- 5 files changed, 21 insertions(+), 31 deletions(-) delete mode 100644 0001-Add-postgresql-include-location-provided-by-openSUSE.patch delete mode 100644 gammu-1.40.0.tar.xz create mode 100644 gammu-1.41.0.tar.xz diff --git a/0001-Add-postgresql-include-location-provided-by-openSUSE.patch b/0001-Add-postgresql-include-location-provided-by-openSUSE.patch deleted file mode 100644 index 2425f5e..0000000 --- a/0001-Add-postgresql-include-location-provided-by-openSUSE.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 5ab94874b60e6614dacad5453acb4552c73878ba Mon Sep 17 00:00:00 2001 -From: Martin Liska -Date: Wed, 5 Jun 2019 10:35:01 +0200 -Subject: [PATCH] Add postgresql include location provided by openSUSE - distribution. - ---- - cmake/FindPostgres.cmake | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/cmake/FindPostgres.cmake b/cmake/FindPostgres.cmake -index 56435c060..5a19bbbfb 100644 ---- a/cmake/FindPostgres.cmake -+++ b/cmake/FindPostgres.cmake -@@ -60,6 +60,7 @@ ELSE(WIN32) - /usr/local/postgresql/include/postgresql - /usr/include - /usr/include/postgresql -+ /usr/include/pgsql - ${PG_TMP} - $ENV{POSTGRESQL_HOME}/include/server - $ENV{POSTGRESQL_HOME}/include --- -2.21.0 - diff --git a/gammu-1.40.0.tar.xz b/gammu-1.40.0.tar.xz deleted file mode 100644 index 7bc818c..0000000 --- a/gammu-1.40.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a760a3520d9f3a16a4ed73cefaabdbd86125bec73c6fa056ca3f0a4be8478dd6 -size 1722436 diff --git a/gammu-1.41.0.tar.xz b/gammu-1.41.0.tar.xz new file mode 100644 index 0000000..b757a4f --- /dev/null +++ b/gammu-1.41.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8426b69b07b259de301f41163fab5587935e27b94cc5eefab9277773b3e4df8f +size 1731712 diff --git a/gammu.changes b/gammu.changes index be3284f..b434733 100644 --- a/gammu.changes +++ b/gammu.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Oct 5 21:10:33 UTC 2019 - Martin Hauke + +- Update to version 1.41.0 + * Documentation improvements. + * Updated MySQL script to be compatible with current server + versions. + * Fixed SMSD operation on phones with more SMS folders. + * Fixed off by one in Python example script. + * Fixed PostgreSQL compilation on openSUSE. + * Several compatibility fixes with recent compilers. + * Improved USSD support. + * Localization updates. + +- Drop patch (fixed by upstream): + * 0001-Add-postgresql-include-location-provided-by-openSUSE.patch + ------------------------------------------------------------------- Sun Jun 16 20:08:51 UTC 2019 - Martin Liška diff --git a/gammu.spec b/gammu.spec index a162c41..dbed5c0 100644 --- a/gammu.spec +++ b/gammu.spec @@ -19,7 +19,7 @@ %define so_ver 8 %define gammu_docdir %{_docdir}/%{name} Name: gammu -Version: 1.40.0 +Version: 1.41.0 Release: 0 Summary: Mobile phone management utility License: GPL-2.0-only @@ -29,7 +29,6 @@ Source0: https://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gammu-remove-gplv3-files.patch idoenmez@suse.de -- Remove GPLv3 files bnc#775397 Patch1: gammu-remove-gplv3-files.patch Patch2: 0001-Enable-fPIE-pie.patch -Patch3: 0001-Add-postgresql-include-location-provided-by-openSUSE.patch BuildRequires: cmake >= 2.8 BuildRequires: doxygen BuildRequires: gettext @@ -186,7 +185,6 @@ This package contains the Gammu SMS daemon shared library. %setup -q %patch1 -p1 %patch2 -p1 -%patch3 -p1 # GPL-3.0 licensed files, bnc#775397 rm -rf contrib/sms-gammu2android