rpms/EekBoek/devel EekBoek-1.04.05.sqlite.patch, NONE, 1.1 EekBoek.spec, 1.4, 1.5 import.log, 1.1, 1.2

Johan Vromans sciurius at fedoraproject.org
Mon Dec 28 20:33:59 UTC 2009


Author: sciurius

Update of /cvs/pkgs/rpms/EekBoek/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19675/devel

Modified Files:
	EekBoek.spec import.log 
Added Files:
	EekBoek-1.04.05.sqlite.patch 
Log Message:
1.04.05-2.fc13

EekBoek-1.04.05.sqlite.patch:
 Sqlite.pm |    2 !!
 1 file changed, 2 modifications(!)

--- NEW FILE EekBoek-1.04.05.sqlite.patch ---
*** lib/EB/DB/Sqlite.pm~	2008-02-07 13:18:24.000000000 +0100
--- lib/EB/DB/Sqlite.pm	2009-12-28 21:09:09.000000000 +0100
***************
*** 171,177 ****
      foreach ( $dbh->tables ) {
  	# SQLite returns table names with quotes.
  	# Our tables all start with an uppercase letter.
! 	next unless /^"([[:upper:]].+)"$/i;
  	push(@t, lc($1));
      }
      \@t;
--- 171,177 ----
      foreach ( $dbh->tables ) {
  	# SQLite returns table names with quotes.
  	# Our tables all start with an uppercase letter.
! 	next unless /^"(?:main"\.")?([[:upper:]].+)"$/i;
  	push(@t, lc($1));
      }
      \@t;


Index: EekBoek.spec
===================================================================
RCS file: /cvs/pkgs/rpms/EekBoek/devel/EekBoek.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- EekBoek.spec	28 Dec 2009 19:56:38 -0000	1.4
+++ EekBoek.spec	28 Dec 2009 20:33:59 -0000	1.5
@@ -11,9 +11,10 @@ Summary: Bookkeeping software for small 
 License: GPL+ or Artistic
 Group: Applications/Productivity
 Version: 1.04.05
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source: http://www.eekboek.nl/dl/%{name}-%{version}.tar.gz
 Source1: README.postgres
+Patch1: EekBoek-1.04.05.sqlite.patch
 URL: http://www.eekboek.nl
 BuildRoot: %{_tmppath}/rpm-buildroot-%{name}-%{version}-%{release}
 
@@ -88,6 +89,9 @@ This package contains the PostgreSQL dat
 # Create docs for the subpackage.
 cp -p %SOURCE1 .
 
+# Patch for newer versions of SQLite.
+%patch1 -b .sqlite
+
 # Remove some build helper sources since we BuildRequire them.
 %{__rm} -fr inc/IPC inc/Module
 %{__perl} -ni~ -e 'print unless m;^inc/(Module|IPC)/;;' MANIFEST
@@ -162,6 +166,9 @@ pod2man blib/script/ebshell > %{buildroo
 %{ebshare}/lib/EB/DB/Postgres.pm
 
 %changelog
+* Mon Dec 28 2009 Johan Vromans <jvromans at squirrel.nl> - 1.04.05-2
+- Fix for table detection with newer SQLite.
+
 * Mon Dec 28 2009 Johan Vromans <jvromans at squirrel.nl> - 1.04.05-1
 - Upgrade to upstream 1.04.05.
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/EekBoek/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	26 Apr 2009 21:35:13 -0000	1.1
+++ import.log	28 Dec 2009 20:33:59 -0000	1.2
@@ -1 +1,2 @@
 EekBoek-1_04_03-3_fc11:HEAD:EekBoek-1.04.03-3.fc11.src.rpm:1240781588
+EekBoek-1_04_05-2_fc13:HEAD:EekBoek-1.04.05-2.fc13.src.rpm:1262032390




More information about the fedora-extras-commits mailing list