commit ff6a1916e50d5cf64022a837546f5bd0bba3b34a Author: Petr PÃsaÅ <ppisar@xxxxxxxxxx> 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@xxxxxxxxxx> - 1.45-1 +- 1.45 bump +- Correct description spelling + * Fri Aug 6 2010 Marcela MaÅlÃÅovà <mmaslano@xxxxxxxxxx> 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel