- bzipped the tarball

- update to 1.53
  ***CHANGED*** default log file position
     from /var/log/modem.log to /tmp/modem.log.
  - Added voice dialing. Just dialing though.
    You can't perform real voice calls through Device::Modem (yet :)
    Thanks to Marek Jaros.
  - Added ';' (voice dialing) and 'p' (pause) as valid values
    for dial() number.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Device-Modem?expand=0&rev=8
This commit is contained in:
Vítězslav Čížek
2011-01-11 13:12:30 +00:00
committed by Git OBS Bridge
parent 143b86f2a7
commit ef06919742
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6868494c31ca3f1f0c2f1c6da605214feaf8af39b4827ac1e0b1f0b28264fb10
size 42093

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:042e5bd66cb15bd02dc091f4dc6dc158a2c08a0fea2d69c457cd75493f4fc406
size 35066

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 11 13:10:16 UTC 2011 - vcizek@novell.com
- bzipped the tarball
- update to 1.53
***CHANGED*** default log file position
from /var/log/modem.log to /tmp/modem.log.
- Added voice dialing. Just dialing though.
You can't perform real voice calls through Device::Modem (yet :)
Thanks to Marek Jaros.
- Added ';' (voice dialing) and 'p' (pause) as valid values
for dial() number.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 13:32:03 UTC 2010 - coolo@novell.com Wed Dec 1 13:32:03 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
%define cpan_name Device-Modem %define cpan_name Device-Modem
Name: perl-%cpan_name Name: perl-%cpan_name
Version: 1.50 Version: 1.53
Release: 1 Release: 1
Provides: %cpan_name Provides: %cpan_name
Requires: perl-Device-SerialPort Requires: perl-Device-SerialPort
@@ -11,7 +11,7 @@ Group: Development/Libraries/Perl
License: Artistic License: Artistic
URL: http://search.cpan.org/dist/Device-Modem/ URL: http://search.cpan.org/dist/Device-Modem/
Summary: Perl extension to talk to modem devices connected via serial port Summary: Perl extension to talk to modem devices connected via serial port
Source: %cpan_name-%{version}.tar.gz Source: %cpan_name-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
@@ -26,6 +26,8 @@ find . -type f -exec chmod -x {} \;
%build %build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make make
%check
make test make test
%install %install