[xfwm4] Update to 4.10.1

Kevin Fenzi kevin at fedoraproject.org
Sun May 5 16:53:19 UTC 2013


commit 1e8f53296d3f74957336e3c1c4476c48e3627e55
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun May 5 10:53:15 2013 -0600

    Update to 4.10.1

 .gitignore                               |    1 +
 sources                                  |    2 +-
 xfwm4-4.10.0-gtk3-windows.patch          |   84 ------------------------------
 xfwm4-4.10.0-workspace-deletion.patch    |   38 -------------
 xfwm4-4.10.0-wrong-title-alignment.patch |   40 --------------
 xfwm4-4.9.0-desktop-fix.patch            |   36 -------------
 xfwm4.spec                               |   25 ++-------
 7 files changed, 7 insertions(+), 219 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 354da21..d9f17a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ xfwm4-4.6.2.tar.bz2
 /xfwm4-4.9.0.tar.bz2
 /xfwm4-4.9.1.tar.bz2
 /xfwm4-4.10.0.tar.bz2
+/xfwm4-4.10.1.tar.bz2
diff --git a/sources b/sources
index cafc6bc..802c3b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-333e5e25a85411c304e9b4474bf00537  xfwm4-4.10.0.tar.bz2
+10de50c79ed944cbb9c87741062c2a76  xfwm4-4.10.1.tar.bz2
diff --git a/xfwm4.spec b/xfwm4.spec
index 7ed31b0..1c7edba 100644
--- a/xfwm4.spec
+++ b/xfwm4.spec
@@ -1,8 +1,8 @@
 %global xfceversion 4.10
 
 Name:           xfwm4
-Version:        4.10.0
-Release:        6%{?dist}
+Version:        4.10.1
+Release:        1%{?dist}
 Summary:        Next generation window manager for Xfce
 
 Group:          User Interface/Desktops
@@ -10,21 +10,7 @@ License:        GPLv2+
 URL:            http://www.xfce.org/
 #VCS git:git://git.xfce.org/xfce/xfwm4
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
-# Fix window grabbing with gtk3 windows (#845272=
-# Upstream bug: https://bugzilla.xfce.org/show_bug.cgi?id=8949
-# Upstream fix: http://git.xfce.org/xfce/xfwm4/commit/?id=0b39bbe0
-Patch0:         xfwm4-4.10.0-gtk3-windows.patch
-# Fix potential crash in xfce4-settings-manager through wrong xfwm4 settings
-# Upstream bug: https://bugzilla.xfce.org/show_bug.cgi?id=9108
-# Upstream fix: http://git.xfce.org/xfce/xfwm4/commit/?id=f09ea920
-Patch1:         xfwm4-4.10.0-wrong-title-alignment.patch
-# Delete active workspace instead of last workspace
-# Upstream bug: https://bugzilla.xfce.org/show_bug.cgi?id=8827
-# Upstream fix: http://git.xfce.org/xfce/xfwm4/commit/?id=0003144f
-Patch2:         xfwm4-4.10.0-workspace-deletion.patch
 ## Downstream patches:
-# Fix desktop categories
-Patch10:        xfwm4-4.9.0-desktop-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfce4ui-devel >= %{xfceversion}
@@ -45,10 +31,6 @@ xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and Xfce.
 
 %prep
 %setup -q
-%patch0 -p1 -b .gtk3
-%patch1 -p1 -b .title-alignment
-%patch2 -p1 -b .workspace-deletion
-%patch10 -p1 -b .categories
 
 
 %build
@@ -103,6 +85,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun May 05 2013 Kevin Fenzi <kevin at scrye.com> 4.10.1-1
+- Update to 4.10.1
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.10.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list