Accepting request 148980 from home:vitezslav_cizek:branches:X11:windowmanagers

- update to 0.95.4
  * There was a major code cleanup related to icons,
  * some changes in WPrefs,
  * the addition of a new "Center" placement strategy,
  * support for _NET_FRAME_EXTENTS,
  * the removal of CPP dependency to process menu files and small
    fixes and improvements all around.
- dropped WindowMaker-81eefca4e.patch (merged upstream)

OBS-URL: https://build.opensuse.org/request/show/148980
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/WindowMaker?expand=0&rev=22
This commit is contained in:
Togan Muftuoglu 2013-01-18 17:20:53 +00:00 committed by Git OBS Bridge
parent 17bff59505
commit 33f1b77084
6 changed files with 696 additions and 3933 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b239e2531b7509cdebe0162e3c2f6fc8ca9c6bbef00e1bf7eb6e3e9aaf95a329
size 2207148

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bea97f00570f05ff115d147457c16abefe496a4fc882a027152ce592d768e45
size 2789390

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 18 15:49:01 UTC 2013 - vcizek@suse.com
- update to 0.95.4
* There was a major code cleanup related to icons,
* some changes in WPrefs,
* the addition of a new "Center" placement strategy,
* support for _NET_FRAME_EXTENTS,
* the removal of CPP dependency to process menu files and small
fixes and improvements all around.
- dropped WindowMaker-81eefca4e.patch (merged upstream)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 8 02:32:01 UTC 2013 - crrodriguez@opensuse.org Tue Jan 8 02:32:01 UTC 2013 - crrodriguez@opensuse.org

View File

@ -20,10 +20,10 @@ Name: WindowMaker
Summary: A Colorful and Flexible Window Manager Summary: A Colorful and Flexible Window Manager
License: GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain License: GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain
Group: System/GUI/Other Group: System/GUI/Other
Version: 0.95.3 Version: 0.95.4
Release: 0 Release: 0
Url: http://windowmaker.org/ Url: http://windowmaker.org/
Source: http://windowmaker.org/pub/source/release/%{name}-%{version}.tar.bz2 Source: http://windowmaker.org/pub/source/release/%{name}-%{version}.tar.gz
Source1: %{name}-extra-0.1.tar.bz2 Source1: %{name}-extra-0.1.tar.bz2
Source2: SuSE-theme.tar.bz2 Source2: SuSE-theme.tar.bz2
Source4: README.SuSE Source4: README.SuSE
@ -32,9 +32,6 @@ Source6: windowmaker
Source7: %{name}-rpmlintrc Source7: %{name}-rpmlintrc
Patch1: %{name}-config.patch Patch1: %{name}-config.patch
Patch2: %{name}-menu.patch Patch2: %{name}-menu.patch
# Patch-Upstream: fix for jumping window, WMRootMenu
## git diff wmaker-0.95.3..81eefca4e
Patch100: %{name}-81eefca4e.patch
# #
Patch101: wm-giflib.patch Patch101: wm-giflib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -94,7 +91,6 @@ mkdir menu_orig
cp %{name}/{menu.*,plmenu.*} menu_orig cp %{name}/{menu.*,plmenu.*} menu_orig
%patch1 %patch1
%patch2 %patch2
%patch100
%patch101 %patch101
cp %{S:4} . cp %{S:4} .
cp %{S:6} . cp %{S:6} .

File diff suppressed because it is too large Load Diff