Hello community,

here is the log from the commit of package perl-IO-Tty for openSUSE:Factory
checked in at Fri Apr 1 10:30:17 CEST 2011.



--------
--- perl-IO-Tty/perl-IO-Tty.changes     2010-12-01 14:47:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-IO-Tty/perl-IO-Tty.changes        
2011-03-31 20:17:56.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Mar 31 18:15:58 UTC 2011 - co...@novell.com
+
+- update to 1.10
+    * CPAN testers clean. Bumping to release version 1.10
+    * RT 60788 - Better error reporting on Operating Systems
+      that can't set a controlling terminal e.g. BeOS
+    * CPAN testers looks clean. Internal testing done on perl 5.6
+    * Bump version to 1.09 and release to CPAN
+    * RT 61642 - Fix file number test to work without hang on cygwin
+    * Update all versions to the new version
+    * RT 45008 - only try TIOCSCTTY if we don't have a ctty
+    * RT 53883 - IO::Tty detection on BeOS w/fix
+    * RT 60014 - better META.yml by modernizing Makefile.PL
+    * RT 44771 - Add _ to list of escape characters for compiler
+      so it'll compile on windows This is experimental pending a
+      successful dev release
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  IO-Tty-1.08.tar.bz2

New:
----
  IO-Tty-1.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-IO-Tty.spec ++++++
--- /var/tmp/diff_new_pack.v4OILz/_old  2011-04-01 10:25:26.000000000 +0200
+++ /var/tmp/diff_new_pack.v4OILz/_new  2011-04-01 10:25:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-IO-Tty (Version 1.08)
+# spec file for package perl-IO-Tty
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,39 +15,58 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-IO-Tty
-%define cpan_name IO-Tty
-Summary:        Low-level allocate a pseudo-Tty, import constants
-Version:        1.08
-Release:        10
+Version:        1.10
+Release:        1
 License:        GPL+ or Artistic
-Group:          Development/Libraries/Perl
+%define cpan_name IO-Tty
+Summary:        Low-level allocate a pseudo-Tty, import constants.
 Url:            http://search.cpan.org/dist/IO-Tty/
-#Source:         
http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.bz2
+Group:          Development/Libraries/Perl
+#Source:         
http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-IO::Tty is used internally by IO::Pty to create a pseudo-tty. You wouldn't
-   want to use it directly except to import constants, use IO::Pty. For a
-   list of importable constants, see IO::Tty::Constant.
-
-Authors:
---------
-    Graham Barr <gb...@ti.com>
-    Nick Ing-Simmons <n...@tiuk.ti.com>
+'IO::Tty' is used internally by 'IO::Pty' to create a pseudo-tty. You
+wouldn't want to use it directly except to import constants, use 'IO::Pty'.
+For a list of importable constants, see the IO::Tty::Constant manpage.
+
+Windows is now supported, but ONLY under the Cygwin environment, see the
+http://sources.redhat.com/cygwin/ manpage.
+
+Please note that pty creation is very system-dependend. From my experience,
+any modern POSIX system should be fine. Find below a list of systems that
+'IO::Tty' should work on. A more detailed table (which is slowly getting
+out-of-date) is available from the project pages document manager at
+SourceForge the http://sourceforge.net/projects/expectperl/ manpage.
+
+If you have problems on your system and your system is listed in the
+"verified" list, you probably have some non-standard setup, e.g. you
+compiled your Linux-kernel yourself and disabled ptys (bummer!). Please ask
+your friendly sysadmin for help.
+
+If your system is not listed, unpack the latest version of 'IO::Tty', do a
+''perl Makefile.PL; make; make test; uname -a'' and send me
+(_RGiersig@cpan.org_) the results and I'll see what I can deduce from that.
+There are chances that it will work right out-of-the-box...
+
+If it's working on your system, please send me a short note with details
+(version number, distribution, etc. 'uname -a' and 'perl -V' is a good
+start; also, the output from "perl Makefile.PL" contains a lot of
+interesting info, so please include that as well) so I can get an overview.
+Thanks!
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -59,10 +78,10 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(644,root,root,755)
 %doc ChangeLog README try
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to