[xfwm4] Update to 4.10.0 final

Christoph Wickert cwickert at fedoraproject.org
Sun Apr 29 14:16:23 UTC 2012


commit bc6e87b2da228ed7626500fc5ff6e3f603f42823
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Apr 29 16:16:17 2012 +0200

    Update to 4.10.0 final
    
    - Drop Nodoka patch
    - Make build verbose
    - Add VCS key

 .gitignore |    1 +
 sources    |    2 +-
 xfwm4.spec |   25 +++++++++++++------------
 3 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83efc88..354da21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ xfwm4-4.6.2.tar.bz2
 /xfwm4-4.8.3.tar.bz2
 /xfwm4-4.9.0.tar.bz2
 /xfwm4-4.9.1.tar.bz2
+/xfwm4-4.10.0.tar.bz2
diff --git a/sources b/sources
index 3b16d11..cafc6bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a4538359e6c9dbce701f1f7f0d781e5  xfwm4-4.9.1.tar.bz2
+333e5e25a85411c304e9b4474bf00537  xfwm4-4.10.0.tar.bz2
diff --git a/xfwm4.spec b/xfwm4.spec
index c2e9086..89709fb 100644
--- a/xfwm4.spec
+++ b/xfwm4.spec
@@ -1,16 +1,15 @@
-%global xfceversion 4.9
+%global xfceversion 4.10
 
 Name:           xfwm4
-Version:        4.9.1
+Version:        4.10.0
 Release:        1%{?dist}
 Summary:        Next generation window manager for Xfce
 
 Group:          User Interface/Desktops
 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
-# Use Nodoka Theme
-Patch0:         xfwm4-4.9.1-nodoka.patch
 # Fix desktop categories
 Patch1:         xfwm4-4.9.0-desktop-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -21,9 +20,9 @@ BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  libXcomposite-devel
 BuildRequires:  libXdamage-devel
-BuildRequires:  startup-notification-devel
+BuildRequires:  startup-notification-devel >= 0.5
 BuildRequires:  libglade2-devel
-BuildRequires:  libwnck-devel
+BuildRequires:  libwnck-devel >= 2.22
 BuildRequires:  xfconf-devel >= %{xfceversion}
 BuildRequires:  desktop-file-utils
 Provides:       firstboot(windowmanager) = xfwm4
@@ -33,17 +32,13 @@ xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and Xfce.
 
 %prep
 %setup -q
-# use Nodoka Theme in Fedora
-%if 0%{?fedora}
-%patch0 -p1 -b .nodoka
-%endif
 %patch1 -p1
 
 
 %build
 %configure  --disable-static
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -53,7 +48,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 %find_lang %{name}
 
 for file in $RPM_BUILD_ROOT/%{_datadir}/applications/*.desktop; do
-  desktop-file-validate $file
+    desktop-file-validate $file
 done
 
 
@@ -92,6 +87,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Apr 29 2012 Christoph Wickert <cwickert at fedoraproject.org> - 4.10.0-1
+- Update to 4.10.0 final
+- Drop Nodoka patch
+- Make build verbose
+- Add VCS key
+
 * Sat Apr 14 2012 Kevin Fenzi <kevin at scrye.com> - 4.9.1-1
 - Update to 4.9.1 (Xfce 4.10pre1)
 


More information about the scm-commits mailing list