Hello community,

here is the log from the commit of package perl-DBD-mysql for openSUSE:Factory 
checked in at 2015-09-08 17:39:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-mysql (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBD-mysql"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-mysql/perl-DBD-mysql.changes    
2012-05-08 06:47:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new/perl-DBD-mysql.changes       
2015-09-08 17:42:36.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Sep  3 13:15:15 UTC 2015 - bwiedem...@suse.com
+
+- drop upstreamed bnc658792_pod_name_install.diff
+
+-------------------------------------------------------------------
+Thu Sep  3 08:33:43 UTC 2015 - co...@suse.com
+
+- updated to 4.032
+   see /usr/share/doc/packages/perl-DBD-mysql/ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  DBD-mysql-4.021.tar.gz
  bnc658792_pod_name_install.diff

New:
----
  DBD-mysql-4.032.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-DBD-mysql.spec ++++++
--- /var/tmp/diff_new_pack.N5tMWj/_old  2015-09-08 17:42:37.000000000 +0200
+++ /var/tmp/diff_new_pack.N5tMWj/_new  2015-09-08 17:42:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-mysql
 #
-# Copyright (c) 2012 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,45 +17,40 @@
 
 
 Name:           perl-DBD-mysql
+Version:        4.032
+Release:        0
 %define cpan_name DBD-mysql
 Summary:        MySQL driver for the Perl5 Database Interface (DBI)
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        4.021
-Release:        0
 Url:            http://search.cpan.org/dist/DBD-mysql/
-Source:         
http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz
-Patch1:         bnc658792_pod_name_install.diff
+Source0:        
http://www.cpan.org/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# quilt does not grock that
-%{perl_requires}
-BuildRequires:  mysql-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(DBI) >= 1.08
-BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Simple) >= 0.90
 Requires:       perl(DBI) >= 1.08
-Requires:       perl(Data::Dumper)
+%{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  libmysqlclient-devel
+# MANUAL END
 
 %description
-DBD::mysql is the Perl5 Database Interface driver for the MySQL database.
+*DBD::mysql* is the Perl5 Database Interface driver for the MySQL database.
 In other words: DBD::mysql is an interface between the Perl programming
 language and the MySQL programming API that comes with the MySQL relational
 database management system. Most functions provided by this programming API
-are supported. Some rarely used functions are missing, mainly because noone
-ever requested them. :-)
+are supported. Some rarely used functions are missing, mainly because
+no-one ever requested them. :-)
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint: executable-docs,
-#  spurious-executable-perm
-#  script-without-shebang
-find -type f -exec %{__chmod} 0644 {} \;
-%patch1 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor --cflags="-I%{_includedir}/mysql 
$RPM_OPT_FLAGS"
-
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -66,11 +61,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc ChangeLog eg INSTALL.html README TODO
+%defattr(-,root,root,755)
+%doc ChangeLog LICENSE Makefile.PL.embedded myld TODO
 
 %changelog

++++++ DBD-mysql-4.021.tar.gz -> DBD-mysql-4.032.tar.gz ++++++
++++ 11019 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
description_paragraphs: 1
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires:  libmysqlclient-devel
#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

Reply via email to