forked from pool/xfwm4
Accepting request 629626 from home:seife:xfce
update to 4.12.5 OBS-URL: https://build.opensuse.org/request/show/629626 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfwm4?expand=0&rev=81
This commit is contained in:
parent
83146fcdfa
commit
5f9a0bff6b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa74048a75649a6e92df763a3cfb706d3fed1e1a6adf567f6693325a5a6efb36
|
|
||||||
size 1208874
|
|
3
xfwm4-4.12.5.tar.bz2
Normal file
3
xfwm4-4.12.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7775c02216666c2d023275e7ed6d85e57d965e5cc1407bb6a05c53cc38d8caca
|
||||||
|
size 1215450
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 6 06:57:44 UTC 2018 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to 4.12.5:
|
||||||
|
- client: Check GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED
|
||||||
|
- client: Check when GTK_FRAME_EXTENTS has changed (bxo#14511)
|
||||||
|
- netwm: Fix adding maximized state (bxo#14514)
|
||||||
|
- fix typo in clientMoveTile (bxo#14181)
|
||||||
|
- screen: Use computed screen size instead of xlib
|
||||||
|
- client: Make sure to redraw when removing maximized (bxo#13954)
|
||||||
|
- Fix logic error in bottom struts validation (bxo#13964)
|
||||||
|
- client: Maximize on expected output (bxo#13284)
|
||||||
|
- screen: Fix broken monitor index (bxo#13608)
|
||||||
|
- Use ximerama indices for _NET_WM_FULLSCREEN_MONITORS (bxo#9351)
|
||||||
|
- placement: Use primary monitor as default (bxo#13454)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 19 19:06:36 UTC 2017 - seife+obs@b1-systems.com
|
Wed Apr 19 19:06:36 UTC 2017 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
10
xfwm4.spec
10
xfwm4.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfwm4
|
# spec file for package xfwm4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xfwm4
|
Name: xfwm4
|
||||||
Version: 4.12.4
|
Version: 4.12.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Default Window Manager for the Xfce Desktop Environment
|
Summary: Default Window Manager for the Xfce Desktop Environment
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/XFCE
|
Group: System/GUI/XFCE
|
||||||
Url: http://docs.xfce.org/xfce/xfwm4/start
|
Url: http://docs.xfce.org/xfce/xfwm4/start
|
||||||
Source0: http://archive.xfce.org/src/xfce/xfwm4/4.12/%{name}-%{version}.tar.bz2
|
Source0: http://archive.xfce.org/src/xfce/xfwm4/4.12/%{name}-%{version}.tar.bz2
|
||||||
@ -50,6 +50,7 @@ BuildRequires: pkgconfig(xcomposite)
|
|||||||
BuildRequires: pkgconfig(xdamage)
|
BuildRequires: pkgconfig(xdamage)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
|
BuildRequires: pkgconfig(xinerama)
|
||||||
BuildRequires: pkgconfig(xrandr)
|
BuildRequires: pkgconfig(xrandr)
|
||||||
BuildRequires: pkgconfig(xrender)
|
BuildRequires: pkgconfig(xrender)
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
@ -121,7 +122,8 @@ rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc example.gtkrc-2.0 README COPYING* AUTHORS COMPOSITOR ChangeLog TODO
|
%doc example.gtkrc-2.0 README AUTHORS COMPOSITOR ChangeLog TODO
|
||||||
|
%license COPYING*
|
||||||
%{_bindir}/xfwm4
|
%{_bindir}/xfwm4
|
||||||
%{_bindir}/xfwm4-settings
|
%{_bindir}/xfwm4-settings
|
||||||
%{_bindir}/xfwm4-tweaks-settings
|
%{_bindir}/xfwm4-tweaks-settings
|
||||||
|
Loading…
Reference in New Issue
Block a user