Accepting request 735619 from hardware
OBS-URL: https://build.opensuse.org/request/show/735619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gammu?expand=0&rev=50
This commit is contained in:
commit
5864c65848
@ -1,25 +0,0 @@
|
||||
From 5ab94874b60e6614dacad5453acb4552c73878ba Mon Sep 17 00:00:00 2001
|
||||
From: Martin Liska <mliska@suse.cz>
|
||||
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a760a3520d9f3a16a4ed73cefaabdbd86125bec73c6fa056ca3f0a4be8478dd6
|
||||
size 1722436
|
3
gammu-1.41.0.tar.xz
Normal file
3
gammu-1.41.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8426b69b07b259de301f41163fab5587935e27b94cc5eefab9277773b3e4df8f
|
||||
size 1731712
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 21:10:33 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <mliska@suse.cz>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user