]> git.pld-linux.org Git - packages/lyricue.git/commitdiff
- Patched issue with newer mysql. Submitted upstream.
authorCaleb Maclennan <caleb@alerque.com>
Wed, 26 May 2010 16:07:23 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lyricue-mysql.patch -> 1.1
    lyricue.spec -> 1.21

lyricue-mysql.patch [new file with mode: 0644]
lyricue.spec

diff --git a/lyricue-mysql.patch b/lyricue-mysql.patch
new file mode 100644 (file)
index 0000000..f9a03eb
--- /dev/null
@@ -0,0 +1,12 @@
+--- lyricue~   2010-04-01 00:38:48.000000000 +0300
++++ lyricue    2010-05-26 19:00:05.000000000 +0300
+@@ -9882,6 +9882,9 @@
+     my $dbs = $globals->{'db_available_db'};
+     foreach (keys %$dbs) {
+         my $dbname = $_;
++        if ($dbname eq 'information_schema') {
++            next;
++        }
+         my $db     = db_connect($dbname, $errorcodes->{'bibledbopen'});
+         my @tables = $db->tables;
+         my $table;
index b8005b8ddf47e71e8b7a1b44ecf558c5a6cd9082..0250c083209a098321e1f542363128bec8c0999d 100644 (file)
@@ -6,11 +6,12 @@
 Summary:       GNU Lyric Display System, client interface
 Name:          lyricue
 Version:       2.2.1
-Release:       0.3
+Release:       0.4
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://www.lyricue.org/archive/%{name}_%{version}.tar.gz
 # Source0-md5: 6c61420f067e76429908e1b1b2ed0446
+Patch0:                %{name}-mysql.patch
 URL:           http://www.lyricue.org
 BuildRequires: gettext-devel
 BuildRequires: rpm-perlprov
@@ -64,6 +65,7 @@ Remote control CLI to control the projection server from any shell.
 
 %prep
 %setup -q
+%patch0 -p0
 
 # Fix perl shebang
 %{__sed} -i -e '1s,^#!.*perl,#!%{__perl},' %{name} %{name}_server %{name}_remote
This page took 0.381043 seconds and 4 git commands to generate.