OBS User unknown 2007-05-26 08:58:00 +00:00 committed by Git OBS Bridge
parent c7e830d361
commit f7d69936ee
3 changed files with 17 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#
# spec file for package unixODBC-gui-qt (Version 2.2.12)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -13,7 +13,7 @@
Name: unixODBC-gui-qt
BuildRequires: qt3-devel
Version: 2.2.12
Release: 13
Release: 48
Summary: ODBC Configuration Utility, Data Source Browser, and ODBC Test Tool based
License: GNU General Public License (GPL)
URL: http://www.unixodbc.org/
@ -119,7 +119,7 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/libodbcinstQ.*
%exclude /usr/include/uodbc_extras.h
%changelog -n unixODBC-gui-qt
%changelog
* Wed Nov 15 2006 - anosek@suse.cz
- fixed compiler warning: variable is used before its value is set
[#218998] (ctracing.patch)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 26 00:34:29 CEST 2007 - dmueller@suse.de
- add missing ldconfig fall to %post/un
-------------------------------------------------------------------
Wed Oct 18 12:02:13 CEST 2006 - anosek@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package unixODBC (Version 2.2.12)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -13,7 +13,7 @@
Name: unixODBC
BuildRequires: gcc-c++
Version: 2.2.12
Release: 10
Release: 31
Summary: ODBC driver manager with some drivers included
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
URL: http://www.unixodbc.org/
@ -110,6 +110,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libmimerS.*
%clean
rm -rf "$RPM_BUILD_ROOT"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README README.GTK README.SuSE doc/*.html doc/*.gif
@ -148,7 +152,9 @@ rm -rf "$RPM_BUILD_ROOT"
#%{_libdir}/libodbcextras.so
%{_libdir}/unixODBC/*.la
%changelog -n unixODBC
%changelog
* Sat May 26 2007 - dmueller@suse.de
- add missing ldconfig fall to %%post/un
* Wed Oct 18 2006 - anosek@suse.cz
- updated to version 2.2.12
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW