From 96e68faab5d2149e4c94493bde53e8e75cb7759e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:05:49 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20perl-DB?= =?UTF-8?q?I-1.21-1.src.rpm=20Fri=20Feb=2022=202002=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=F8d=20=201.21-1=20-=201.21=20Fri=20Feb=2008?= =?UTF-8?q?=202002=20Chip=20Turner=20=20-=20filter=20o?= =?UTF-8?q?ut=20"soft"=20dependencies:=20perl(RPC::PlClient)=20and=20perl(?= =?UTF-8?q?Win32::ODBC)=20Thu=20Feb=2007=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=201.201-2=20-=20Rebuild=20Tue=20Jan=202?= =?UTF-8?q?2=202002=20Trond=20Eivind=20Glomsr=F8d=20=201.2?= =?UTF-8?q?01-1=20-=201.201=20Wed=20Jan=2009=202002=20Tim=20Powers=20=20-=20automated=20rebuild=20Tue=20Jan=2008=202002?= =?UTF-8?q?=20Trond=20Eivind=20Glomsr=F8d=20=201.20-1=20-?= =?UTF-8?q?=201.20=20-=20Proper=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- filter-requires-dbi.sh | 3 +++ perl-DBI.spec | 31 ++++++++++++++++++++++++++----- sources | 2 +- 4 files changed, 31 insertions(+), 7 deletions(-) create mode 100755 filter-requires-dbi.sh diff --git a/.cvsignore b/.cvsignore index 0d33f26..5431a46 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DBI-1.18.tar.gz +DBI-1.21.tar.gz diff --git a/filter-requires-dbi.sh b/filter-requires-dbi.sh new file mode 100755 index 0000000..dac79a5 --- /dev/null +++ b/filter-requires-dbi.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/lib/rpm/find-requires $* | grep -v 'perl(Win32::ODBC' | grep -v 'perl(RPC::PlClient' diff --git a/perl-DBI.spec b/perl-DBI.spec index c8f21fa..e9279e5 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,13 +1,14 @@ Summary: A database access API for perl Name: perl-DBI -Version: 1.18 +Version: 1.21 Release: 1 -Copyright: distributable +URL: http://dbi.symbolstone.org/ +License: Artistic Group: Applications/Databases Source: DBI-%{version}.tar.gz -Url: http://www.cpan.org +Source2: filter-requires-dbi.sh BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: perl >= 5.6.0-3 +Requires: perl >= 5.6.1 %description @@ -18,7 +19,8 @@ database interface independent of the actual database being used. # Provide perl-specific find-{provides,requires}. %define __find_provides /usr/lib/rpm/find-provides.perl -%define __find_requires /usr/lib/rpm/find-requires.perl +# %%define __find_requires /usr/lib/rpm/find-requires.perl +%define __find_requires %{SOURCE2} %prep %setup -q -n DBI-%{version} @@ -49,6 +51,25 @@ rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBI/DBI.bs %{_mandir}/*/* %changelog +* Fri Feb 22 2002 Trond Eivind Glomsrød 1.21-1 +- 1.21 + +* Fri Feb 8 2002 Chip Turner +- filter out "soft" dependencies: perl(RPC::PlClient) and perl(Win32::ODBC) + +* Thu Feb 7 2002 Trond Eivind Glomsrød 1.201-2 +- Rebuild + +* Tue Jan 22 2002 Trond Eivind Glomsrød 1.201-1 +- 1.201 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Tue Jan 8 2002 Trond Eivind Glomsrød 1.20-1 +- 1.20 +- Proper URL + * Sat Jun 23 2001 Trond Eivind Glomsrød - 1.18 diff --git a/sources b/sources index b4ffa32..9b5e7f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8542df1a83d46b816d95eb6204a73e2 DBI-1.18.tar.gz +c781eee2559de5e4a72e28a8120cb1d9 DBI-1.21.tar.gz