[perl-ORLite-Migrate] update to 1.08

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Oct 12 12:23:43 UTC 2011


commit 388e77f6da687f4c24ce587214920082bae38bcc
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Oct 12 14:23:18 2011 +0200

    update to 1.08

 .gitignore               |    1 +
 perl-ORLite-Migrate.spec |   15 +++++++++------
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2cfba02..14eb64b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ORLite-Migrate-0.03.tar.gz
 ORLite-Migrate-1.07.tar.gz
+/ORLite-Migrate-1.08.tar.gz
diff --git a/perl-ORLite-Migrate.spec b/perl-ORLite-Migrate.spec
index 33742df..da4e01b 100644
--- a/perl-ORLite-Migrate.spec
+++ b/perl-ORLite-Migrate.spec
@@ -1,6 +1,6 @@
 Name:           perl-ORLite-Migrate
-Version:        1.07
-Release:        5%{?dist}
+Version:        1.08
+Release:        1%{?dist}
 Summary:        Light weight SQLite-specific schema migration
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -29,10 +29,10 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 
 
 %description
-THIS CODE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
-SQLite is a light weight single file SQL database that provides an excellent platform for embedded
-storage of structured data. ORLite is a light weight single class Object-Relational Mapper (ORM) 
-system specifically designed for (and limited to only) work with SQLite. ORLite::Migrate is a light 
+SQLite is a light weight single file SQL database that provides an excellent 
+platform for embedded storage of structured data. ORLite is a light weight 
+single class Object-Relational Mapper (ORM) system specifically designed 
+for (and limited to only) work with SQLite. ORLite::Migrate is a light 
 weight single class Database Schema Migration enhancement for ORLite.
 
 %prep
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 12 2011 Marcela Mašláňová <mmaslano at redhat.com> 1.08-1
+- update to 1.08
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1.07-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 92a0f35..8d8883d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a77c0712413f3ef8ede2bb4fee6d500d  ORLite-Migrate-1.07.tar.gz
+f31e7d56d9ec854a2e3384a362d6a0c7  ORLite-Migrate-1.08.tar.gz



More information about the perl-devel mailing list