[perl-ORLite-Mirror] update to 1.22

Iain Arnell iarnell at fedoraproject.org
Fri Aug 12 15:41:33 UTC 2011


commit fbf663e917605346c1d3a1bfaedf757c293b2cbd
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Aug 12 17:40:53 2011 +0200

    update to 1.22

 .gitignore              |    1 +
 perl-ORLite-Mirror.spec |   12 ++++++------
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a01cae6..2cc9e3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ORLite-Mirror-1.20.tar.gz
 /ORLite-Mirror-1.21.tar.gz
+/ORLite-Mirror-1.22.tar.gz
diff --git a/perl-ORLite-Mirror.spec b/perl-ORLite-Mirror.spec
index daa1add..dd45193 100644
--- a/perl-ORLite-Mirror.spec
+++ b/perl-ORLite-Mirror.spec
@@ -1,14 +1,11 @@
 Name:           perl-ORLite-Mirror
-Version:        1.21
-Release:        2%{?dist}
+Version:        1.22
+Release:        1%{?dist}
 Summary:        Extend ORLite to support remote SQLite databases
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ORLite-Mirror/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/ORLite-Mirror-%{version}.tar.gz
-# add proxy support
-# https://rt.cpan.org/Public/Bug/Display.html?id=61795
-Patch0:         rt61795-proxy-support.patch
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::HomeDir) >= 0.69
@@ -41,7 +38,6 @@ arbitrary URI in read-only form as well.
 
 %prep
 %setup -q -n ORLite-Mirror-%{version}
-%patch0 -p 1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -65,6 +61,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 12 2011 Iain Arnell <iarnell at gmail.com> 1.22-1
+- update to latest upstream
+- drop proxy patch as proxy support is included now
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1.21-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 44bdcc7..8f8992c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8da3e3dc7b14f6691be9daa8558668f  ORLite-Mirror-1.21.tar.gz
+066119d0eba45875df2b29ee19e5ff84  ORLite-Mirror-1.22.tar.gz



More information about the perl-devel mailing list