Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2012-08-09 16:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iodbc (Old)
 and      /work/SRC/openSUSE:Factory/.iodbc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iodbc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iodbc/iodbc.changes      2011-10-13 
00:13:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2012-08-09 
16:49:24.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jun 26 20:28:11 UTC 2012 - [email protected]
+
+- fix requirement of the devel package for SLE 11 
+
+-------------------------------------------------------------------
+Mon Jun 25 21:15:03 UTC 2012 - [email protected]
+
+- fix build on SLE 11 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iodbc.spec ++++++
--- /var/tmp/diff_new_pack.wPi3iA/_old  2012-08-09 16:49:25.000000000 +0200
+++ /var/tmp/diff_new_pack.wPi3iA/_new  2012-08-09 16:49:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iodbc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           iodbc
 Version:        3.52.7
-Release:        2
-License:        LGPL-2.1+
+Release:        0
 Summary:        ODBC compliant driver manager
-Url:            http://www.iodbc.org/
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
+Url:            http://www.iodbc.org/
 Source:         libiodbc-%{version}.tar.bz2
 Patch1:         fix-nonvoid-return.diff
 Patch2:         config-h.diff
+%if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig(gtk+-2.0)
+%else
+BuildRequires:  gtk2-devel
+%endif
 Requires:       libiodbc3 = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -37,17 +42,22 @@
 
 %package -n libiodbc-devel
 Summary:        Include Files and Libraries mandatory for Development
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
+%if 0%{?suse_version} > 1110
 Requires:       pkgconfig(gtk+-2.0)
+%else
+Requires:       gtk2-devel
+%endif
 
 %description -n libiodbc-devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
 %package -n libiodbc3
-License:        BSD-3-Clause ; LGPL-2.1+
 Summary:        Libraries needed to run iODBC
+License:        BSD-3-Clause ; LGPL-2.1+
 Group:          Development/Libraries/C and C++
 
 %description -n libiodbc3
@@ -59,8 +69,8 @@
 This package provides the shared libraries needed by iODBC
 
 %package admin
-License:        BSD-3-Clause ; LGPL-2.1+
 Summary:        Administration tools for iODBC
+License:        BSD-3-Clause ; LGPL-2.1+
 Group:          Development/Libraries/C and C++
 
 %description admin
@@ -84,7 +94,7 @@
   make
 
 %install
-  %make_install
+  %makeinstall
 
 %post   -n libiodbc3 -p /sbin/ldconfig
 %postun -n libiodbc3 -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to