Hello community, here is the log from the commit of package gammu for openSUSE:Factory checked in at 2013-07-10 17:26:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gammu (Old) and /work/SRC/openSUSE:Factory/.gammu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gammu" Changes: -------- --- /work/SRC/openSUSE:Factory/gammu/gammu.changes 2012-08-12 15:24:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gammu.new/gammu.changes 2013-07-10 17:26:38.000000000 +0200 @@ -1,0 +2,15 @@ +Sun Jul 7 20:03:45 UTC 2013 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- gammu-1.32.0.tar.xz New: ---- gammu-1.33.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammu.spec ++++++ --- /var/tmp/diff_new_pack.nndyjq/_old 2013-07-10 17:26:40.000000000 +0200 +++ /var/tmp/diff_new_pack.nndyjq/_new 2013-07-10 17:26:40.000000000 +0200 @@ -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 @@ %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 @@ 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 @@ 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 .. %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 @@ %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 @@ %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,-) ++++++ gammu-1.32.0.tar.xz -> gammu-1.33.0.tar.xz ++++++ ++++ 136884 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
