forked from pool/perl-SQL-Statement
Accepting request 45249 from home:computersalat:devel:perl
Copy from home:computersalat:devel:perl/perl-SQL-Statement via accept of submit request 45249 revision 2. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/45249 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
9d87ad1820
commit
940e0c4877
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e15f390724ff9c29a64b5cb81e6189f94f63e392014350236d1785ec56dd7892
|
|
||||||
size 97242
|
|
||||||
3
SQL-Statement-1.30.tar.bz2
Normal file
3
SQL-Statement-1.30.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6893e3d5a9a329a395d1529ecf7064893e925b4c1241eb604074dd20f03d328
|
||||||
|
size 97537
|
||||||
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 10 08:35:21 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
- update to 1.30
|
||||||
|
- [Bug fixes]
|
||||||
|
* remove blib directory from distfile
|
||||||
|
- Version 1.29, released August 1st, 2010
|
||||||
|
- [Bug fixes]
|
||||||
|
* add some getters as documented in SQL::Statement::Structure
|
||||||
|
(fixes RT#59834, thanks John Wiersba)
|
||||||
|
* add missing import of function croak to SQL::Statement::Term::ColumnValue
|
||||||
|
* fix assignment of parser result (doesn't run with perl-5.13.3)
|
||||||
|
- spec mods
|
||||||
|
o rpmlint wrong-file-end-of-line-encoding
|
||||||
|
replaced dos2unix with %{__perl} -p -i -e "s|\r\n|\n|"
|
||||||
|
o removed BuildReq perl-macros
|
||||||
|
pkg only build for suse_version >= 1120, and perl-macros
|
||||||
|
is delivered with perl
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 20 13:07:15 UTC 2010 - chris@computersalat.de
|
Tue Jul 20 13:07:15 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-SQL-Statement (Version 1.28)
|
# spec file for package perl-SQL-Statement (Version 1.30)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%bcond_with testsuite
|
%bcond_with opt
|
||||||
|
|
||||||
Name: perl-SQL-Statement
|
Name: perl-SQL-Statement
|
||||||
%define cpan_name SQL-Statement
|
%define cpan_name SQL-Statement
|
||||||
Summary: SQL parsing and processing engine
|
Summary: SQL parsing and processing engine
|
||||||
Version: 1.28
|
Version: 1.30
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@@ -31,11 +31,7 @@ Url: http://search.cpan.org/dist/SQL-Statement/
|
|||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: dos2unix
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
%if 0%{?suse_version} < 1120
|
|
||||||
BuildRequires: perl-macros
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Clone) >= 0.30
|
BuildRequires: perl(Clone) >= 0.30
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
@@ -44,8 +40,9 @@ BuildRequires: perl(DBD::File) >= 0.39
|
|||||||
BuildRequires: perl(DBI::DBD::SqlEngine) >= 0.01
|
BuildRequires: perl(DBI::DBD::SqlEngine) >= 0.01
|
||||||
BuildRequires: perl(Params::Util) >= 1.00
|
BuildRequires: perl(Params::Util) >= 1.00
|
||||||
BuildRequires: perl(Scalar::Util) >= 1.0
|
BuildRequires: perl(Scalar::Util) >= 1.0
|
||||||
# for testsuite
|
BuildRequires: perl(Test::Simple) >= 0.90
|
||||||
%if %{with testsuite}
|
# optional for build
|
||||||
|
%if %{with opt}
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||||
BuildRequires: perl(DBD::CSV)
|
BuildRequires: perl(DBD::CSV)
|
||||||
@@ -79,7 +76,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
# rpmlint wrong-file-end-of-line-encoding
|
# rpmlint wrong-file-end-of-line-encoding
|
||||||
dos2unix README
|
%{__perl} -p -i -e "s|\r\n|\n|" README
|
||||||
# rpmlint: spurious-executable-perm
|
# rpmlint: spurious-executable-perm
|
||||||
%{__chmod} a-x Changes README
|
%{__chmod} a-x Changes README
|
||||||
# rpmlint: script-without-shebang
|
# rpmlint: script-without-shebang
|
||||||
|
|||||||
Reference in New Issue
Block a user