diff --git a/IPC-Cmd-0.92.tar.gz b/IPC-Cmd-0.92.tar.gz deleted file mode 100644 index 4278cbf..0000000 --- a/IPC-Cmd-0.92.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07c59e7f999df620b40bcd5a4b623f4f80a83d701bc93c7b344af50b5a7910eb -size 30129 diff --git a/IPC-Cmd-0.94.tar.gz b/IPC-Cmd-0.94.tar.gz new file mode 100644 index 0000000..f7e0fc6 --- /dev/null +++ b/IPC-Cmd-0.94.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d30c476d64c6095871d061625c79216fc1384be06fb4bff2238724bbc17f54 +size 30567 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-IPC-Cmd.changes b/perl-IPC-Cmd.changes index 6ec6415..7acdbb0 100644 --- a/perl-IPC-Cmd.changes +++ b/perl-IPC-Cmd.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Feb 19 10:24:43 UTC 2016 - coolo@suse.com + +- updated to 0.94 + see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES + + 0.94 Fri Feb 12 18:55:05 GMT 2016 + + Bug fixes: + * move __END__ above POD in documentation (plicease) + * Don't clobber $SIG{__DIE__} and $SIG{__WARN__} in open3_run() (avar) + * Fix 'terminate_on_signal' segfaulting (Petya Kohts) + * Fix usage of fcntl(..., F_GETFL, ...) (tonyc) + ------------------------------------------------------------------- Tue Apr 14 18:12:16 UTC 2015 - coolo@suse.com diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec index 2f6ebf4..595d5dd 100644 --- a/perl-IPC-Cmd.spec +++ b/perl-IPC-Cmd.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IPC-Cmd # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,14 +17,15 @@ Name: perl-IPC-Cmd -Version: 0.92 +Version: 0.94 Release: 0 %define cpan_name IPC-Cmd -Summary: finding and running system commands made easy +Summary: Finding and Running System Commands Made Easy License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IPC-Cmd/ -Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -48,7 +49,7 @@ to your verbosity settings. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor