[pekwm/f14] Updated to new version Removed the old patch and applied a new one to fix a similar issue Removed in

Germán A. Racca skytux at fedoraproject.org
Fri Aug 12 01:41:21 UTC 2011


commit ad71d42cd165f92b02d0a30371276e28447093b5
Author: Germán A. Racca <skytux at fedoraproject.org>
Date:   Thu Aug 11 22:42:09 2011 -0300

    Updated to new version
    Removed the old patch and applied a new one to fix a similar issue
    Removed indentation of list items in %{description}

 .gitignore          |    1 +
 pekwm-menu.patch    |   65 ---------------------------------------------------
 pekwm-newmenu.patch |   20 +++++++++++++++
 pekwm.spec          |   22 +++++++++++------
 sources             |    2 +-
 5 files changed, 36 insertions(+), 74 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a19b2b..2d2871f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pekwm-0.1.12.tar.gz
+/pekwm-0.1.13.tar.bz2
diff --git a/pekwm-newmenu.patch b/pekwm-newmenu.patch
new file mode 100644
index 0000000..cbf8eb4
--- /dev/null
+++ b/pekwm-newmenu.patch
@@ -0,0 +1,20 @@
+--- data/menu.orig	2011-08-11 21:07:07.165984301 -0300
++++ data/menu	2011-08-11 21:07:49.250981411 -0300
+@@ -21,7 +21,7 @@
+ 		Entry = "Gimp" { Actions = "Exec gimp &" }
+ 		Entry = "Gv" { Actions = "Exec gv &" }
+ 		Entry = "Xpdf" { Actions = "Exec xpdf &" }
+-		Entry = "gqview" { Actions = "Exec gqview &" }
++		Entry = "Geeqie" { Actions = "Exec geeqie &" }
+ 	}
+ 	Submenu = "Multimedia" {
+ 		Entry = "Amarok" { Actions = "Exec amarok &" }
+@@ -60,7 +60,7 @@
+ 		Entry = "Kopete" { Actions = "Exec kopete &" }
+ 	}
+ 	Submenu = "Office" {
+-		Entry = "KOffice Workspace" { Actions = "Exec koshell &" }
++		Entry = "KWord" { Actions = "Exec kword &" }
+ 		Entry = "OpenOffice" { Actions = "Exec ooffice &" }
+ 	}
+ 	Submenu = "Development" {
diff --git a/pekwm.spec b/pekwm.spec
index 63bff31..66e1b12 100644
--- a/pekwm.spec
+++ b/pekwm.spec
@@ -1,13 +1,13 @@
 Name:		pekwm
-Version:	0.1.12
-Release:	4%{?dist}
+Version:	0.1.13
+Release:	1%{?dist}
 Summary:	A small and flexible window manager
 
 Group:		User Interface/Desktops
 License:	GPLv2+
 URL:		http://www.pekwm.org/
-Source0:	http://www.pekwm.org/projects/pekwm/files/%{name}-%{version}.tar.gz
-Patch0:		%{name}-menu.patch
+Source0:	http://www.pekwm.org/projects/pekwm/files/%{name}-%{version}.tar.bz2
+Patch0:		%{name}-newmenu.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libX11-devel libpng-devel libXrandr-devel
@@ -21,11 +21,11 @@ It has a much expanded feature-set, including window grouping (similar to ion,
 pwm, or fluxbox), autoproperties, xinerama, keygrabber that supports keychains,
 and much more.
 
-   * Lightweight and Unobtrusive, a window manager shouldn't be noticed.
-   * Very configurable, we all work and think in different ways.
-   * Automatic properties, for all the lazy people, make things appear as they
+* Lightweight and Unobtrusive, a window manager shouldn't be noticed.
+* Very configurable, we all work and think in different ways.
+* Automatic properties, for all the lazy people, make things appear as they
 should when starting applications.
-   * Chainable Keygrabber, usability for everyone. 
+* Chainable Keygrabber, usability for everyone. 
 
 %prep
 %setup -q
@@ -71,6 +71,7 @@ rm -rf %{buildroot}
 %doc AUTHORS ChangeLog ChangeLog.aewm++ ChangeLog.until-0.1.6 LICENSE NEWS README contrib/
 %{_bindir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/autoproperties
+%config(noreplace) %{_sysconfdir}/%{name}/autoproperties_typerules
 %config(noreplace) %{_sysconfdir}/%{name}/config
 %config(noreplace) %{_sysconfdir}/%{name}/keys
 %config(noreplace) %{_sysconfdir}/%{name}/menu
@@ -82,6 +83,11 @@ rm -rf %{buildroot}
 %{_datadir}/xsessions/%{name}.desktop
 
 %changelog
+* Sun Aug 10 2011 Germán A. Racca <skytux at fedoraproject.org> 0.1.13-1
+- Updated to new version
+- Removed the old patch and applied a new one to fix a similar issue
+- Removed indentation of list items in %%{description}
+
 * Tue May 11 2010 German A. Racca <gracca at gmail.com> 0.1.12-4
 - Fixed BuildRequires to compile from scratch
 
diff --git a/sources b/sources
index 0e2e04c..77ff276 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f7f9ed32cc03f565a3ad30fd6045c1f  pekwm-0.1.12.tar.gz
+51a3f9030817df0304cc1da5110e493a  pekwm-0.1.13.tar.bz2


More information about the scm-commits mailing list