Hello community,

here is the log from the commit of package tix for openSUSE:Factory checked in 
at 2013-07-02 07:47:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tix (Old)
 and      /work/SRC/openSUSE:Factory/.tix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tix"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tix/tix.changes  2012-01-04 08:01:42.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tix.new/tix.changes     2013-07-02 
07:47:26.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun 20 14:42:27 UTC 2013 - [email protected]
+
+- Fix build with Tcl 8.6.0.
+- Cleanup spec file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tix.spec ++++++
--- /var/tmp/diff_new_pack.njpDLM/_old  2013-07-02 07:47:27.000000000 +0200
+++ /var/tmp/diff_new_pack.njpDLM/_new  2013-07-02 07:47:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tix
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,12 +19,8 @@
 Name:           tix
 BuildRequires:  autoconf
 BuildRequires:  fdupes
-BuildRequires:  itcl
 BuildRequires:  tk-devel
 BuildRequires:  xorg-x11-devel
-%define V_TIX   8.1.%tcl_version
-%define prefix /usr
-%define mandir  /usr/share/man
 Version:        8.4.3
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -34,7 +30,7 @@
 Source:         Tix%version-src.tar.bz2
 Patch0:         %name.patch
 Summary:        Tools for tk
-Provides:       tixwish tixwish%V_TIX
+Group:          Development/Libraries/Tcl
 
 %description
 The Tix library has, by far, the greatest collection of widgets for
@@ -54,19 +50,14 @@
 
 %build
 autoreconf
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-./configure \
+export CFLAGS="$RPM_OPT_FLAGS -DUSE_INTERP_RESULT -fno-strict-aliasing"
+%configure \
        --with-tcl=%_libdir \
-       --with-tk=%_libdir \
-       --prefix=%_prefix \
-       --libdir=%_libdir \
-       --mandir=%_mandir
+       --with-tk=%_libdir
 make
 
 %install
-make install \
-       DESTDIR=%buildroot \
-       libdir=%_libdir/tcl
+make install DESTDIR=%buildroot libdir=%_libdir/tcl
 MANN=%buildroot/%_mandir/mann
 mkdir -p $MANN
 pushd man
@@ -75,9 +66,6 @@
 done
 popd
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %doc ABOUT* README* ChangeLog license.terms index.html

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

Reply via email to