[perl-ORLite] 1.45 bump

Petr Pisar ppisar at fedoraproject.org
Mon Sep 20 10:39:50 UTC 2010


commit ff6a1916e50d5cf64022a837546f5bd0bba3b34a
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Sep 16 17:28:50 2010 +0200

    1.45 bump

 .gitignore       |    1 +
 perl-ORLite.spec |   10 +++++++---
 sources          |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f32c267..2cc1b20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ORLite-1.42.tar.gz
 ORLite-1.44.tar.gz
+/ORLite-1.45.tar.gz
diff --git a/perl-ORLite.spec b/perl-ORLite.spec
index 0a92c3c..4e96bbb 100644
--- a/perl-ORLite.spec
+++ b/perl-ORLite.spec
@@ -1,5 +1,5 @@
 Name:           perl-ORLite
-Version:        1.44
+Version:        1.45
 Release:        1%{?dist}
 Summary:        Extremely light weight SQLite-specific ORM
 License:        GPL+ or Artistic
@@ -26,11 +26,11 @@ it like a traditional database difficult. For example, SQLite is
 extremely fast to connect to compared to server databases 
 (1000 connections per second is not unknown) and is particularly bad
 at concurrency, as it can only lock transactions at a database-wide level.
-This role as a superfast internal data store can clash with the roles and
+This role as a super-fast internal data store can clash with the roles and
 designs of traditional object-relational modules like Class::DBI or 
 DBIx::Class. What this situation would seem to need is an object-relation
 system that is designed specifically for SQLite and is aligned with its
-idiosyncracies. ORLite is an object-relation system specifically
+idiosyncrasies. ORLite is an object-relation system specifically
 for SQLite that follows many of the same principles as the ::Tiny
 series of modules and has a design that aligns directly to the capabilities
 of SQLite.
@@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 16 2010 Petr Pisar <ppisar at redhat.com> - 1.45-1
+- 1.45 bump
+- Correct description spelling
+
 * Fri Aug  6 2010 Marcela Mašláňová <mmaslano at redhat.com> 1.44-1
 - update
 
diff --git a/sources b/sources
index 467d927..3099652 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4cd5b27da5dd3664271ae1c7eaa0e09  ORLite-1.44.tar.gz
+9f099eb1c1bbe384857cbdde243f280a  ORLite-1.45.tar.gz


More information about the scm-commits mailing list