diff --git a/.cvsignore b/.cvsignore index 4f7323f..df40f56 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Tix8.4.2-src.tar.gz +Tix8.4.3-src.tar.gz diff --git a/sources b/sources index 1984558..778add3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -422a4e1c5f64da203c753a596b0d74de Tix8.4.2-src.tar.gz +2b8bf4b10a852264678182652f477e59 Tix8.4.3-src.tar.gz diff --git a/tix.spec b/tix.spec index 7614b4d..b0b2863 100644 --- a/tix.spec +++ b/tix.spec @@ -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 - 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 - 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