Hello community, here is the log from the commit of package perl-DBD-CSV checked in at Fri Aug 1 01:20:01 CEST 2008. -------- --- perl-DBD-CSV/perl-DBD-CSV.changes 2006-01-25 21:39:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-DBD-CSV/perl-DBD-CSV.changes 2008-07-31 22:32:30.749041000 +0200 @@ -1,0 +2,5 @@ +Thu Jul 31 22:30:16 CEST 2008 - cthiel@suse.de + +- fix build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-CSV.spec ++++++ --- /var/tmp/diff_new_pack.M24283/_old 2008-08-01 01:19:55.000000000 +0200 +++ /var/tmp/diff_new_pack.M24283/_new 2008-08-01 01:19:55.000000000 +0200 @@ -1,28 +1,29 @@ # # spec file for package perl-DBD-CSV (Version 0.22) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: perl-DBD-CSV BuildRequires: perl-DBI perl-SQL-Statement perl-Text-CSV_XS Summary: The DBD::CSV module is yet another driver for the DBI Version: 0.22 -Release: 3 -License: GPL +Release: 119 +License: GPL v2 or later Group: Development/Libraries/Perl Source0: DBD-CSV-%{version}.tar.bz2 -URL: http://www.cpan.org +Url: http://search.cpan.org/~jzucker/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: perl-DBI perl-SQL-Statement perl-Text-CSV_XS Requires: perl = %{perl_version} -Autoreqprov: on +AutoReqProv: on Obsoletes: perl_csv Provides: perl_csv @@ -38,18 +39,21 @@ Authors: -------- Jochen Wiedmann<joe@ispsoft.de> + Jeff Zucker <jeff@vpservices.com> %prep %setup -q -n DBD-CSV-%{version} %build +find . -type f -exec chmod a-x '{}' \; CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL make rm -vf t/40bindparam* + +%check make test %install -rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist @@ -65,40 +69,42 @@ %{_mandir}/man3/* /var/adm/perl-modules/%{name} -%changelog -n perl-DBD-CSV -* Wed Jan 25 2006 - mls@suse.de +%changelog +* Fri Aug 01 2008 cthiel@suse.de +- fix build +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Wed Sep 28 2005 - dmueller@suse.de +* Thu Sep 29 2005 dmueller@suse.de - add norootforbuild -* Fri Jul 29 2005 - cthiel@suse.de +* Fri Jul 29 2005 cthiel@suse.de - update to version 0.22 -* Mon Aug 09 2004 - ro@suse.de +* Mon Aug 09 2004 ro@suse.de - update to 0.21 - t/40bindparam.t does still fail (but update is needed because of the fileconflict with perl-DBI) -* Fri Aug 22 2003 - mjancar@suse.cz +* Fri Aug 22 2003 mjancar@suse.cz - require the perl version we build with -* Fri Jul 18 2003 - nashif@suse.de +* Fri Jul 18 2003 nashif@suse.de - fixed file list -* Tue Jul 01 2003 - ro@suse.de +* Tue Jul 01 2003 ro@suse.de - use perl_process_packlist macro -* Fri Jun 13 2003 - nashif@suse.de +* Fri Jun 13 2003 nashif@suse.de - Fixed file list -* Tue Dec 03 2002 - ro@suse.de +* Tue Dec 03 2002 ro@suse.de - repack tar archive with uids < 65536 -* Mon Jul 08 2002 - nashif@suse.de +* Mon Jul 08 2002 nashif@suse.de - Update to version 0.2002 -* Tue Dec 11 2001 - nashif@suse.de +* Tue Dec 11 2001 nashif@suse.de - Update to version 0.1029 -* Thu Oct 11 2001 - nashif@suse.de +* Thu Oct 11 2001 nashif@suse.de - Update to version 0.1027 - Fix bug#11747 -* Fri Feb 23 2001 - nashif@suse.de +* Fri Feb 23 2001 nashif@suse.de - Update to version 0.1025 -* Wed Dec 13 2000 - nashif@suse.de +* Wed Dec 13 2000 nashif@suse.de - Changed Requires to new long package names -* Wed Nov 08 2000 - nashif@suse.de +* Wed Nov 08 2000 nashif@suse.de - Changed to long package name - Changed neededforbuild -* Tue Sep 26 2000 - nashif@suse.de +* Tue Sep 26 2000 nashif@suse.de - Initial Release (Version 0.1022) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de