From c106142c1fe257aeb56f41a2d34353dc60fe918d8bea157c9530b67f33b79256 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sat, 10 Oct 2015 11:06:20 +0000 Subject: [PATCH] Accepting request 337578 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/337578 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=26 --- SQL-Statement-1.405.tar.gz | 3 --- SQL-Statement-1.407.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-SQL-Statement.changes | 6 ++++++ perl-SQL-Statement.spec | 34 ++++++++++++---------------------- 5 files changed, 44 insertions(+), 25 deletions(-) delete mode 100644 SQL-Statement-1.405.tar.gz create mode 100644 SQL-Statement-1.407.tar.gz create mode 100644 cpanspec.yml diff --git a/SQL-Statement-1.405.tar.gz b/SQL-Statement-1.405.tar.gz deleted file mode 100644 index 02b423f..0000000 --- a/SQL-Statement-1.405.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:239094b6f18c36d174a7a9aa73c13cbaf9fec83d68dce5a2226a6120bb673026 -size 138703 diff --git a/SQL-Statement-1.407.tar.gz b/SQL-Statement-1.407.tar.gz new file mode 100644 index 0000000..74e87f7 --- /dev/null +++ b/SQL-Statement-1.407.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e0c82b924a9eb983ad1561cad8bdd10f50fef97e53696e948ae167bd33b4d0 +size 137336 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-SQL-Statement.changes b/perl-SQL-Statement.changes index 4014bcd..3378e3e 100644 --- a/perl-SQL-Statement.changes +++ b/perl-SQL-Statement.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 10 09:23:00 UTC 2015 - coolo@suse.com + +- updated to 1.407 + see /usr/share/doc/packages/perl-SQL-Statement/Changes + ------------------------------------------------------------------- Tue Jun 18 09:42:11 UTC 2013 - coolo@suse.com diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec index 0ba2675..3dd60db 100644 --- a/perl-SQL-Statement.spec +++ b/perl-SQL-Statement.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SQL-Statement # -# 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,43 +17,33 @@ Name: perl-SQL-Statement -Version: 1.405 +Version: 1.407 Release: 0 %define cpan_name SQL-Statement Summary: SQL parsing and processing engine License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/SQL-Statement/ -Source: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Clone) >= 0.30 -BuildRequires: perl(Math::BigInt) >= 1.88 +BuildRequires: perl(Math::Base::Convert) BuildRequires: perl(Math::Complex) >= 1.56 +BuildRequires: perl(Module::Runtime) BuildRequires: perl(Params::Util) >= 1.00 -BuildRequires: perl(Test::Simple) >= 0.90 -#BuildRequires: perl(SQL::Dialects::Role) -#BuildRequires: perl(SQL::Eval) -#BuildRequires: perl(SQL::Parser) -#BuildRequires: perl(SQL::Statement) -#BuildRequires: perl(SQL::Statement::Function) -#BuildRequires: perl(SQL::Statement::Functions) -#BuildRequires: perl(SQL::Statement::Operation) -#BuildRequires: perl(SQL::Statement::Placeholder) -#BuildRequires: perl(SQL::Statement::RAM) -#BuildRequires: perl(SQL::Statement::Term) -#BuildRequires: perl(SQL::Statement::TermFactory) -#BuildRequires: perl(SQL::Statement::Util) -#BuildRequires: perl(SQLtest) -#BuildRequires: perl(SQL::UserDefs) -#BuildRequires: perl(TestLib) +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::More) >= 0.90 +BuildRequires: perl(Text::Soundex) >= 3.04 Requires: perl(Clone) >= 0.30 +Requires: perl(Module::Runtime) Requires: perl(Params::Util) >= 1.00 -Recommends: perl(Math::BigInt) >= 1.88 +Recommends: perl(Math::Base::Convert) Recommends: perl(Math::Complex) >= 1.56 -Recommends: perl(Text::Soundex) >= 3.03_01 +Recommends: perl(Text::Soundex) >= 3.04 %{perl_requires} %description