commit perl-IO-Tty for openSUSE:Factory

2020-11-07 Thread root
Hello community,

here is the log from the commit of package perl-IO-Tty for openSUSE:Factory 
checked in at 2020-11-07 21:01:44

Comparing /work/SRC/openSUSE:Factory/perl-IO-Tty (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IO-Tty.new.11331 (New)


Package is "perl-IO-Tty"

Sat Nov  7 21:01:44 2020 rev:24 rq:845942 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Tty/perl-IO-Tty.changes  2020-01-21 
21:03:49.132945544 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IO-Tty.new.11331/perl-IO-Tty.changes   
2020-11-07 21:03:25.377832193 +0100
@@ -1,0 +2,11 @@
+Wed Nov  4 03:08:31 UTC 2020 - Tina Müller 
+
+- updated to 1.15
+   see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
+
+  2020-10-03 Todd Rinaldo  1.15
+  * Skip winsize test on Solaris and QNX NTO
+  * Make function tests more robust
+  * Work around a header name collission on util.h. This is breaking on 
recent OSX
+
+---

Old:

  IO-Tty-1.14.tar.gz

New:

  IO-Tty-1.15.tar.gz



Other differences:
--
++ perl-IO-Tty.spec ++
--- /var/tmp/diff_new_pack.aEXZhT/_old  2020-11-07 21:03:25.833831467 +0100
+++ /var/tmp/diff_new_pack.aEXZhT/_new  2020-11-07 21:03:25.833831467 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Tty
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-IO-Tty
-Version:1.14
+Version:1.15
 Release:0
 %define cpan_name IO-Tty
 Summary:Low-level allocate a pseudo-Tty, import constants
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ IO-Tty-1.14.tar.gz -> IO-Tty-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.14/ChangeLog new/IO-Tty-1.15/ChangeLog
--- old/IO-Tty-1.14/ChangeLog   2020-01-19 06:22:23.0 +0100
+++ new/IO-Tty-1.15/ChangeLog   2020-11-03 23:10:00.0 +0100
@@ -1,3 +1,8 @@
+2020-10-03 Todd Rinaldo  1.15
+* Skip winsize test on Solaris and QNX NTO
+* Make function tests more robust
+* Work around a header name collission on util.h. This is breaking on 
recent OSX
+
 2020-01-18 Todd Rinaldo  1.14
 * Add strict/warnings to Tty.pm
* Fix pod errors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.14/MANIFEST.SKIP 
new/IO-Tty-1.15/MANIFEST.SKIP
--- old/IO-Tty-1.14/MANIFEST.SKIP   2020-01-19 06:02:41.0 +0100
+++ new/IO-Tty-1.15/MANIFEST.SKIP   2020-11-03 23:09:03.0 +0100
@@ -7,3 +7,4 @@
 ^xssubs.c
 ^Tty/Constant.pm
 ^Makefile$
+^IO-Tty-\d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.14/META.json new/IO-Tty-1.15/META.json
--- old/IO-Tty-1.14/META.json   2020-01-19 06:26:16.0 +0100
+++ new/IO-Tty-1.15/META.json   2020-11-03 23:10:16.0 +0100
@@ -4,7 +4,7 @@
   "Roland Giersig "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -37,6 +37,6 @@
  "url" : "https://github.com/toddr/IO-Tty;
   }
},
-   "version" : "1.14",
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   "version" : "1.15",
+   "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.14/META.yml new/IO-Tty-1.15/META.yml
--- old/IO-Tty-1.14/META.yml2020-01-19 06:26:16.0 +0100
+++ new/IO-Tty-1.15/META.yml2020-11-03 23:10:16.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,5 +19,5 @@
 - inc
 resources:
   repository: https://github.com/toddr/IO-Tty
-version: 

commit perl-IO-Tty for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package perl-IO-Tty for openSUSE:Factory 
checked in at 2020-01-21 21:03:09

Comparing /work/SRC/openSUSE:Factory/perl-IO-Tty (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IO-Tty.new.26092 (New)


Package is "perl-IO-Tty"

Tue Jan 21 21:03:09 2020 rev:23 rq:766095 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Tty/perl-IO-Tty.changes  2015-04-15 
16:24:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Tty.new.26092/perl-IO-Tty.changes   
2020-01-21 21:03:49.132945544 +0100
@@ -1,0 +2,19 @@
+Mon Jan 20 03:10:17 UTC 2020 -  
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
+
+  2020-01-18 Todd Rinaldo  1.14
+  * Add strict/warnings to Tty.pm
+   * Fix pod errors
+   * Typo: s/dependend/dependent/
+   * Prevent spurious warning from get_winsize()
+   * Fix usage of setsid
+   * Github actions testing. Windows is off of course.
+   * Make README.md
+  
+  2014-12-14 Todd Rinaldo  1.13_01
+   * RT 91590 - Remove MAP_TARGET from Makefile.PL
+   * RT 88271 - Fix for Solaris setuid when root running as other user
+
+---

Old:

  IO-Tty-1.12.tar.gz

New:

  IO-Tty-1.14.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-IO-Tty.spec ++
--- /var/tmp/diff_new_pack.m4aoys/_old  2020-01-21 21:03:49.888945896 +0100
+++ /var/tmp/diff_new_pack.m4aoys/_new  2020-01-21 21:03:49.896945901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Tty
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-IO-Tty
-Version:1.12
+Version:1.14
 Release:0
 %define cpan_name IO-Tty
-Summary:Low-level allocate a pseudo-Tty, import constants.
-License:Artistic-1.0 or GPL-1.0+
+Summary:Low-level allocate a pseudo-Tty, import constants
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/IO-Tty/
-Source: 
http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -33,16 +34,16 @@
 %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 the IO::Tty::Constant manpage.
+For a list of importable constants, see IO::Tty::Constant.
 
-Windows is now supported, but ONLY under the Cygwin environment, see the
-http://sources.redhat.com/cygwin/ manpage.
+Windows is now supported, but ONLY under the Cygwin environment, see
+http://sources.redhat.com/cygwin/.
 
 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.
+SourceForge http://sourceforge.net/projects/expectperl/.
 
 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
@@ -62,13 +63,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -77,6 +79,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README try
+%doc ChangeLog README.md try
 
 %changelog

++ IO-Tty-1.12.tar.gz -> IO-Tty-1.14.tar.gz ++
diff -urN '--exclude=CVS' 

commit perl-IO-Tty for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Tty for openSUSE:Factory 
checked in at 2015-04-15 16:23:59

Comparing /work/SRC/openSUSE:Factory/perl-IO-Tty (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IO-Tty.new (New)


Package is perl-IO-Tty

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Tty/perl-IO-Tty.changes  2011-09-23 
12:37:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Tty.new/perl-IO-Tty.changes 
2015-04-15 16:24:00.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 13 18:51:40 UTC 2015 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
+
+  2014-09-12 Todd Rinaldo to...@cpan.org 1.12
+   * Merge pull request from Chris Williams (bingos) to fix redefinition 
of typedef errors with v5.19.4 and above
+  
+  2014-05-05 Todd Rinaldo to...@cpan.org
+   * Release 1.11 to CPAN with explicit dropping of support for Win32 (we 
never supported it) - RT 77813
+   * Bump version to a devel release 1.11_01 for experimental work.
+   * Fix typo in compilter - RT 75649
+   * Add support for PERL_MM_OPT
+
+---

Old:

  IO-Tty-1.10.tar.gz

New:

  IO-Tty-1.12.tar.gz



Other differences:
--
++ perl-IO-Tty.spec ++
--- /var/tmp/diff_new_pack.kYJDYG/_old  2015-04-15 16:24:00.0 +0200
+++ /var/tmp/diff_new_pack.kYJDYG/_new  2015-04-15 16:24:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Tty
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,17 +16,15 @@
 #
 
 
-
 Name:   perl-IO-Tty
-Version:1.10
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.12
+Release:0
 %define cpan_name IO-Tty
 Summary:Low-level allocate a pseudo-Tty, import constants.
-Url:http://search.cpan.org/dist/IO-Tty/
+License:Artistic-1.0 or GPL-1.0+
 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
+Url:http://search.cpan.org/dist/IO-Tty/
+Source: 
http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -77,11 +75,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc ChangeLog README try
 
 %changelog

++ IO-Tty-1.10.tar.gz - IO-Tty-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.10/ChangeLog new/IO-Tty-1.12/ChangeLog
--- old/IO-Tty-1.10/ChangeLog   2010-10-11 20:10:46.0 +0200
+++ new/IO-Tty-1.12/ChangeLog   2014-09-12 18:10:15.0 +0200
@@ -1,3 +1,12 @@
+2014-09-12 Todd Rinaldo to...@cpan.org 1.12
+   * Merge pull request from Chris Williams (bingos) to fix redefinition 
of typedef errors with v5.19.4 and above
+
+2014-05-05 Todd Rinaldo to...@cpan.org
+   * Release 1.11 to CPAN with explicit dropping of support for Win32 (we 
never supported it) - RT 77813
+   * Bump version to a devel release 1.11_01 for experimental work.
+   * Fix typo in compilter - RT 75649
+   * Add support for PERL_MM_OPT
+
 2010-10-11   Todd Rinaldo to...@cpan.org
* CPAN testers clean. Bumping to release version 1.10
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.10/MANIFEST new/IO-Tty-1.12/MANIFEST
--- old/IO-Tty-1.10/MANIFEST2010-10-11 20:07:57.0 +0200
+++ new/IO-Tty-1.12/MANIFEST2014-09-12 18:14:41.0 +0200
@@ -8,3 +8,4 @@
 try
 t/test.t
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.10/META.json new/IO-Tty-1.12/META.json
--- old/IO-Tty-1.10/META.json   1970-01-01 01:00:00.0 +0100
+++ new/IO-Tty-1.12/META.json   2014-09-12 18:14:41.0 +0200
@@ -0,0 +1,44 @@
+{
+   abstract : Pseudo ttys and constants,
+   author : [
+  Roland Giersig rgier...@cpan.org
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  

commit perl-IO-Tty for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Tty for openSUSE:Factory 
checked in at 2011-12-06 18:43:17

Comparing /work/SRC/openSUSE:Factory/perl-IO-Tty (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IO-Tty.new (New)


Package is perl-IO-Tty, Maintainer is m...@suse.com

Changes:




Other differences:
--
++ perl-IO-Tty.spec ++
--- /var/tmp/diff_new_pack.9rPJlN/_old  2011-12-06 19:11:55.0 +0100
+++ /var/tmp/diff_new_pack.9rPJlN/_new  2011-12-06 19:11:55.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-IO-Tty
 Version:1.10
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name IO-Tty
 Summary:Low-level allocate a pseudo-Tty, import constants.
 Url:http://search.cpan.org/dist/IO-Tty/

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



commit perl-IO-Tty for openSUSE:Factory

2011-04-01 Thread h_root

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.0 +0100
+++ /mounts/work_src_done/STABLE/perl-IO-Tty/perl-IO-Tty.changes
2011-03-31 20:17:56.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.v4OILz/_new  2011-04-01 10:25:26.0 +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