Hello community,

here is the log from the commit of package itk for openSUSE:Factory checked in 
at 2013-08-13 12:58:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/itk (Old)
 and      /work/SRC/openSUSE:Factory/.itk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "itk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/itk/itk.changes  2011-09-23 02:03:48.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.itk.new/itk.changes     2013-08-13 
12:58:51.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 20 12:31:16 UTC 2013 - [email protected]
+
+- Snapshot of 4.0.0 for compatibility with Tcl/Tk 8.6.
+
+-------------------------------------------------------------------

Old:
----
  itk3.4-20080207.tar.bz2

New:
----
  itk4.0.0.tar.gz

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

Other differences:
------------------
++++++ itk.spec ++++++
--- /var/tmp/diff_new_pack.esmX44/_old  2013-08-13 12:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.esmX44/_new  2013-08-13 12:58:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package itk (Version 3.4)
+# spec file for package itk
 #
-# Copyright (c) 2009 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
@@ -15,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           itk
-BuildRequires:  itcl-devel tk-devel xorg-x11-devel
-Version:        3.4
-Release:        51
-AutoReqProv:    on
-Group:          Development/Languages/Tcl
-License:        MIT
+BuildRequires:  itcl-devel >= 4.0.0
+BuildRequires:  tk-devel
+BuildRequires:  xorg-x11-devel
+Version:        4.0.0
+Release:        0
 Summary:        Object Oriented Extension for Tcl
+License:        MIT
+Group:          Development/Languages/Tcl
 Provides:       itcl:/usr/share/man/mann/itk.n.gz
 Requires:       itcl
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %name%version-20080207.tar.bz2
+Source0:        %name%version.tar.gz
 
 %description
 Incr Tcl adds object-oriented programming facilities to Tcl.  It was
@@ -52,17 +51,17 @@
 %setup -q -n %name%version
 
 %build
-%configure --with-tcl=%_libdir --with-tk=%_libdir
+itclver=$(echo 'puts [package require itcl]' | tclsh)
+%configure --with-itcl=%tcl_archdir/itcl$itclver
 make
 
 %install
-%makeinstall pkglibdir=%_libdir/tcl/%name%version
+%makeinstall pkglibdir=%tcl_archdir/%name%version
 # We don't need the headers
 rm -rf %buildroot/%_includedir
 
 %files
 %defattr(-,root,root)
-%doc README CHANGES ChangeLog INCOMPATIBLE TODO
 %doc license.terms
 %doc %_mandir/mann/*
 %_libdir/tcl

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

Reply via email to