[perl-ORLite-Migrate] Rewrite patch.

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Aug 9 06:55:57 UTC 2010


commit c1ce23938da97ce807d8af0d68c52e12ca61de90
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Aug 9 08:55:41 2010 +0200

    Rewrite patch.

 perl-ORLite-Migrate-req.patch |   15 +++++----------
 perl-ORLite-Migrate.spec      |    2 +-
 2 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/perl-ORLite-Migrate-req.patch b/perl-ORLite-Migrate-req.patch
index b6071ef..5aac5e2 100644
--- a/perl-ORLite-Migrate-req.patch
+++ b/perl-ORLite-Migrate-req.patch
@@ -1,12 +1,7 @@
-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 @@
+diff -up ORLite-Migrate-1.07/lib/ORLite/Migrate.pm.orig ORLite-Migrate-1.07/lib/ORLite/Migrate.pm
+--- ORLite-Migrate-1.07/lib/ORLite/Migrate.pm.orig	2010-03-25 11:25:24.000000000 +0100
++++ ORLite-Migrate-1.07/lib/ORLite/Migrate.pm	2010-08-09 08:55:25.720819126 +0200
+@@ -5,7 +5,7 @@ package ORLite::Migrate;
  use 5.006;
  use strict;
  use Carp              ();
@@ -14,4 +9,4 @@ perl versioning.
 +use File::Spec   3.28 ();
  use File::Path   2.04 ();
  use File::Basename    ();
- use Params::Util 0.37 qw{ _STRING _CLASS _HASH };
+ use Params::Util 0.37 ();
diff --git a/perl-ORLite-Migrate.spec b/perl-ORLite-Migrate.spec
index 05f10b4..d8168af 100644
--- a/perl-ORLite-Migrate.spec
+++ b/perl-ORLite-Migrate.spec
@@ -36,7 +36,7 @@ weight single class Database Schema Migration enhancement for ORLite.
 
 %prep
 %setup -q -n ORLite-Migrate-%{version}
-%patch0 -p1
+##%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor



More information about the perl-devel mailing list