smani pushed to sqlitebrowser (f22). "Rebuild (qhexedit2)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 08:30:47 UTC 2015


From 4e65fb1eb3fd1664f8422e06e42064eef0ca966d Mon Sep 17 00:00:00 2001
From: Sandro Mani <manisandro at gmail.com>
Date: Wed, 20 May 2015 21:20:43 +0200
Subject: Rebuild (qhexedit2)


diff --git a/sqlitebrowser.spec b/sqlitebrowser.spec
index 56cf7d9..9da2487 100644
--- a/sqlitebrowser.spec
+++ b/sqlitebrowser.spec
@@ -1,6 +1,6 @@
 Name:           sqlitebrowser
 Version:        3.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Create, design, and edit SQLite database files
 
 License:        GPLv3+ or MPLv2.0
@@ -10,6 +10,8 @@ Source0:        https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
 Patch0:         sqlitebrowser_unbundle.patch
 # Skip test which requires display
 Patch1:         sqlitebrowser_skiptest.patch
+# Fix build issues
+Patch2:         sqlitebrowser_build.patch
 
 BuildRequires:  antlr-C++
 BuildRequires:  cmake
@@ -33,6 +35,7 @@ design, and edit database files compatible with SQLite.
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Unbundle
 rm -rf libs
@@ -86,6 +89,9 @@ fi
 
 
 %changelog
+* Wed May 20 2015 Sandro Mani <manisandro at gmail.com> - 3.6.0-2
+- Rebuild (qhexedit2)
+
 * Thu Apr 30 2015 Sandro Mani <manisandro at gmail.com> - 3.6.0-1
 - Update to 3.6.0
 
diff --git a/sqlitebrowser_build.patch b/sqlitebrowser_build.patch
new file mode 100644
index 0000000..5678120
--- /dev/null
+++ b/sqlitebrowser_build.patch
@@ -0,0 +1,11 @@
+diff -rupN sqlitebrowser-3.6.0/src/EditDialog.cpp sqlitebrowser-3.6.0-new/src/EditDialog.cpp
+--- sqlitebrowser-3.6.0/src/EditDialog.cpp	2015-04-27 11:31:47.000000000 +0200
++++ sqlitebrowser-3.6.0-new/src/EditDialog.cpp	2015-05-20 20:52:51.764063791 +0200
+@@ -7,6 +7,7 @@
+ #include <QFileDialog>
+ #include <QKeySequence>
+ #include <QShortcut>
++#include <QImageReader>
+ 
+ EditDialog::EditDialog(QWidget* parent)
+     : QDialog(parent),
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/sqlitebrowser.git/commit/?h=f22&id=4e65fb1eb3fd1664f8422e06e42064eef0ca966d


More information about the scm-commits mailing list