auto-import changelog data from perl-DBI-1.37-1.src.rpm
Mon Jul 07 2003 Chip Turner <cturner@redhat.com> 1.37-1 - upgrade to 1.37 Wed Apr 02 2003 Chip Turner <cturner@redhat.com> 1.32-6 - add buildrequires on perl-Time-HiRes
This commit is contained in:
parent
5cd45e5a45
commit
4ff6e0bd24
@ -1 +1 @@
|
||||
DBI-1.32.tar.gz
|
||||
DBI-1.37.tar.gz
|
||||
|
||||
16
perl-DBI-1.37-prever.patch
Normal file
16
perl-DBI-1.37-prever.patch
Normal file
@ -0,0 +1,16 @@
|
||||
This diff is to remove a version check that is causing trouble with
|
||||
RH's perl 5.8.1 prerelease. Since we mark it as 5.8.0, this confuses
|
||||
modules that do checks.
|
||||
--- DBI-1.37/DBI.xs.prever 2003-07-07 08:42:08.000000000 -0400
|
||||
+++ DBI-1.37/DBI.xs 2003-07-07 08:42:31.000000000 -0400
|
||||
@@ -54,10 +54,6 @@
|
||||
#define aTHXo_
|
||||
#endif
|
||||
|
||||
-#if (PERL_VERSION < 8) || ((PERL_VERSION == 8) && (PERL_SUBVERSION == 0))
|
||||
-#define DBI_save_hv_fetch_ent
|
||||
-#endif
|
||||
-
|
||||
|
||||
static imp_xxh_t *dbih_getcom _((SV *h));
|
||||
static imp_xxh_t *dbih_getcom2 _((SV *h, MAGIC **mgp));
|
||||
@ -2,15 +2,17 @@
|
||||
|
||||
Summary: A database access API for perl
|
||||
Name: perl-DBI
|
||||
Version: 1.32
|
||||
Release: 5
|
||||
Version: 1.37
|
||||
Release: 1
|
||||
URL: http://dbi.perl.org/
|
||||
License: Artistic
|
||||
Group: Applications/Databases
|
||||
Source: DBI-%{version}.tar.gz
|
||||
Source2: filter-requires-dbi.sh
|
||||
Patch0: perl-DBI-1.37-prever.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: perl >= 5.6.1
|
||||
BuildRequires: perl-Time-HiRes
|
||||
|
||||
%description
|
||||
|
||||
@ -24,6 +26,7 @@ database interface independent of the actual database being used.
|
||||
|
||||
%prep
|
||||
%setup -q -n DBI-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
|
||||
@ -56,6 +59,12 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 7 2003 Chip Turner <cturner@redhat.com> 1.37-1
|
||||
- upgrade to 1.37
|
||||
|
||||
* Wed Apr 2 2003 Chip Turner <cturner@redhat.com> 1.32-6
|
||||
- add buildrequires on perl-Time-HiRes
|
||||
|
||||
* Tue Feb 18 2003 Chip Turner <cturner@redhat.com>
|
||||
- update dependency filter to remove dependency on perl(Apache) that
|
||||
- crept in (#82927)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user