Fix minor problems in desktop files (bug #185764)
This commit is contained in:
parent
b7c4954be1
commit
648c74ca86
@ -3,7 +3,7 @@ Name=DataManager
|
|||||||
Comment=ODBC Data Source Browsing Tool
|
Comment=ODBC Data Source Browsing Tool
|
||||||
Exec=DataManager
|
Exec=DataManager
|
||||||
Icon=LinuxODBC.xpm
|
Icon=LinuxODBC.xpm
|
||||||
MiniIcon=odbc.xpm
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=0
|
Encoding=UTF-8
|
||||||
|
Terminal=false
|
||||||
Categories=X-Red-Hat-Extra;
|
Categories=X-Red-Hat-Extra;
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=ODBC Data Source Administrator
|
Name=ODBC Data Source Administrator
|
||||||
Comment=ODBC Data Source Administraton Tool
|
Comment=ODBC Data Source Administration Tool
|
||||||
Exec=ODBCConfig
|
Exec=ODBCConfig
|
||||||
Icon=LinuxODBC.xpm
|
Icon=LinuxODBC.xpm
|
||||||
MiniIcon=odbc.xpm
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=0
|
Encoding=UTF-8
|
||||||
|
Terminal=false
|
||||||
Categories=X-Red-Hat-Extra;
|
Categories=X-Red-Hat-Extra;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A complete ODBC driver manager for Linux.
|
Summary: A complete ODBC driver manager for Linux.
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
Version: 2.2.11
|
Version: 2.2.11
|
||||||
Release: 6.2.1
|
Release: 7
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.unixODBC.org/
|
URL: http://www.unixODBC.org/
|
||||||
@ -176,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 27 2006 Tom Lane <tgl@redhat.com> 2.2.11-7
|
||||||
|
- Fix minor problems in desktop files (bug #185764)
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.11-6.2.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.11-6.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user