8
0

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
This commit is contained in:
2015-10-10 11:06:20 +00:00
committed by Git OBS Bridge
parent c69dce7b87
commit c106142c1f
5 changed files with 44 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:239094b6f18c36d174a7a9aa73c13cbaf9fec83d68dce5a2226a6120bb673026
size 138703

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6e0c82b924a9eb983ad1561cad8bdd10f50fef97e53696e948ae167bd33b4d0
size 137336

23
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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 Tue Jun 18 09:42:11 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-SQL-Statement # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,43 +17,33 @@
Name: perl-SQL-Statement Name: perl-SQL-Statement
Version: 1.405 Version: 1.407
Release: 0 Release: 0
%define cpan_name SQL-Statement %define cpan_name SQL-Statement
Summary: SQL parsing and processing engine Summary: SQL parsing and processing engine
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/SQL-Statement/ 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Clone) >= 0.30 BuildRequires: perl(Clone) >= 0.30
BuildRequires: perl(Math::BigInt) >= 1.88 BuildRequires: perl(Math::Base::Convert)
BuildRequires: perl(Math::Complex) >= 1.56 BuildRequires: perl(Math::Complex) >= 1.56
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Params::Util) >= 1.00 BuildRequires: perl(Params::Util) >= 1.00
BuildRequires: perl(Test::Simple) >= 0.90 BuildRequires: perl(Test::Deep)
#BuildRequires: perl(SQL::Dialects::Role) BuildRequires: perl(Test::More) >= 0.90
#BuildRequires: perl(SQL::Eval) BuildRequires: perl(Text::Soundex) >= 3.04
#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)
Requires: perl(Clone) >= 0.30 Requires: perl(Clone) >= 0.30
Requires: perl(Module::Runtime)
Requires: perl(Params::Util) >= 1.00 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(Math::Complex) >= 1.56
Recommends: perl(Text::Soundex) >= 3.03_01 Recommends: perl(Text::Soundex) >= 3.04
%{perl_requires} %{perl_requires}
%description %description