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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>

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@xxxxxxxxxx> 0.03-2
+- work around a problem with crazy perl versioning
+
 * Wed Jun  3 2009 Marcela MaÅ¡láÅ?ová <mmaslano@xxxxxxxxxx> 0.03-1
 - update
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite Information]
  Powered by Linux