This commit is contained in:
parent
32ebd54caa
commit
955f3b7c29
@ -1,14 +0,0 @@
|
||||
--- common/CMakeLists.txt
|
||||
+++ common/CMakeLists.txt
|
||||
@@ -102,9 +102,9 @@ if (BLUEZ_FOUND)
|
||||
endif (NOT "${BLUEZ_LIBRARIES}" STREQUAL "")
|
||||
endif (BLUEZ_FOUND)
|
||||
|
||||
-if (NOT HAVE_SIN)
|
||||
+#if (NOT HAVE_SIN)
|
||||
target_link_libraries (Gammu m)
|
||||
-endif (NOT HAVE_SIN)
|
||||
+#endif (NOT HAVE_SIN)
|
||||
|
||||
# Include search path
|
||||
include_directories (
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ab84e05440f82bcc440030752fcf482a15d284f40de08f2240d43bc528c4fa1
|
||||
size 940565
|
3
gammu-1.13.0.tar.bz2
Normal file
3
gammu-1.13.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:543cd847431d85cbbbd96c7914a2dd4d9fdcf74419dbe5693b93d8dc94ba945a
|
||||
size 964504
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 12:20:16 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
- update to 1.13.0
|
||||
* Fixed several crashes of 6510 driver.
|
||||
* Sony-Ericsson module renamed to AT + OBEX as it better describes
|
||||
what it does.
|
||||
* Initial support for Sharp GX Series phones.
|
||||
* Added deliveryreportdelay parameter to SMSD to allow later
|
||||
received delivery reports to be correctly detected.
|
||||
* Fixed calculation of OBEX file names, could lead to crash on OBEX
|
||||
upload (Debian bug #435875).
|
||||
* Fixed time stamp receiving in SMSD.
|
||||
* Huge gammu/gammu.c split to smaller files.
|
||||
* Lot of fixes to allow compilation using MSVC + CMake.
|
||||
* Support for push to talk ids (thanks to Pavel Kostromitinov).
|
||||
* Fixed PPM parsing (thanks to Pavel Kostromitinov).
|
||||
* Added simple bash completion script.
|
||||
* Added some compile time testing.
|
||||
* Improved vCard parsing.
|
||||
* Fix wint_t and wchar_t detection.
|
||||
* Introduced more generic parsing of AT replies, please report any
|
||||
regressions with it!
|
||||
* Improved support for Samsung phones.
|
||||
* Support for reading network name from AT phones.
|
||||
* Add deletememory command line.
|
||||
* Experimental support for notes over OBEX.
|
||||
* Man page is now partially autogenerated from online help.
|
||||
* Elson compatibility, thanks to Bernd Feige.
|
||||
* Fix UCS detection, thanks to Bernd Feige.
|
||||
* Initial support for Motorola phones (bug #15 and #310).
|
||||
* Avoid work on uninitialized buffer when checking firmware.
|
||||
* Use HTTP/1.1 requests for getting firmware and version info.
|
||||
* Improve charset handling for AT phones.
|
||||
* Fix crash on broken CPMS response.
|
||||
* Fix reading of memory not starting from 1 (thanks to drgerafe).
|
||||
* Fix pressing of keys on phones who do not support IRA charset.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 17:26:20 CEST 2007 - schwab@suse.de
|
||||
|
||||
|
48
gammu.spec
48
gammu.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gammu (Version 1.12.0)
|
||||
# spec file for package gammu (Version 1.13.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,15 +12,14 @@
|
||||
|
||||
Name: gammu
|
||||
BuildRequires: bluez-libs cmake
|
||||
Version: 1.12.0
|
||||
Release: 21
|
||||
Version: 1.13.0
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: Hardware/Mobile
|
||||
License: GPL v2 or later
|
||||
URL: http://www.gammu.org
|
||||
Url: http://www.gammu.org
|
||||
Summary: Mobile Phone Tools
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -50,7 +49,7 @@ Authors:
|
||||
%package devel
|
||||
Summary: Development files for Gammu
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Requires: gammu = %{version}, pkgconfig
|
||||
|
||||
%description devel
|
||||
@ -79,7 +78,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
|
||||
%build
|
||||
CFLAGS=$RPM_OPT_FLAGS LDLIBS=-lm \
|
||||
@ -115,8 +113,42 @@ fi
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Sep 25 2007 - prusnak@suse.cz
|
||||
- update to 1.13.0
|
||||
* Fixed several crashes of 6510 driver.
|
||||
* Sony-Ericsson module renamed to AT + OBEX as it better describes
|
||||
what it does.
|
||||
* Initial support for Sharp GX Series phones.
|
||||
* Added deliveryreportdelay parameter to SMSD to allow later
|
||||
received delivery reports to be correctly detected.
|
||||
* Fixed calculation of OBEX file names, could lead to crash on OBEX
|
||||
upload (Debian bug #435875).
|
||||
* Fixed time stamp receiving in SMSD.
|
||||
* Huge gammu/gammu.c split to smaller files.
|
||||
* Lot of fixes to allow compilation using MSVC + CMake.
|
||||
* Support for push to talk ids (thanks to Pavel Kostromitinov).
|
||||
* Fixed PPM parsing (thanks to Pavel Kostromitinov).
|
||||
* Added simple bash completion script.
|
||||
* Added some compile time testing.
|
||||
* Improved vCard parsing.
|
||||
* Fix wint_t and wchar_t detection.
|
||||
* Introduced more generic parsing of AT replies, please report any
|
||||
regressions with it!
|
||||
* Improved support for Samsung phones.
|
||||
* Support for reading network name from AT phones.
|
||||
* Add deletememory command line.
|
||||
* Experimental support for notes over OBEX.
|
||||
* Man page is now partially autogenerated from online help.
|
||||
* Elson compatibility, thanks to Bernd Feige.
|
||||
* Fix UCS detection, thanks to Bernd Feige.
|
||||
* Initial support for Motorola phones (bug #15 and #310).
|
||||
* Avoid work on uninitialized buffer when checking firmware.
|
||||
* Use HTTP/1.1 requests for getting firmware and version info.
|
||||
* Improve charset handling for AT phones.
|
||||
* Fix crash on broken CPMS response.
|
||||
* Fix reading of memory not starting from 1 (thanks to drgerafe).
|
||||
* Fix pressing of keys on phones who do not support IRA charset.
|
||||
* Mon Sep 03 2007 - schwab@suse.de
|
||||
- Work around broken cmake.
|
||||
* Tue Jun 19 2007 - prusnak@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user