rpms/perl-ORLite-Migrate/devel perl-ORLite-Migrate-req.patch, NONE, 1.1 perl-ORLite-Migrate.spec, 1.4, 1.5

Štěpán Kasal kasal at fedoraproject.org
Wed Jun 10 12:50:14 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-ORLite-Migrate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20747

Modified Files:
	perl-ORLite-Migrate.spec 
Added Files:
	perl-ORLite-Migrate-req.patch 
Log Message:
- work around a problem with crazy perl versioning

perl-ORLite-Migrate-req.patch:

--- NEW FILE perl-ORLite-Migrate-req.patch ---
2009-06-10  Stepan Kasal  <skasal at redhat.com>

Require File::Spec 2.28, rpm is not able to grok the crazy
perl versioning.


--- ORLite-Migrate-0.03/lib/ORLite/Migrate.pm.orig	2009-04-19 14:18:00.000000000 +0200
+++ ORLite-Migrate-0.03/lib/ORLite/Migrate.pm	2009-06-10 14:38:43.000000000 +0200
@@ -5,7 +5,7 @@
 use 5.006;
 use strict;
 use Carp              ();
-use File::Spec 3.2701 ();
+use File::Spec   3.28 ();
 use File::Path   2.04 ();
 use File::Basename    ();
 use Params::Util 0.37 qw{ _STRING _CLASS _HASH };


Index: perl-ORLite-Migrate.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-ORLite-Migrate/devel/perl-ORLite-Migrate.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-ORLite-Migrate.spec	3 Jun 2009 13:10:32 -0000	1.4
+++ perl-ORLite-Migrate.spec	10 Jun 2009 12:49:44 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-ORLite-Migrate
 Version:        0.03
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Light weight SQLite-specific schema migration
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -27,6 +27,8 @@ Requires:       perl(Params::Util) >= 0.
 Requires:       perl(Probe::Perl)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Patch0: perl-ORLite-Migrate-req.patch
+
 %description
 THIS CODE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
 SQLite is a light weight single file SQL database that provides an excellent platform for embedded
@@ -36,6 +38,7 @@ weight single class Database Schema Migr
 
 %prep
 %setup -q -n ORLite-Migrate-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -65,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 10 2009 Stepan Kasal <skasal at redhat.com> 0.03-2
+- work around a problem with crazy perl versioning
+
 * Wed Jun  3 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-1
 - update
 




More information about the fedora-extras-commits mailing list