- 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:
committed by
Git OBS Bridge
parent
143b86f2a7
commit
ef06919742
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6868494c31ca3f1f0c2f1c6da605214feaf8af39b4827ac1e0b1f0b28264fb10
|
|
||||||
size 42093
|
|
3
Device-Modem-1.53.tar.bz2
Normal file
3
Device-Modem-1.53.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:042e5bd66cb15bd02dc091f4dc6dc158a2c08a0fea2d69c457cd75493f4fc406
|
||||||
|
size 35066
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user