rpms/wmctrl/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wmctrl.spec, 1.3, 1.4

Patrice Dumas pertusus at fedoraproject.org
Sun Sep 28 12:55:59 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/wmctrl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17364

Modified Files:
	.cvsignore sources wmctrl.spec 
Log Message:
* Sun Sep 28 2008 Patrice Dumas <pertusus at free.fr> - 1.07-5
- apply debian patcheset, to fix #426383



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wmctrl/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Oct 2006 05:16:02 -0000	1.2
+++ .cvsignore	28 Sep 2008 12:55:29 -0000	1.3
@@ -1 +1,2 @@
 wmctrl-1.07.tar.gz
+wmctrl_1.07-6.diff.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wmctrl/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Oct 2006 05:16:02 -0000	1.2
+++ sources	28 Sep 2008 12:55:29 -0000	1.3
@@ -1 +1,2 @@
 1fe3c7a2caa6071e071ba34f587e1555  wmctrl-1.07.tar.gz
+7ddf2aadc48f4300c16160b3c9a7e141  wmctrl_1.07-6.diff.gz


Index: wmctrl.spec
===================================================================
RCS file: /cvs/extras/rpms/wmctrl/devel/wmctrl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmctrl.spec	6 Sep 2008 21:20:58 -0000	1.3
+++ wmctrl.spec	28 Sep 2008 12:55:29 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           wmctrl
 Version:        1.07
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A command line tool to interact with an X Window Manager
 
 Group:          User Interface/X
 License:        GPLv2+
 URL:            http://sweb.cz/tripie/utils/wmctrl
 Source0:        http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
+Patch0:         http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xorg-x11-proto-devel, libXmu-devel, glib2-devel
@@ -25,6 +26,10 @@
 
 %prep
 %setup -q 
+%patch0 -p1
+iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8
+touch -c -r ChangeLog ChangeLog.utf8
+mv ChangeLog.utf8 ChangeLog
 
 %build
 %configure 
@@ -48,6 +53,9 @@
 
 
 %changelog
+* Sun Sep 28 2008 Patrice Dumas <pertusus at free.fr> - 1.07-5
+- apply debian patcheset, to fix #426383
+
 * Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.07-4
 - fix license tag
 




More information about the fedora-extras-commits mailing list