]> git.pld-linux.org Git - packages/tora.git/commitdiff
- added missing header for gethostname(3) auto/th/tora-2.1.3-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Jul 2013 12:43:09 +0000 (14:43 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Jul 2013 12:43:09 +0000 (14:43 +0200)
- rel 3

gethostname.patch [new file with mode: 0644]
tora.spec

diff --git a/gethostname.patch b/gethostname.patch
new file mode 100644 (file)
index 0000000..df1e296
--- /dev/null
@@ -0,0 +1,11 @@
+--- /home/users/baggins/rpm/BUILD/tora-2.1.3/src/toreport.cpp~ 2010-01-14 17:39:02.000000000 +0100
++++ /home/users/baggins/rpm/BUILD/tora-2.1.3/src/toreport.cpp  2013-07-14 14:40:34.485230193 +0200
+@@ -47,6 +47,8 @@
+ #include "toextract.h"
+ #include "toreport.h"
++#include <unistd.h>
++
+ #include <qapplication.h>
+ #include <qdatetime.h>
+ #ifdef Q_OS_WIN32
index 300890028c0deb8a247aa6e11f4193c807f86351..982dc63009ba9b45fd6cb36e826614fa5866cbe9 100644 (file)
--- a/tora.spec
+++ b/tora.spec
@@ -7,7 +7,7 @@ Summary:        A graphical toolkit for database developers and administrators
 Summary(pl.UTF-8):     Zestaw graficznych narzędzi dla programistów i administratorów baz danych
 Name:          tora
 Version:       2.1.3
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/Databases/Interfaces
 Source0:       http://downloads.sourceforge.net/tora/%{name}-%{version}.tar.gz
@@ -16,6 +16,7 @@ Source1:      %{name}.desktop
 Patch0:                %{name}-postgresql.patch
 Patch1:                %{name}-gcc.patch
 Patch2:                %{name}-build.patch
+Patch3:                gethostname.patch
 URL:           http://tora.sourceforge.net/
 BuildRequires: QtCore-devel
 BuildRequires: QtGui-devel
@@ -56,6 +57,7 @@ być obsługiwane poprzez ODBC.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 rm -f src/moc_*
 
This page took 0.152092 seconds and 4 git commands to generate.