[jwm/el6] New JWM release.

Damien Durand splinux at fedoraproject.org
Fri May 4 12:01:43 UTC 2012


commit d9d2f4c0fa928cd7c2944784a1a969ea93a51b50
Author: damien <damien at fedora.home>
Date:   Fri May 4 14:01:19 2012 +0200

    New JWM release.

 .gitignore |    1 +
 jwm.spec   |   15 ++++++++-------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47859d0..246ac90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /jwm-500.tar.bz2
+/jwm-2.1.0.tar.bz2
diff --git a/jwm.spec b/jwm.spec
index 3249ac9..496cb9a 100644
--- a/jwm.spec
+++ b/jwm.spec
@@ -1,14 +1,12 @@
-%global revision 500
-
 Name:		jwm
-Version:	2.0.1
-Release:	10.svn%{revision}%{?dist}
+Version:	2.1.0
+Release:	1%{?dist}
 Summary:	Joe's Window Manager
 
 Group:		User Interface/Desktops
 License:	GPLv2+
 URL:		http://joewing.net/programs/jwm
-Source0:	http://joewing.net/programs/jwm/snapshots/%{name}-%{revision}.tar.bz2
+Source0:	http://joewing.net/programs/jwm/snapshots/%{name}-%{version}.tar.bz2
 Source1:	%{name}.desktop
 Patch0:		%{name}-nostrip.patch
 Patch1:		%{name}-timestamps.patch
@@ -37,7 +35,7 @@ only Xlib at a minimum. The following libraries can also be used if available:
 It can support some MWM, GNOME, and WM Spec hints.
 
 %prep
-%setup -q -n %{name}-%{revision}
+%setup -q 
 
 # Do not strip binary file
 %patch0 -p0 -b .orig
@@ -64,13 +62,16 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog LICENSE README todo.txt
+%doc LICENSE README todo.txt
 %{_bindir}/%{name}
 %config(noreplace) %{_sysconfdir}/system.jwmrc
 %{_datadir}/xsessions/%{name}.desktop
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Fri May 4 2012 Damien Durand <splinux25 at gmail.com> - 2.1.0-1
+- Updated to 2.1.0
+
 * Fri Feb 24 2012 Damien Durand <splinux25 at gmail.com> - 2.0.1-10.svn500
 - Bumped.
 
diff --git a/sources b/sources
index 7f67c33..14df7fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e046d1720c8f9fcbffd58cb6c4b0dbad  jwm-500.tar.bz2
+e8fab21b2410eb82032b7c3472af642c  jwm-2.1.0.tar.bz2


More information about the scm-commits mailing list