From a99f94aabb7935b73190ed4596afffd8e99e123ead4902a5b6fd45c93d3d18fb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 17 Apr 2015 05:32:38 +0000 Subject: [PATCH] Accepting request 297496 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/297496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-Static-Simple?expand=0&rev=6 --- Catalyst-Plugin-Static-Simple-0.31.tar.gz | 3 --- Catalyst-Plugin-Static-Simple-0.33.tar.gz | 3 +++ cpanspec.yml | 20 +++++++++++++++++++ perl-Catalyst-Plugin-Static-Simple.changes | 16 +++++++++++++++ perl-Catalyst-Plugin-Static-Simple.spec | 23 ++++++++++------------ 5 files changed, 49 insertions(+), 16 deletions(-) delete mode 100644 Catalyst-Plugin-Static-Simple-0.31.tar.gz create mode 100644 Catalyst-Plugin-Static-Simple-0.33.tar.gz create mode 100644 cpanspec.yml diff --git a/Catalyst-Plugin-Static-Simple-0.31.tar.gz b/Catalyst-Plugin-Static-Simple-0.31.tar.gz deleted file mode 100644 index 707ecc6..0000000 --- a/Catalyst-Plugin-Static-Simple-0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:639c9f8adbe32151e199e5f07cac0ef53e1625bfdeaf7c47094adadb70d296d5 -size 43427 diff --git a/Catalyst-Plugin-Static-Simple-0.33.tar.gz b/Catalyst-Plugin-Static-Simple-0.33.tar.gz new file mode 100644 index 0000000..17c785a --- /dev/null +++ b/Catalyst-Plugin-Static-Simple-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5713b45d01495477609b9084c114f6238be1782923fd12d61ac00f97080ec1 +size 44753 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /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: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Catalyst-Plugin-Static-Simple.changes b/perl-Catalyst-Plugin-Static-Simple.changes index 5cb4d8a..4886711 100644 --- a/perl-Catalyst-Plugin-Static-Simple.changes +++ b/perl-Catalyst-Plugin-Static-Simple.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Apr 16 19:17:40 UTC 2015 - coolo@suse.com + +- updated to 0.33 + see /usr/share/doc/packages/perl-Catalyst-Plugin-Static-Simple/Changes + + 0.33 2014-09-26 17:00 BST + - In the case where someone is trying to merge configurations + and some config sets use the depracated 'static' keyword, the + configs will be properly merged. + + 0.32 2014-06-04 17:00 EDT + - Sets 'autoflush' in the Catalyst Log object to false if + available. This is a new API being added in Catalyst as of + version 5.90065 + ------------------------------------------------------------------- Mon Apr 21 14:33:18 UTC 2014 - mardnh@gmx.de diff --git a/perl-Catalyst-Plugin-Static-Simple.spec b/perl-Catalyst-Plugin-Static-Simple.spec index 5b1a595..192a15f 100644 --- a/perl-Catalyst-Plugin-Static-Simple.spec +++ b/perl-Catalyst-Plugin-Static-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Catalyst-Plugin-Static-Simple # -# Copyright (c) 2014 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,30 +17,29 @@ Name: perl-Catalyst-Plugin-Static-Simple -Version: 0.31 +Version: 0.33 Release: 0 %define cpan_name Catalyst-Plugin-Static-Simple Summary: Make serving static pages painless -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/ -Source: http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Catalyst::Runtime) >= 5.80008 BuildRequires: perl(MIME::Types) >= 2.03 -BuildRequires: perl(Module::Pluggable) >= 5.1 BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Types) BuildRequires: perl(namespace::autoclean) Requires: perl(Catalyst::Runtime) >= 5.80008 -Requires: perl(MIME::Types) >= 1.25 -Requires: perl(Module::Pluggable) >= 5.1 +Requires: perl(MIME::Types) >= 2.03 Requires: perl(Moose) Requires: perl(MooseX::Types) Requires: perl(namespace::autoclean) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %{perl_requires} %description @@ -76,6 +75,7 @@ content; for an example see the USING WITH APACHE manpage, below. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -89,11 +89,8 @@ content; for an example see the USING WITH APACHE manpage, below. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes %changelog