[perl-Rose-DB-Object] update to version 0.811

Bill Pemberton wfp at fedoraproject.org
Wed Mar 26 16:26:05 UTC 2014


commit 50f182a3f053d210ed6c4fbb7bb151f8f485dc4b
Author: Bill Pemberton <wfp5p at worldbroken.com>
Date:   Wed Mar 26 12:26:05 2014 -0400

    update to version 0.811
    
    - fixes a bug that prevented many-to-many map records from being saved
      to the database

 .gitignore               |    1 +
 perl-Rose-DB-Object.spec |    7 ++++++-
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 037d173..d26b81a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Rose-DB-Object-0.808.tar.gz
 /Rose-DB-Object-0.809.tar.gz
 /Rose-DB-Object-0.810.tar.gz
+/Rose-DB-Object-0.811.tar.gz
diff --git a/perl-Rose-DB-Object.spec b/perl-Rose-DB-Object.spec
index 1e24237..684d60f 100644
--- a/perl-Rose-DB-Object.spec
+++ b/perl-Rose-DB-Object.spec
@@ -1,5 +1,5 @@
 Name:		perl-Rose-DB-Object
-Version:	0.810
+Version:	0.811
 Release:	1%{?dist}
 Summary:	Extensible, high performance object-relational mapper (ORM)
 License:	GPL+ or Artistic
@@ -68,6 +68,11 @@ make test
 %{_mandir}/man3/Rose::DB::Object*.3pm*
 
 %changelog
+* Wed Mar 26 2014 Bill Pemberton <wfp5p at worldbroken.com> - 0.811-1
+- update to version 0.811
+- fixes a bug that prevented many-to-many map records from being saved
+  to the database
+
 * Mon Jan 20 2014 Bill Pemberton <wfp5p at worldbroken.com> - 0.810-1
 - update to version 0.810
 
diff --git a/sources b/sources
index 00350b5..f62fbea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b73acf4ddaf7b893ce3cc7ae983b72d7  Rose-DB-Object-0.810.tar.gz
+2ce4fdfa5b07a8aeb45da2bc8836a809  Rose-DB-Object-0.811.tar.gz



More information about the perl-devel mailing list