[perl-Rose-DB] update to version 0.777

Bill Pemberton wfp at fedoraproject.org
Wed Mar 18 14:18:28 UTC 2015


commit 5846a7df2c27ba6d67222fba40974257939eec24
Author: Bill Pemberton <wfp5p at worldbroken.com>
Date:   Wed Mar 18 10:17:56 2015 -0400

    update to version 0.777
    
    - updates project URLs
    - use Clone::PP instead of Clone

 .gitignore                    |  1 +
 Rose-DB-0.769-use-Clone.patch | 92 -------------------------------------------
 perl-Rose-DB.spec             | 13 +++---
 sources                       |  2 +-
 4 files changed, 10 insertions(+), 98 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e90def..972dc28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Rose-DB-0.773.tar.gz
 /Rose-DB-0.774.tar.gz
 /Rose-DB-0.775.tar.gz
+/Rose-DB-0.777.tar.gz
diff --git a/perl-Rose-DB.spec b/perl-Rose-DB.spec
index 009e8f6..3e481b9 100644
--- a/perl-Rose-DB.spec
+++ b/perl-Rose-DB.spec
@@ -1,18 +1,17 @@
 Name:		perl-Rose-DB
-Version:	0.775
-Release:	3%{?dist}
+Version:	0.777
+Release:	1%{?dist}
 Summary:	DBI wrapper and abstraction layer
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Rose-DB/
 Source0:	http://www.cpan.org/authors/id/J/JS/JSIRACUSA/Rose-DB-%{version}.tar.gz
-Patch0:		Rose-DB-0.769-use-Clone.patch
 BuildArch:	noarch
 BuildRequires:	perl(lib)
 BuildRequires:	perl(base)
 BuildRequires:	perl(constant)
 BuildRequires:	perl(Bit::Vector::Overload) >= 6.4
-BuildRequires:	perl(Clone)
+BuildRequires:	perl(Clone::PP)
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(DateTime::Duration)
 BuildRequires:	perl(DateTime::Format::MySQL)
@@ -38,7 +37,6 @@ A Rose::DB object "has a" DBI object; it is not a subclass of DBI.
 
 %prep
 %setup -q -n Rose-DB-%{version}
-%patch0 -p1
 
 %build
 find . -type f -executable -exec chmod -x {} \;
@@ -64,6 +62,11 @@ make test
 %{_mandir}/man3/Rose::DB*.3pm*
 
 %changelog
+* Wed Mar 18 2015 Bill Pemberton <wfp5p at worldbroken.com> - 0.777-1
+- update to version 0.777
+- updates project URLs
+- use Clone::PP instead of Clone
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.775-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fb10645..5a4f43c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a11a2bcb522af44865c8df9e06654428  Rose-DB-0.775.tar.gz
+80f6550fefb1f1ac08fe904550753b48  Rose-DB-0.777.tar.gz


More information about the scm-commits mailing list