diff --git a/IO-Tty-1.07.tar.gz b/IO-Tty-1.07.tar.gz deleted file mode 100644 index bd50950..0000000 --- a/IO-Tty-1.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44c3b00c7b33db6fc4d11e0d096520f2e870f8557f2e2a8f0e8d2efcf9506906 -size 22004 diff --git a/IO-Tty-1.08.tar.gz b/IO-Tty-1.08.tar.gz new file mode 100644 index 0000000..ded959f --- /dev/null +++ b/IO-Tty-1.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5b08cb7d11046916f50b7d136f34ce840986be0a7c0391afe96f494de5e76b +size 22320 diff --git a/perl-IO-Tty.changes b/perl-IO-Tty.changes index 7b87093..95a1995 100644 --- a/perl-IO-Tty.changes +++ b/perl-IO-Tty.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 27 10:29:34 CEST 2009 - mc@novell.com + +- Version 1.08 + * Makefile.PL, Tty.xs: added support for posix_openpt() + ------------------------------------------------------------------- Tue Sep 19 15:50:49 CEST 2006 - mc@suse.de diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 62fb2b5..59f7c6c 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-IO-Tty (Version 1.07) +# spec file for package perl-IO-Tty (Version 1.08) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -25,8 +25,8 @@ Group: Development/Libraries/Perl Requires: perl = %{perl_version} AutoReqProv: on Summary: Provides an Interface to Pseudo Tty's -Version: 1.07 -Release: 118 +Version: 1.08 +Release: 1 Source: IO-Tty-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,66 +69,3 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/perl-IO-Tty %changelog -* Tue Sep 19 2006 mc@suse.de -- Version 1.07 - * Tty.pm: pre-allocate buffer for ioctl - * Tty.xs: added some more letter to BSD allocation -* Fri Jul 14 2006 mc@suse.de -- Version 1.05 - - changed newCONSTSUB to use newSV(0) instead of PL_sv_undef, - now undef'd constants work - - added handling for z/OS (uses /dev/ptyp0000) - - some bugfixes -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Sun Jan 11 2004 adrian@suse.de -- build as user -* Fri Aug 22 2003 mjancar@suse.cz -- require the perl version we build with -* Fri Jul 18 2003 mc@suse.de -- add make test -- add vendorarch changes -* Mon Jun 23 2003 coolo@suse.de -- package directories -* Mon May 19 2003 mc@suse.de -- removed unpackaged Files from RPM_BUILD_ROOT -* Tue Sep 17 2002 ro@suse.de -- removed bogus self-provides -* Tue Jul 02 2002 mls@suse.de -- remove race in .packlist generation -* Fri Apr 05 2002 mc@suse.de -- switch to version 1.02 -- removed alpha compile fix - not longer needed -- redesign of Tty.xs -- added test -- Pty.pm (spawn): rearranged setsid() and added a fresh open of - the slave pty so the pty becomes the controlling terminal for the - process. -- Makefile.PL: added tests for all kinds of functions and clone - devices. -- Makefile.PL: added setting of CONFIG var -- Makefile.PL: added analysis of configuration -- Makefile.PL: fixed checks; test problematic constants with a compile. -- Makefile.PL: auto-create IO::Tty::Constant -- updated docs -* Tue Jan 29 2002 garloff@suse.de -- Compile fix for alpha. -* Wed Nov 07 2001 mc@suse.de -- switch to verion 0.05 -- slave now is set to be a controlling tty if possible; - it also remembers it's name now. -- on SCO, the slave pts* are in the /dev dir, not /dev/pts -- added test for libutil.h, util.h, pty.h and openpty() -- added symbol TIOCSCTTY -- some SVR4 only define __SVR4; fixed. -- OSF machines need termio.h for various macros -- AIX doesn't define VOIDSIG; fixed. -- Cygwin can use /dev/ptmx even though that file doesn't exist. -- moved docu over from Pty.pm to lessen confusion Pty <-> Tty -- added verified systems list -* Thu Jun 21 2001 mc@suse.de -- fixed the specfile. Used more RPM macros. -* Tue Feb 13 2001 mc@suse.de -- fixed the specfile -* Thu Feb 08 2001 mc@suse.de -- first package, v0.04