From aafc48984cd109884933c630cfc1f7cd12948daf09d7cf0eefd62e2b2833d96e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Jul 2013 11:13:07 +0000 Subject: [PATCH] Accepting request 182552 from home:adra:branches:hardware Updated to 1.33.0 OBS-URL: https://build.opensuse.org/request/show/182552 OBS-URL: https://build.opensuse.org/package/show/hardware/gammu?expand=0&rev=19 --- gammu-1.32.0.tar.xz | 3 --- gammu-1.33.0.tar.xz | 3 +++ gammu.changes | 15 +++++++++++++++ gammu.spec | 40 +++++++++++++++++++--------------------- 4 files changed, 37 insertions(+), 24 deletions(-) delete mode 100644 gammu-1.32.0.tar.xz create mode 100644 gammu-1.33.0.tar.xz diff --git a/gammu-1.32.0.tar.xz b/gammu-1.32.0.tar.xz deleted file mode 100644 index be7f0c7..0000000 --- a/gammu-1.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c0979affc17d92b81c39f4d35a1b213f2f56323bf261a07432b3f99124d5242 -size 2072408 diff --git a/gammu-1.33.0.tar.xz b/gammu-1.33.0.tar.xz new file mode 100644 index 0000000..e1e32e0 --- /dev/null +++ b/gammu-1.33.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22840df93622f47b99fe435e32de31a35fd78825b134837098e0b4b443a7f7a1 +size 2051988 diff --git a/gammu.changes b/gammu.changes index b6917e0..3e95d31 100644 --- a/gammu.changes +++ b/gammu.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jul 7 20:03:45 UTC 2013 - asterios.dramis@gmail.com + +- Updated to 1.33.0: + * Various translation improvements. + * Improved support for Huawei E173, thanks to Gautier Minster. + * Fixed buffer overflow in MMS decoder. + * Fixed several memory leaks. + * Improved compatibility with Qualcomm devices (bug #1654). + * Various documentation improvements. + * Updated version of sms-gammu2android, thanks to Shadow Walker. + * Fixed compilation on Mac OS X, thanks to Soren Jorvang. + * Fixed SMSD with CheckSecurity = 0 (bug #1672). +- Require libGammu and libgsmsd in gammu-devel package instead of gammu. + ------------------------------------------------------------------- Fri Aug 10 09:27:19 UTC 2012 - idonmez@suse.com diff --git a/gammu.spec b/gammu.spec index cc63473..e29510c 100644 --- a/gammu.spec +++ b/gammu.spec @@ -1,7 +1,7 @@ # # spec file for package gammu # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,10 @@ # +%define so_ver 7 + Name: gammu -Version: 1.32.0 +Version: 1.33.0 Release: 0 Summary: Mobile phone management utility License: GPL-2.0 @@ -163,12 +165,13 @@ This package contains Gammu binary as well as some examples. %package devel Summary: Development files for Gammu Group: Development/Libraries/C and C++ +Requires: libGammu%{so_ver} = %{version} +Requires: libgsmsd%{so_ver} = %{version} %if 0%{?suse_version} Requires: pkg-config %else Requires: pkgconfig %endif -Requires: %{name} = %{version} %description devel Gammu is command line utility and library to work with mobile phones @@ -221,11 +224,11 @@ Currently supported phones include: This package contains the Gammu SMS Daemon and tool to inject messages into the queue. -%package -n libGammu7 +%package -n libGammu%{so_ver} Summary: Mobile phone management library Group: System/Libraries -%description -n libGammu7 +%description -n libGammu%{so_ver} Gammu is command line utility and library to work with mobile phones from many vendors. Support for different models differs, but basic functions should work with majority of them. Program can work with @@ -243,11 +246,11 @@ Currently supported phones include: This package contains the Gammu shared library. -%package -n libgsmsd7 +%package -n libgsmsd%{so_ver} Summary: SMS daemon helper library Group: System/Libraries -%description -n libgsmsd7 +%description -n libgsmsd%{so_ver} Gammu is command line utility and library to work with mobile phones from many vendors. Support for different models differs, but basic functions should work with majority of them. Program can work with @@ -321,19 +324,14 @@ cd .. #cd .. %install -%if !0%{?suse_version} make -C build install DESTDIR=%{buildroot} -%else -cd build -%makeinstall -cd .. -%endif # Install config file 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}/ +cp -a contrib/udev/ %{buildroot}%{gammu_docdir}/ %if 0%{?suse_version} > 1140 # Install the html manual @@ -350,13 +348,13 @@ rm -rf %{buildroot}%{_datadir}/locale/sw/ %find_lang %{name} %find_lang libgammu -%post -n libGammu7 -p /sbin/ldconfig +%post -n libGammu%{so_ver} -p /sbin/ldconfig -%postun -n libGammu7 -p /sbin/ldconfig +%postun -n libGammu%{so_ver} -p /sbin/ldconfig -%post -n libgsmsd7 -p /sbin/ldconfig +%post -n libgsmsd%{so_ver} -p /sbin/ldconfig -%postun -n libgsmsd7 -p /sbin/ldconfig +%postun -n libgsmsd%{so_ver} -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) @@ -412,13 +410,13 @@ rm -rf %{buildroot}%{_datadir}/locale/sw/ %doc %{_mandir}/man7/gammu-smsd-sql.7* %doc %{_mandir}/man7/gammu-smsd-tables.7* -%files -n libGammu7 -f libgammu.lang +%files -n libGammu%{so_ver} -f libgammu.lang %defattr(-,root,root,-) -%{_libdir}/libGammu.so.7* +%{_libdir}/libGammu.so.%{so_ver}* -%files -n libgsmsd7 +%files -n libgsmsd%{so_ver} %defattr(-,root,root,-) -%{_libdir}/libgsmsd.so.7* +%{_libdir}/libgsmsd.so.%{so_ver}* %files -n python-gammu %defattr(-,root,root,-)