rpms/xorg-x11-xinit/F-12 xinit-compat, 1.1, 1.2 xorg-x11-xinit.spec, 1.74, 1.75

Matej Cepl mcepl at fedoraproject.org
Tue Jul 13 22:43:09 UTC 2010


Author: mcepl

Update of /cvs/pkgs/rpms/xorg-x11-xinit/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12627

Modified Files:
	xinit-compat xorg-x11-xinit.spec 
Log Message:
Bump the release in .spec file


Index: xinit-compat
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/F-12/xinit-compat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xinit-compat	15 Mar 2010 17:01:03 -0000	1.1
+++ xinit-compat	13 Jul 2010 22:43:09 -0000	1.2
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
 for session in ~/.xsession ~/.Xclients /etc/X11/xinit/Xclients ;
 do
 if [ -f ${session} ] ; then


Index: xorg-x11-xinit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/F-12/xorg-x11-xinit.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- xorg-x11-xinit.spec	15 Mar 2010 17:01:03 -0000	1.74
+++ xorg-x11-xinit.spec	13 Jul 2010 22:43:09 -0000	1.75
@@ -3,7 +3,7 @@
 Summary:   X.Org X11 X Window System xinit startup scripts
 Name:      xorg-x11-%{pkgname}
 Version:   1.0.9
-Release:   15%{?dist}
+Release:   16%{?dist}
 License:   MIT
 Group:     User Interface/X
 URL:       http://www.x.org
@@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xsessions/xinit-compat.desktop
 
 %changelog
+* Wed Jul 14 2010 Matěj Cepl <mcepl at redhat.com> - 1.0.9-16
+- Add missing bang to shebang
+
 * Thu Feb 04 2010 Matěj Cepl <mcepl at redhat.com> - 1.0.9-15
 - Add xinit-compat script
   Patch from Rex Dieter, bug 540546



More information about the scm-commits mailing list