forked from pool/perl-SQL-Statement
Compare commits
21 Commits
c69dce7b87
...
b3442579ff
Author | SHA256 | Date | |
---|---|---|---|
b3442579ff | |||
e8759039c7 | |||
bd244b9d50 | |||
|
7ca2206ce8 | ||
0c99c265a3 | |||
|
6aae607ae5 | ||
109548d74a | |||
|
e2161f64aa | ||
5aea55a523 | |||
c106142c1f | |||
|
5bde53783f | ||
|
047cee6c39 | ||
|
36f4901741 | ||
|
d8683509fc | ||
|
91ecc89388 | ||
|
6f50c75518 | ||
|
e5cf176d93 | ||
|
26268e597c | ||
|
4c2d691da0 | ||
|
25e61ef30f | ||
|
6b66a58bd5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:239094b6f18c36d174a7a9aa73c13cbaf9fec83d68dce5a2226a6120bb673026
|
||||
size 138703
|
3
SQL-Statement-1.414.tar.gz
Normal file
3
SQL-Statement-1.414.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dde8bdcfa6a136eedda06519ba0f3efaec085c39db0df9c472dc0ec6cd781a49
|
||||
size 159512
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@@ -1,3 +1,86 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 03:22:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.414
|
||||
see /usr/share/doc/packages/perl-SQL-Statement/Changes
|
||||
|
||||
1.414 2020-10-21
|
||||
* re-release 1.413_001 without further changes
|
||||
|
||||
1.413_001 2020-09-28
|
||||
* Spell check
|
||||
* Be specific in which files to skip from the distribution
|
||||
* Author fixes
|
||||
* Makefile.PL: port WriteMakefile1 from Hash::Merge
|
||||
* .travis.yml: update for Xenial VMs
|
||||
* cleanup MANIFEST.SKIP
|
||||
* bump copyright year
|
||||
* SQL::Parser correctly parse VALUES and SET clauses containing function invocations with several arguments
|
||||
patch provided by Edgar J. Holleis
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 7 06:45:08 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.412
|
||||
see /usr/share/doc/packages/perl-SQL-Statement/Changes
|
||||
|
||||
1.412 2017-04-06
|
||||
* Release 1.411_001 without further changes as 1.412
|
||||
|
||||
1.411_001 2017-03-30
|
||||
[Bug fixes]
|
||||
* Fix http://www.perlmonks.org/?node_id=1167381 (NumericEval: fix
|
||||
typo on error handling) (thanks to Yanick Champoux, James R. Leu)
|
||||
* fix repo url and t/02execute.t (Reini Urban, Mohammad S Anwar)
|
||||
* fix test failing with blead-perl (Jens Rehsack)
|
||||
|
||||
[Improvements]
|
||||
* Refactor constraints processing (Ovidiu Gheorghies)
|
||||
* Support parsing of complex JOIN clause (containing OR and ()'s) (James R. Leu)
|
||||
* handle backtick quoting (Ben Hengst)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 14:08:38 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.410
|
||||
see /usr/share/doc/packages/perl-SQL-Statement/Changes
|
||||
|
||||
1.410 2016-04-11
|
||||
[Bug fixes]
|
||||
* Fix RT#113625 - Unnecessary x-bits (Kent Fredric)
|
||||
|
||||
[Documentation]
|
||||
* pod2markdown README.md from lib/SQL/Statement.pm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 09:58:39 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.409
|
||||
see /usr/share/doc/packages/perl-SQL-Statement/Changes
|
||||
|
||||
1.409 2016-04-06
|
||||
* Release 1.408_001 without further changes as 1.409
|
||||
|
||||
1.408_001 2016-03-07
|
||||
[Bug fixes]
|
||||
* Fix RT#112530 - t/06virtual.t fails with -Duselongdouble (thanks
|
||||
Slaven Rezic)
|
||||
* Fix RT#105852 - dependency installation isn't triggered properly in
|
||||
cpan (thanks Mithaldu)
|
||||
* Fix RT#99349 - bind variables are not bound to placeholders in the
|
||||
correct order (thanks vulpeculus@gmx.de)
|
||||
|
||||
[Documentation]
|
||||
* Update Copyright statements, add where missing (according to records)
|
||||
* Add license conditions where missing
|
||||
* bundle copy of license conditions to distribution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-SQL-Statement
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,48 +12,38 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-SQL-Statement
|
||||
Version: 1.405
|
||||
Version: 1.414
|
||||
Release: 0
|
||||
%define cpan_name SQL-Statement
|
||||
Summary: SQL parsing and processing engine
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
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
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.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
|
||||
@@ -77,14 +67,14 @@ CSV, XML, and other formats 2) to build your own DBD for a new data source
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -93,6 +83,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README README.md
|
||||
%doc Changes GPL-1 GPL-2.0 README README.md
|
||||
%license ARTISTIC-1.0 LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user