rpms/eject/devel eject-2.1.5-lock.patch, 1.1, 1.2 eject.spec, 1.37, 1.38

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jul 17 20:01:11 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/eject/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883

Modified Files:
	eject-2.1.5-lock.patch eject.spec 
Log Message:
fix license tag

eject-2.1.5-lock.patch:

Index: eject-2.1.5-lock.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eject/devel/eject-2.1.5-lock.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eject-2.1.5-lock.patch	28 Feb 2008 12:44:05 -0000	1.1
+++ eject-2.1.5-lock.patch	17 Jul 2008 20:00:25 -0000	1.2
@@ -1,6 +1,7 @@
---- eject.c	2008-02-14 14:11:06.000000000 +0100
-+++ /home/zdeny/download/eject.c	2008-02-28 12:40:09.000000000 +0100
-@@ -116,6 +117,7 @@ int d_option = 0;
+diff -up ./eject.c.lock ./eject.c
+--- ./eject.c.lock	2008-07-17 15:48:42.000000000 -0400
++++ ./eject.c	2008-07-17 15:53:52.000000000 -0400
+@@ -116,6 +116,7 @@ int d_option = 0;
  int f_option = 0;
  int h_option = 0;
  int n_option = 0;
@@ -8,7 +9,7 @@
  int q_option = 0;
  int r_option = 0;
  int s_option = 0;
-@@ -129,6 +131,7 @@ int m_option = 0;
+@@ -129,6 +130,7 @@ int m_option = 0;
  int a_arg = 0;
  int c_arg = 0;
  int x_arg = 0;
@@ -31,7 +32,7 @@
 -"  -p --proc   -m --no-unmount   -T --traytoggle\n"));
 +"  -p --proc   -m --no-unmount   -T --traytoggle -i --manualeject\n"));
  #endif /* GETOPTLONG */
-        fprintf(stderr,_(
+ 	fprintf(stderr,_(
  "Parameter <name> can be a device file or a mount point.\n"
 @@ -214,7 +217,7 @@ static void usage()
  /* Handle command line options. */
@@ -103,7 +104,7 @@
  /* Set or clear auto-eject mode. */
  static void AutoEject(int fd, int onOff)
  {
-@@ -1227,6 +1320,13 @@ int main(int argc, char **argv)
+@@ -1227,6 +1270,13 @@ int main(int argc, char **argv)
  		exit(0);
  	}
  


Index: eject.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eject/devel/eject.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- eject.spec	2 Apr 2008 08:42:46 -0000	1.37
+++ eject.spec	17 Jul 2008 20:00:25 -0000	1.38
@@ -1,8 +1,8 @@
 Summary: A program that ejects removable media using software control.
 Name: eject
 Version: 2.1.5
-Release: 11%{dist}
-License: GPL
+Release: 12%{dist}
+License: GPLv2+
 Group: System Environment/Base
 Source: http://metalab.unc.edu/pub/Linux/utils/disk-management/%{name}-%{version}.tar.gz
 Source1: eject.pam
@@ -76,6 +76,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.1.5-12
+- fix license tag
+
 * Wed Apr 02 2008 Zdenek Prikryl <zprikryl at redhat.com> 2.1.5-11
 - Added check if device is hotpluggable
 - Resolves #438610




More information about the fedora-extras-commits mailing list