Accepting request 149131 from 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) (forwarded request 148980 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/149131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2013-01-21 17:30:00 +00:00 committed by Git OBS Bridge
commit af43088a9b
6 changed files with 2449 additions and 3590 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,21 @@
-------------------------------------------------------------------
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
- wm-giflib.patch --> fix build with newer giflib
(stuff must also _always_ include "config.h" as the first file)
-------------------------------------------------------------------
Tue Sep 18 11:48:57 UTC 2012 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package WindowMaker
#
# Copyright (c) 2012 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
@ -18,12 +18,12 @@
Name: WindowMaker
Summary: A Colorful and Flexible Window Manager
License: GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain
License: GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain
Group: System/GUI/Other
Version: 0.95.3
Version: 0.95.4
Release: 0
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
Source2: SuSE-theme.tar.bz2
Source4: README.SuSE
@ -32,10 +32,8 @@ Source6: windowmaker
Source7: %{name}-rpmlintrc
Patch1: %{name}-config.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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
@ -93,7 +91,7 @@ mkdir menu_orig
cp %{name}/{menu.*,plmenu.*} menu_orig
%patch1
%patch2
%patch100
%patch101
cp %{S:4} .
cp %{S:6} .
%if 0%{?suse_version} < 1140

2422
wm-giflib.patch Normal file

File diff suppressed because it is too large Load Diff