From e204395dae4729500ed1562522b195a6f3b70d5c135e9c8cb3bcf4bdf08a5d7d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 14 Jun 2007 13:49:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Expect?expand=0&rev=2 --- perl-Expect.changes | 5 +++++ perl-Expect.spec | 15 +++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/perl-Expect.changes b/perl-Expect.changes index e3c6243..7f7589c 100644 --- a/perl-Expect.changes +++ b/perl-Expect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 13 12:40:15 CEST 2007 - mc@suse.de + +- remove execute permissions from tutorial files + ------------------------------------------------------------------- Tue Sep 19 15:47:35 CEST 2006 - mc@suse.de diff --git a/perl-Expect.spec b/perl-Expect.spec index cd206a9..a726c2c 100644 --- a/perl-Expect.spec +++ b/perl-Expect.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Expect (Version 1.20) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -20,7 +20,7 @@ Requires: perl = %{perl_version} Autoreqprov: on Summary: Expect for perl Version: 1.20 -Release: 1 +Release: 41 Source: Expect-%{version}.tar.gz Patch: Expect.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,6 +49,7 @@ make test [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist +chmod 644 %{_builddir}/Expect-%{version}/tutorial/* %files %defattr(-,root,root) @@ -61,7 +62,9 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor %doc %{_mandir}/man3/* /var/adm/perl-modules/perl-Expect -%changelog -n perl-Expect +%changelog +* Wed Jun 13 2007 - mc@suse.de +- remove execute permissions from tutorial files * Tue Sep 19 2006 - mc@suse.de - Version 1.20 * fixed non-localized usage of $_ @@ -71,11 +74,11 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor * fixed bug in _make_readable() * Fri Jul 14 2006 - mc@suse.de - Version 1.18 -- added param check for expect() -- added another pipe to synchronize spawning. Closing the slave in + - added param check for expect() + - added another pipe to synchronize spawning. Closing the slave in the parent can lead to a hang if the child already wrote something into it... -- some bugfixes + - some bugfixes * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Sep 29 2005 - dmueller@suse.de