Hello community, here is the log from the commit of package tcl-tktray for openSUSE:Factory checked in at 2012-06-25 12:06:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcl-tktray (Old) and /work/SRC/openSUSE:Factory/.tcl-tktray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcl-tktray", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/tcl-tktray/tcl-tktray.changes 2011-09-23 12:47:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tcl-tktray.new/tcl-tktray.changes 2012-06-25 12:06:31.000000000 +0200 @@ -1,0 +2,29 @@ +Tue Jun 19 22:13:29 UTC 2012 - [email protected] + +- update to version 1.3.9 + * tktray.c: fixed some trivial bugs with option handling (e.g. + cget method); added ARGB32 image output support (server-side + natural alpha composition) + * configure.in: added --with-mad-tk-packager (see README) + * tktray.c: balloon/cancel methods are now supported + * building without private headers is possible now + * complex alpha in images looks good + * Shape extension was thrown away + * docs/tktray.man: documented new features, fixed description of some old ones + * tktray.c: implemented old-style pseudo-transparency; split + widget into a persistent front-end & temporal helper window; + borrowed bbox algorithm from xwininfo, seems to work + everywhere; threw away a lot of image/photo handling code, + using a simple, standard Tk_GetImage in all places except where + XShapeCombineMask is used (current version works well without + XShapeCombineMask) +- clean up specfile + - remove bogus dependency on gcc-c++ and ldconfig calls + +------------------------------------------------------------------- +Tue Jun 19 14:33:21 UTC 2012 - [email protected] + +- license update: SUSE-TCL + Choose from the document linked at http://license.opensuse.org + +------------------------------------------------------------------- Old: ---- tktray1.2.tar.gz New: ---- tktray1.3.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcl-tktray.spec ++++++ --- /var/tmp/diff_new_pack.3vC5Xd/_old 2012-06-25 12:06:33.000000000 +0200 +++ /var/tmp/diff_new_pack.3vC5Xd/_new 2012-06-25 12:06:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package tcl-tktray # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 open-slx GmbH <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -17,19 +17,17 @@ # - Name: tcl-tktray -Version: 1.2 -Release: 1 -License: TCL +Version: 1.3.9 +Release: 0 Summary: System Tray Icon Support for Tk on X11 -Url: http://sw4me.com/wiki/Tktray +License: SUSE-TCL Group: Development/Languages/Tcl +Url: http://sw4me.com/wiki/Tktray Source: http://tktray.googlecode.com/files/tktray%{version}.tar.gz BuildRequires: tcl-devel BuildRequires: tk-devel BuildRequires: xorg-x11-libXext-devel -Requires: gcc-c++ Requires: tcl Requires: tk BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,31 +43,26 @@ %build %configure \ -%ifarch x86_64 - --enable-64bit \ -%endif --with-tcl=%{_libdir} \ --with-tk=%{_libdir} \ --libdir=%{tcl_archdir} make %{?_smp_mflags} -make pkgIndex.tcl %install %make_install +mkdir html +mv docs/*.html html + %clean rm -rf %{buildroot} -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %files %defattr(-,root,root) %dir %{tcl_archdir}/tktray%{version} %{tcl_archdir}/tktray%{version}/libtktray%{version}.so %{tcl_archdir}/tktray%{version}/pkgIndex.tcl %{_mandir}/mann/tktray.n.* -%doc ChangeLog license.terms README doc/ +%doc ChangeLog license.terms README html/ %changelog ++++++ tktray1.2.tar.gz -> tktray1.3.9.tar.gz ++++++ ++++ 5285 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
