rpms/microcode_ctl/devel .cvsignore, 1.3, 1.4 microcode_ctl.patch, 1.4, 1.5 microcode_ctl.spec, 1.22, 1.23 sources, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 14 02:57:19 UTC 2005


Author: davej

Update of /cvs/dist/rpms/microcode_ctl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14789

Modified Files:
	.cvsignore microcode_ctl.patch microcode_ctl.spec sources 
Log Message:
1.12



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/microcode_ctl/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Jan 2005 23:48:30 -0000	1.3
+++ .cvsignore	14 Sep 2005 02:57:16 -0000	1.4
@@ -1,2 +1,2 @@
-microcode_ctl-1.11
-microcode_ctl-1.11.tar.gz
+microcode_ctl-1.12
+microcode_ctl-1.12.tar.gz

microcode_ctl.patch:
 Makefile        |    6 +++---
 microcode_ctl.c |    8 +++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

Index: microcode_ctl.patch
===================================================================
RCS file: /cvs/dist/rpms/microcode_ctl/devel/microcode_ctl.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- microcode_ctl.patch	21 Jan 2005 22:45:05 -0000	1.4
+++ microcode_ctl.patch	14 Sep 2005 02:57:16 -0000	1.5
@@ -1,5 +1,5 @@
---- microcode_ctl-1.11/Makefile~	Mon Jun 11 16:57:42 2001
-+++ microcode_ctl-1.11/Makefile	Tue Jan  8 20:20:58 2002
+--- microcode_ctl-1.12/Makefile~	Mon Jun 11 16:57:42 2001
++++ microcode_ctl-1.12/Makefile	Tue Jan  8 20:20:58 2002
 @@ -20,7 +20,7 @@
  PREFIX		= /usr/local
  
@@ -19,8 +19,8 @@
  
  	$(INS) -m 644 $(MANPAGE) $(DESTDIR)$(MANDIR)
  	gzip -9f $(DESTDIR)$(MANDIR)/$(MANPAGE)
---- microcode_ctl-1.11/microcode_ctl.c.org	2003-05-28 19:56:22.000000000 +0200
-+++ microcode_ctl-1.11/microcode_ctl.c	2003-05-28 19:57:01.000000000 +0200
+--- microcode_ctl-1.12/microcode_ctl.c.org	2003-05-28 19:56:22.000000000 +0200
++++ microcode_ctl-1.12/microcode_ctl.c	2003-05-28 19:57:01.000000000 +0200
 @@ -95,11 +95,13 @@
  {
  	FILE *fd;
@@ -46,8 +46,8 @@
  			fprintf(stderr, "%s: error writing to '%s' errno=%d (%s)\n"
  					"%s: there may be messages from the driver in your system log.\n",
 
---- microcode_ctl-1.11/microcode_ctl.c~	2005-01-21 17:42:53.000000000 -0500
-+++ microcode_ctl-1.11/microcode_ctl.c	2005-01-21 17:43:03.000000000 -0500
+--- microcode_ctl-1.12/microcode_ctl.c~	2005-01-21 17:42:53.000000000 -0500
++++ microcode_ctl-1.12/microcode_ctl.c	2005-01-21 17:43:03.000000000 -0500
 @@ -25,7 +25,7 @@ int print_error_messages=1;
  #define MAX_MICROCODE	2000000
  


Index: microcode_ctl.spec
===================================================================
RCS file: /cvs/dist/rpms/microcode_ctl/devel/microcode_ctl.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- microcode_ctl.spec	17 Aug 2005 17:50:45 -0000	1.22
+++ microcode_ctl.spec	14 Sep 2005 02:57:16 -0000	1.23
@@ -1,11 +1,11 @@
 Summary:        Tool to update x86/x86-64 CPU microcode.
 Name:           microcode_ctl
-Version:        1.11
+Version:        1.12
 Release: 	%(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})
 Epoch:		1
 Group:          System Environment/Base
 License:        GPL
-Source0:        microcode_ctl-1.11.tar.gz
+Source0:        microcode_ctl-%{version}.tar.gz
 Source1:	microcode_ctl.init
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 Prereq:		/sbin/chkconfig /sbin/service
@@ -30,14 +30,14 @@
 mkdir -p %{buildroot}/etc/rc.d/init.d
 mkdir -p %{buildroot}/etc/sysconfig
 
-cd microcode_ctl-1.11
+cd microcode_ctl-%{version}
 make CFLAGS="$RPM_OPT_FLAGS"
 cd ..
 
 %install
 mkdir -p %{buildroot}/usr/share/man/man{1,8}
 
-cd microcode_ctl-1.11
+cd microcode_ctl-%{version}
 
 make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \
      INSDIR=/sbin MANDIR=%{_mandir}/man8 RCDIR=/etc MICDIR=/etc/firmware install clean
@@ -82,6 +82,9 @@
 exit 0
 
 %changelog
+* Tue Sep 13 2005 Dave Jones <davej at redhat.com>
+- Update to upstream 1.12
+
 * Wed Aug 17 2005 Dave Jones <davej at redhat.com>
 - Check for device node *after* loading the module. (#157672)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/microcode_ctl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Jan 2005 23:48:30 -0000	1.3
+++ sources	14 Sep 2005 02:57:16 -0000	1.4
@@ -1 +1 @@
-11a4e153bf3e7cfdb82e80266f783ae7  microcode_ctl-1.11.tar.gz
+07d5f64b7c84a00663425089221d5fb0  microcode_ctl-1.12.tar.gz




More information about the fedora-cvs-commits mailing list