[perl-DBD-Multi] Update to 0.16

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Dec 10 08:06:59 UTC 2010


commit 80291020263c737c62f7a55ddcee1684435fb5d6
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Dec 10 09:06:16 2010 +0100

    Update to 0.16
    
    - 0.16 bump (bug #631224)
    - Correct spelling

 .gitignore          |    1 +
 perl-DBD-Multi.spec |   12 ++++++++----
 sources             |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0693362..0cf00e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 DBD-Multi-0.14.tar.gz
+/DBD-Multi-0.16.tar.gz
diff --git a/perl-DBD-Multi.spec b/perl-DBD-Multi.spec
index 9c3d171..6aecf7b 100644
--- a/perl-DBD-Multi.spec
+++ b/perl-DBD-Multi.spec
@@ -1,10 +1,10 @@
 Name:       perl-DBD-Multi 
-Version:    0.14 
-Release:        6%{?dist}
+Version:    0.16 
+Release:    1%{?dist}
 # see Makefile.PL
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
-Summary:    DB Proxy with failover and load balancing 
+Summary:    DB Proxy with fail-over and load balancing 
 Source:     http://search.cpan.org/CPAN/authors/id/D/DW/DWRIGHT/DBD-Multi-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/DBD-Multi
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
@@ -27,7 +27,7 @@ BuildRequires: perl(Test::Pod::Coverage) >= 1.04
 Requires:      perl(Class::Accessor::Fast) >= 0.19
 
 %description
-This software manages multiple database connections for failovers and also
+This software manages multiple database connections for fail-overs and also
 simple load balancing. It acts as a proxy between your code and your
 database connections, transparently choosing a connection for each query,
 based on your preferences and present availability of the DB server.
@@ -63,6 +63,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Sep 08 2010 Petr Pisar <ppisar at redhat.com> - 0.16-1
+- 0.16 bump (bug #631224)
+- Correct spelling
+
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.14-6
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index f0d673c..9f20498 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d24534cdbbc274338b662d96809430d6  DBD-Multi-0.14.tar.gz
+82b248645e7799c938201cf0b3ef86da  DBD-Multi-0.16.tar.gz



More information about the perl-devel mailing list