[pekwm/f16] Updated to new version

Germán A. Racca skytux at fedoraproject.org
Fri Jan 20 20:43:55 UTC 2012


commit 7baafcde0bb522c512b06bfb7430a62f2d056aa6
Author: Germán A. Racca <skytux at fedoraproject.org>
Date:   Fri Jan 20 18:43:41 2012 -0200

    Updated to new version

 .gitignore          |    1 +
 pekwm-menu.patch    |   65 ---------------------------------------------------
 pekwm-newmenu.patch |   20 +++++++++++++++
 pekwm.spec          |   26 ++++++++++++--------
 sources             |    2 +-
 5 files changed, 38 insertions(+), 76 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a19b2b..77a39aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pekwm-0.1.12.tar.gz
+/pekwm-0.1.14.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 1e541ca..5e07080 100644
--- a/pekwm.spec
+++ b/pekwm.spec
@@ -1,13 +1,13 @@
 Name:		pekwm
-Version:	0.1.12
-Release:	5%{?dist}
+Version:	0.1.14
+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,8 +83,13 @@ rm -rf %{buildroot}
 %{_datadir}/xsessions/%{name}.desktop
 
 %changelog
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.12-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Fri Jan 20 2012 Germán A. Racca <skytux at fedoraproject.org> 0.1.14-1
+- Updated to new version
+
+* 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..777283e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f7f9ed32cc03f565a3ad30fd6045c1f  pekwm-0.1.12.tar.gz
+bb9c01c81fe47620bcd9be0e2e4a10e6  pekwm-0.1.14.tar.bz2


More information about the scm-commits mailing list