update to 8.4.3

This commit is contained in:
Tom Callaway 2008-07-28 19:37:44 +00:00
parent 915ac703cc
commit c36f461219
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
Tix8.4.2-src.tar.gz
Tix8.4.3-src.tar.gz

View File

@ -1 +1 @@
422a4e1c5f64da203c753a596b0d74de Tix8.4.2-src.tar.gz
2b8bf4b10a852264678182652f477e59 Tix8.4.3-src.tar.gz

View File

@ -7,8 +7,8 @@
Summary: A set of extension widgets for Tk
Name: tix
Epoch: 1
Version: %{tixmajor}.2
Release: 5%{?dist}
Version: %{tixmajor}.3
Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://tix.sourceforge.net/
@ -58,7 +58,7 @@ This package contains the tix documentation
%prep
%setup -q -n Tix%{version}
%patch0 -p1 -b .link
%patch1 -p1 -b .err
# %%patch1 -p1 -b .err
%build
%configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --libdir=%{tcl_sitearch}
@ -127,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
%doc %{tcl_sitelib}/Tix%{tixmajor}
%changelog
* Mon Jul 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:8.4.3-1
- update to 8.4.3
- don't apply tix-8.4.2-tcl8.5.patch, no longer needed
* Wed Feb 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:8.4.2-5
- apps can't find libTix.so without an ld.so.conf.d file. It probably makes
more sense to move this library back into %%{_libdir}, but I'll leave that to