Mailinglist Archive: opensuse-commit (1929 mails)

< Previous Next >
commit perl-Term-ReadKey for openSUSE:Factory

Hello community,

here is the log from the commit of package perl-Term-ReadKey for
openSUSE:Factory
checked in at Wed Oct 5 17:46:57 CEST 2011.



--------
New Changes file:

--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Term-ReadKey/perl-Term-ReadKey.changes
2011-10-02 20:57:00.000000000 +0200
@@ -0,0 +1,100 @@
+-------------------------------------------------------------------
+Wed Sep 28 16:25:45 CET 2011 - pascal.bleser@xxxxxxxxxxxx
+
+- renamed to perl-Term-ReadKey
+
+-------------------------------------------------------------------
+Tue Nov 30 19:20:48 UTC 2010 - coolo@xxxxxxxxxx
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:31:09 UTC 2010 - coolo@xxxxxxxxxx
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue Oct 19 08:39:07 UTC 2010 - coolo@xxxxxxxxxx
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Sun Dec 20 16:32:06 CET 2009 - jengelh@xxxxxxxxxx
+
+- enable parallel build
+- enable testsuite on SPARC (there is a /dev/tty)
+
+-------------------------------------------------------------------
+Wed Jan 25 21:39:58 CET 2006 - mls@xxxxxxx
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Mon Aug 1 13:30:59 CEST 2005 - mjancar@xxxxxxx
+
+- update to 2.30
+
+-------------------------------------------------------------------
+Fri Mar 26 10:43:20 CET 2004 - kukuk@xxxxxxx
+
+- Fix Requires (/bin/stty is needed, not XFree86)
+
+-------------------------------------------------------------------
+Wed Feb 18 08:49:33 CET 2004 - kukuk@xxxxxxx
+
+- Remove unused packages from neededforbuild
+- Don't run test suite on machines without /dev/tty
+
+-------------------------------------------------------------------
+Sat Jan 10 21:11:59 CET 2004 - adrian@xxxxxxx
+
+- build as user
+
+-------------------------------------------------------------------
+Fri Aug 22 15:48:43 CEST 2003 - mjancar@xxxxxxx
+
+- require the perl version we build with
+
+-------------------------------------------------------------------
+Tue Jul 15 16:26:29 CEST 2003 - mjancar@xxxxxxx
+
+- adapt to perl-5.8.1
+- use %perl_process_packlist
+
+-------------------------------------------------------------------
+Wed Jun 18 09:08:08 CEST 2003 - coolo@xxxxxxx
+
+- package directories
+
+-------------------------------------------------------------------
+Tue May 20 12:40:30 CEST 2003 - mjancar@xxxxxxx
+
+- remove unpackaged files
+
+-------------------------------------------------------------------
+Tue Nov 12 15:53:36 CET 2002 - prehak@xxxxxxx
+
+- updated to version 2.21
+- updated neededforbuild after xf86-rename
+
+-------------------------------------------------------------------
+Mon Jul 22 20:07:37 CEST 2002 - prehak@xxxxxxx
+
+- update to version 2.20
+- enabled make test
+
+-------------------------------------------------------------------
+Tue Jul 2 17:40:06 MEST 2002 - mls@xxxxxxx
+
+- remove race in .packlist generation
+
+-------------------------------------------------------------------
+Thu Jan 17 13:07:02 CET 2002 - rvasice@xxxxxxx
+
+- update to version 2.16
+
+-------------------------------------------------------------------
+Fri Nov 2 11:36:35 CET 2001 - rvasice@xxxxxxx
+
+- initial package release (version 2.14)
+

calling whatdependson for head-i586


New:
----
TermReadKey-2.30.tar.gz
perl-Term-ReadKey.changes
perl-Term-ReadKey.spec

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

Other differences:
------------------
++++++ perl-Term-ReadKey.spec ++++++
#
# spec file for package perl-Term-ReadKey
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name: perl-Term-ReadKey
Version: 2.30
Release: 0
License: GNU General Public License version 2 or later or Artistic
(GPLv2+ or Artistic)
Summary: Module for Simple Terminal Control
Url: http://search.cpan.org/dist/Term-ReadKey
Group: Development/Libraries/Perl
Source:
http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
BuildRequires: make
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-macros
Requires: /bin/stty
Provides: perl-TermReadKey = %{version}
Obsoletes: perl-TermReadKey < 2.30
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
This module, ReadKey, provides ioctl control for terminals and Win32 consoles
so the input modes can be changed (thus allowing reads of a single character at
a time), and also provides non-blocking reads of stdin, as well as several
other terminal related features, including retrieval/modification of the screen
size, and retrieval/modification of the control characters.

%prep
%setup -q -n "TermReadKey-%{version}"
sed -i '/^auto_install/d' Makefile.PL

%build
perl Makefile.PL PREFIX="%{_prefix}"
make %{?_smp_flags}

%install
%perl_make_install
%perl_process_packlist

# s390/s390x don't have /dev/tty
%ifnarch s390 s390x

%check
make test
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%dir %{perl_vendorarch}/Term
%{perl_vendorarch}/Term/ReadKey.pm
%dir %{perl_vendorarch}/auto/Term
%{perl_vendorarch}/auto/Term/ReadKey
%doc %{perl_man3dir}/Term::ReadKey.%{perl_man3ext}%{ext_man}

%changelog
continue with "q"...



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread