From 234dff04f7253c925643306a358a2b012fd722d3676f5833127041d44cd71f37 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 22 Jun 2015 05:42:59 +0000 Subject: [PATCH] Accepting request 312893 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/312893 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=27 --- Archive-Zip-1.46.tar.gz | 3 --- Archive-Zip-1.48.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Archive-Zip.changes | 13 +++++++++++++ perl-Archive-Zip.spec | 7 ++++--- 5 files changed, 43 insertions(+), 6 deletions(-) delete mode 100644 Archive-Zip-1.46.tar.gz create mode 100644 Archive-Zip-1.48.tar.gz create mode 100644 cpanspec.yml diff --git a/Archive-Zip-1.46.tar.gz b/Archive-Zip-1.46.tar.gz deleted file mode 100644 index ffb135c..0000000 --- a/Archive-Zip-1.46.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6630ebeba753a7025126028eb290040ce44d86e8ced77017e31b75863348e524 -size 186426 diff --git a/Archive-Zip-1.48.tar.gz b/Archive-Zip-1.48.tar.gz new file mode 100644 index 0000000..df0c364 --- /dev/null +++ b/Archive-Zip-1.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cb4fbc491f9890ceabc33e9888f85261f3d17f884d2b9d8e54564befd9e09f +size 192695 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#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: 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-Archive-Zip.changes b/perl-Archive-Zip.changes index 6990b9e..eac16b3 100644 --- a/perl-Archive-Zip.changes +++ b/perl-Archive-Zip.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 21 08:16:04 UTC 2015 - coolo@suse.com + +- updated to 1.48 + see /usr/share/doc/packages/perl-Archive-Zip/Changes + + 1.48 Thu 18 Jun 2015 + - Wrap skip in a SKIP: block [github/plicease] + + 1.47 Wed 17 Jun 2015 + - zip file with a deflated directory cannot be written out again [github/ntyni] + - add missing test data to MANIFEST + ------------------------------------------------------------------- Mon Apr 13 18:15:12 UTC 2015 - coolo@suse.com diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 43131c2..9befb32 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -17,14 +17,15 @@ Name: perl-Archive-Zip -Version: 1.46 +Version: 1.48 Release: 0 %define cpan_name Archive-Zip -Summary: Provide an interface to ZIP archive files. +Summary: Provide an interface to ZIP archive files License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Archive-Zip/ -Source: http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl