Hello community,

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

Package is "iwidgets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iwidgets/iwidgets.changes        2011-12-25 
17:35:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iwidgets.new/iwidgets.changes   2013-07-02 
12:24:35.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Jun 20 12:46:35 UTC 2013 - [email protected]
+
+- Update to version 4.1 from the kbskit SF project for
+  compatibility with itk 4.0.0.
+- Manpages are not included anymore, but current documentation can
+  be found on http://incrtcl.sourceforge.net/iwidgets/ .
+
+-------------------------------------------------------------------

Old:
----
  iwidgets4.0.1.patch
  iwidgets4.0.1.tar.bz2

New:
----
  iwidgets41.tgz

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

Other differences:
------------------
++++++ iwidgets.spec ++++++
--- /var/tmp/diff_new_pack.tOclNU/_old  2013-07-02 12:24:36.000000000 +0200
+++ /var/tmp/diff_new_pack.tOclNU/_new  2013-07-02 12:24:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iwidgets
 #
-# 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
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           iwidgets
-BuildRequires:  autoconf
-BuildRequires:  tcl
-Version:        4.0.1
+BuildRequires:  tcl-devel
+Version:        4.1
 Release:        0
-Source0:        %name%version.tar.bz2
-Patch0:         %name%version.patch
+Source0:        %{name}41.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Summary:        Widget Extension for Tcl/Tk
@@ -45,40 +44,19 @@
 
 %prep
 %setup -q -n %name%version
-%patch0
 
 %build
-autoconf
-%configure --with-tcl=%_libdir --with-tk=%_libdir
-make
 
 %install
-rm -rf %buildroot
-make install \
-       INSTALL=/usr/bin/install \
-       MKINSTALLDIRS="mkdir -p" \
-       INSTALL_ROOT=%buildroot \
-       MAN_INSTALL_DIR='$(INSTALL_ROOT)%_mandir/mann' \
-       SCRIPT_INSTALL_DIR=%buildroot%tclscriptdir/%name%version
-# Put the right path to wish into the iwidget demos,
-# and fix the permissions.
-for f in $(find %buildroot%_prefix/lib/%name%version/demos 
%buildroot%tclscriptdir/%name%version/demos -type f); do
-    if test -x $f && grep 'package require Iwidgets' $f > /dev/null; then
-        ( echo '#!/usr/bin/wish'; cat $f ) > $f.new
-        mv $f.new $f
-        chmod a+x $f
-    else
-        chmod a-x $f
-    fi
-done
+mkdir -p %buildroot%tcl_noarchdir
+cp -a library %buildroot%tcl_noarchdir/%name%version
 
 %clean
 rm -rf %buildroot
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES ChangeLog README
-%doc %_mandir/mann/*
+%doc license.terms README
 %tclscriptdir/%name%version
 
 %changelog

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

Reply via email to