From bc0e0b4e3967d0322f613f12faea1d9f9a89716a55f55b29edc6b477218b5f75 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 18:33:49 +0000 Subject: [PATCH] Accepting request 296963 from devel:languages:perl:autoupdate - updated to 3.22 see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes 3.22 2014-05-07 3.21 2014-05-07 - Bad release - deleted OBS-URL: https://build.opensuse.org/request/show/296963 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-AuthCookie?expand=0&rev=17 --- Apache-AuthCookie-3.20.tar.gz | 3 --- Apache-AuthCookie-3.22.tar.gz | 3 +++ cpanspec.yml | 21 ++++++++++++++++++++ perl-Apache-AuthCookie.changes | 11 +++++++++++ perl-Apache-AuthCookie.spec | 35 ++++++---------------------------- 5 files changed, 41 insertions(+), 32 deletions(-) delete mode 100644 Apache-AuthCookie-3.20.tar.gz create mode 100644 Apache-AuthCookie-3.22.tar.gz create mode 100644 cpanspec.yml diff --git a/Apache-AuthCookie-3.20.tar.gz b/Apache-AuthCookie-3.20.tar.gz deleted file mode 100644 index 5991974..0000000 --- a/Apache-AuthCookie-3.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50e61877d3f773ed6a2def4077acac0c67e5227247d6f67a4bcf3992037cf946 -size 48882 diff --git a/Apache-AuthCookie-3.22.tar.gz b/Apache-AuthCookie-3.22.tar.gz new file mode 100644 index 0000000..4e7ef54 --- /dev/null +++ b/Apache-AuthCookie-3.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425d84f0e1d4635021e4e4edc7c88aefc2b3ad5f6cbe000e491e980f2633e537 +size 48956 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..4e0ccdf --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,21 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +preamble: |- + BuildRequires: netcfg +# 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-Apache-AuthCookie.changes b/perl-Apache-AuthCookie.changes index 7d0c357..29b8cba 100644 --- a/perl-Apache-AuthCookie.changes +++ b/perl-Apache-AuthCookie.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 14 09:15:25 UTC 2015 - coolo@suse.com + +- updated to 3.22 + see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes + + 3.22 2014-05-07 + + 3.21 2014-05-07 + - Bad release - deleted + ------------------------------------------------------------------- Wed Dec 18 10:36:02 UTC 2013 - coolo@suse.com diff --git a/perl-Apache-AuthCookie.spec b/perl-Apache-AuthCookie.spec index 1c8cd1c..3df3878 100644 --- a/perl-Apache-AuthCookie.spec +++ b/perl-Apache-AuthCookie.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Apache-AuthCookie # -# 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,14 +17,15 @@ Name: perl-Apache-AuthCookie -Version: 3.20 +Version: 3.22 Release: 0 %define cpan_name Apache-AuthCookie Summary: Perl Authentication and Authorization via cookies License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Apache-AuthCookie/ -Source: http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -33,38 +34,14 @@ BuildRequires: perl(Apache::Test) >= 1.35 BuildRequires: perl(Class::Load) >= 0.03 BuildRequires: perl(autobox) >= 1.1 BuildRequires: perl(mod_perl2) >= 1.999022 -#BuildRequires: perl(Apache) -#BuildRequires: perl(Apache2::Access) -#BuildRequires: perl(Apache2::AuthCookie) -#BuildRequires: perl(Apache2::AuthCookie::Params) -#BuildRequires: perl(Apache2::Const) -#BuildRequires: perl(Apache2::Log) -#BuildRequires: perl(Apache2::RequestIO) -#BuildRequires: perl(Apache2::RequestRec) -#BuildRequires: perl(Apache2::RequestUtil) -#BuildRequires: perl(Apache2::Response) -#BuildRequires: perl(Apache2::Util) -#BuildRequires: perl(Apache::AuthCookie) -#BuildRequires: perl(Apache::AuthCookie::Autobox) -#BuildRequires: perl(Apache::AuthCookie::Params) -#BuildRequires: perl(Apache::AuthCookie::Params::Base) -#BuildRequires: perl(Apache::AuthCookie::Util) -#BuildRequires: perl(Apache::Constants) -#BuildRequires: perl(Apache::TestMM) -#BuildRequires: perl(Apache::TestRequest) -#BuildRequires: perl(Apache::TestRunPerl) -#BuildRequires: perl(Apache::TestUtil) -#BuildRequires: perl(Apache::Util) -#BuildRequires: perl(APR::Table) -#BuildRequires: perl(mod_perl) -#BuildRequires: perl(Module::Signature) Requires: perl(Apache::Test) >= 1.35 Requires: perl(Class::Load) >= 0.03 Requires: perl(autobox) >= 1.1 Requires: perl(mod_perl2) >= 1.999022 %{perl_requires} -# MANUAL +# MANUAL BEGIN BuildRequires: netcfg +# MANUAL END %description *Apache::AuthCookie* allows you to intercept a user's first unauthenticated