Accepting request 416369 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/416369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-mysql?expand=0&rev=38
This commit is contained in:
commit
0092e9b912
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc98bbcc33581fbc55b42ae681c6946b70a26f549b3c64466740dfe9a7eac91c
|
||||
size 146898
|
3
DBD-mysql-4.035.tar.gz
Normal file
3
DBD-mysql-4.035.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7eca365ea16bcf4c96c2fc0221304ff9c4995e7a551886837804a8f66b61937
|
||||
size 145455
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 30 05:12:42 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 4.035
|
||||
see /usr/share/doc/packages/perl-DBD-mysql/Changes
|
||||
|
||||
2016-07-09 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035)
|
||||
* Add DBI back to configure_requires, fix by miyagawa.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 05:11:19 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 4.034
|
||||
see /usr/share/doc/packages/perl-DBD-mysql/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 29 09:48:35 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DBD-mysql
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,22 +17,22 @@
|
||||
|
||||
|
||||
Name: perl-DBD-mysql
|
||||
Version: 4.033
|
||||
Version: 4.035
|
||||
Release: 0
|
||||
%define cpan_name DBD-mysql
|
||||
Summary: MySQL driver for the Perl5 Database Interface (DBI)
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/DBD-mysql/
|
||||
Source0: http://www.cpan.org/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DBI) >= 1.08
|
||||
BuildRequires: perl(DBI) >= 1.609
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Simple) >= 0.90
|
||||
Requires: perl(DBI) >= 1.08
|
||||
Requires: perl(DBI) >= 1.609
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: libmysqlclient-devel
|
||||
@ -48,6 +48,7 @@ no-one ever requested them. :-)
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
@ -63,6 +64,6 @@ no-one ever requested them. :-)
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ChangeLog LICENSE Makefile.PL.embedded myld TODO
|
||||
%doc appveyor.yml Changes LICENSE Makefile.PL.embedded myld
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user