diff --git a/IPC-Run3-0.046.tar.gz b/IPC-Run3-0.046.tar.gz deleted file mode 100644 index 58690fa..0000000 --- a/IPC-Run3-0.046.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4f65e239693ea86c66675d0b2437d363b43d00b1449bac2c1a03cf3c98e750c -size 20071 diff --git a/IPC-Run3-0.048.tar.gz b/IPC-Run3-0.048.tar.gz new file mode 100644 index 0000000..9002e23 --- /dev/null +++ b/IPC-Run3-0.048.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565 +size 20312 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9256548 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#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_install: |- +# sed on %{name}.files +license: BSD-2-Clause or GPL-2.0+ or Artistic-1.0 +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-IPC-Run3.changes b/perl-IPC-Run3.changes index 89a1382..b2565ab 100644 --- a/perl-IPC-Run3.changes +++ b/perl-IPC-Run3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 14 21:16:28 UTC 2015 - coolo@suse.com + +- updated to 0.048 + see /usr/share/doc/packages/perl-IPC-Run3/Changes + ------------------------------------------------------------------- Fri Jul 26 05:29:49 UTC 2013 - coolo@suse.com diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index 3ed2bfd..a736396 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IPC-Run3 # -# Copyright (c) 2013 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 @@ -17,24 +17,20 @@ Name: perl-IPC-Run3 -Version: 0.046 +Version: 0.048 Release: 0 +#Upstream: SUSE-Public-Domain %define cpan_name IPC-Run3 -Summary: Run a subprocess with input/ouput redirection +Summary: Run a Subprocess with Input/Ouput Redirection License: BSD-2-Clause or GPL-2.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IPC-Run3/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(IPC::Run3) -#BuildRequires: perl(IPC::Run3::ProfArrayBuffer) -#BuildRequires: perl(IPC::Run3::ProfLogger) -#BuildRequires: perl(IPC::Run3::ProfLogReader) -#BuildRequires: perl(IPC::Run3::ProfPP) -#BuildRequires: perl(IPC::Run3::ProfReporter) %{perl_requires} %description