Hello community, here is the log from the commit of package sawfish for openSUSE:13.1 checked in at 2013-09-27 18:21:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/sawfish (Old) and /work/SRC/openSUSE:13.1/.sawfish.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sawfish" Changes: -------- --- /work/SRC/openSUSE:13.1/sawfish/sawfish.changes 2013-09-23 11:08:40.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.sawfish.new/sawfish.changes 2013-09-27 18:21:33.000000000 +0200 @@ -1,0 +2,22 @@ +Fri Sep 27 07:24:59 UTC 2013 - [email protected] + +- Updated to 1.10 version. For more details see NEWS file + + * bugfixes in tabs / SawfishConfig and more + * tiling. Thanks to the awesome work done by Jose A. Ortega Ruiz + Sawfish is now a stacking / tiling hybrid. The NEWS contains + example configuration. + * sawfish.wm.prg: integration of external applications into Sawfish + / SawfishConfig (trayer, xmobar, xmodmap, xsettingsd, xgamma, + fehlstart, pancake), see docs/AUTOSTART for more information + about them. + * compton integration. Thanks to fuchurs mind-reading + capatibilities the compton compositing manager now neatly + integrates with Sawfish /SawfishConfig, allowing you to + change most options for compton directly from SawfishConfig. + +- Spec file changes + * Create subpackage for the lisp sources + * Change the Group tag for the package to User Interface/Desktop + as the System/GUI/Other is not valid anymore +------------------------------------------------------------------- Old: ---- sawfish-1.9.91.tar.xz New: ---- sawfish-1.10.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sawfish.spec ++++++ --- /var/tmp/diff_new_pack.ASIERn/_old 2013-09-27 18:21:33.000000000 +0200 +++ /var/tmp/diff_new_pack.ASIERn/_new 2013-09-27 18:21:33.000000000 +0200 @@ -19,11 +19,16 @@ Name: sawfish -Version: 1.9.91 +Version: 1.10 Release: 0 Summary: A highly configurable window manager for X11 License: GPL-2.0+ +%if 0%{?suse_version} > 1230 +Group: User Interface/Desktops +%else Group: System/GUI/Other +%endif + Url: http://sawfish.wikia.com/ Source: http://download.tuxfamily.org/sawfish/%{name}-%{version}.tar.xz # Autoload feature for Emacs in editing sawfish files @@ -78,7 +83,11 @@ %package sounds Summary: A highly configurable window manager for X11 - Sound files License: Artistic-2.0 +%if 0%{?suse_version} > 1230 +Group: User Interface/Desktops +%else Group: System/GUI/Other +%endif BuildArch: noarch %description sounds @@ -98,7 +107,11 @@ %package devel Summary: A highly configurable window manager for X11 - Development Files License: GPL-2.0+ +%if 0%{?suse_version} > 1230 +Group: Development/Languages +%else Group: Development/Languages/Scheme +%endif Requires: %{name} = %{version} Requires: librep-devel Requires: rep-gtk-devel @@ -116,6 +129,28 @@ not implement desktop backgrounds, applications docks, or other things that may be achieved through separate applications. +%package lisp +Summary: A highly configurable window manager for X11 - lisp files +BuildArch: noarch + +%description lisp +Sawfish is an extensible window manager using an Emacs Lisp-like +scripting language -- all window decorations are configurable, the basic +idea is to have as much user-interface policy as possible controlled +through the Lisp language. This is no layer on top of twm, but a wholly +new architecture. + +Despite this extensibility its policy is currently very minimal +compared to most window managers. Its aim is simply to manage windows +in the most flexible and attractive manner possible. As such it does +not implement desktop backgrounds, applications docks, or other things +that may be achieved through separate applications. + +This package provides the lisp source files. They are not needed for the +application to run, however by studying them one can add new functions or +improve current ones. + + %prep %setup -q %patch1 -p1 @@ -171,6 +206,11 @@ %{_bindir}/sawfish-about %{_bindir}/sawfish-client %{_bindir}/sawfish-config +%exclude %{_datadir}/%{name}/*/*.jl +%exclude %{_datadir}/%{name}/*/*/*.jl +%exclude %{_datadir}/%{name}/*/*/*/*.jl +%exclude %{_datadir}/%{name}/*/*/*/*/*.jl + %{_datadir}/%{name} %dir %{_datadir}/gnome %dir %{_datadir}/gnome/wm-properties @@ -194,6 +234,15 @@ %_datadir/emacs/site-lisp/%name.el %_datadir/emacs/site-lisp/suse-start-sawfish.el +%files lisp +%defattr(-,root,root) +%{_datadir}/%{name}/*/*.jl +%{_datadir}/%{name}/*/*/*.jl +%{_datadir}/%{name}/*/*/*/*.jl +%{_datadir}/%{name}/*/*/*/*/*.jl + + + %files devel %defattr(-,root,root) %{_includedir}/sawfish/ ++++++ sawfish-1.9.91.tar.xz -> sawfish-1.10.tar.xz ++++++ ++++ 2764 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
