1.13
This commit is contained in:
parent
e36f9a2690
commit
bc0eb6c84e
@ -1,2 +1,2 @@
|
|||||||
microcode_ctl-1.12
|
microcode_ctl-1.13
|
||||||
microcode_ctl-1.12.tar.gz
|
microcode_ctl-1.13.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- microcode_ctl-1.12/Makefile~ Mon Jun 11 16:57:42 2001
|
--- microcode_ctl-1.13/Makefile~ Mon Jun 11 16:57:42 2001
|
||||||
+++ microcode_ctl-1.12/Makefile Tue Jan 8 20:20:58 2002
|
+++ microcode_ctl-1.13/Makefile Tue Jan 8 20:20:58 2002
|
||||||
@@ -20,7 +20,7 @@
|
@@ -20,7 +20,7 @@
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|
||||||
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
$(INS) -m 644 $(MANPAGE) $(DESTDIR)$(MANDIR)
|
$(INS) -m 644 $(MANPAGE) $(DESTDIR)$(MANDIR)
|
||||||
gzip -9f $(DESTDIR)$(MANDIR)/$(MANPAGE)
|
gzip -9f $(DESTDIR)$(MANDIR)/$(MANPAGE)
|
||||||
--- microcode_ctl-1.12/microcode_ctl.c.org 2003-05-28 19:56:22.000000000 +0200
|
--- microcode_ctl-1.13/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
|
+++ microcode_ctl-1.13/microcode_ctl.c 2003-05-28 19:57:01.000000000 +0200
|
||||||
@@ -95,11 +95,13 @@
|
@@ -95,11 +95,13 @@
|
||||||
{
|
{
|
||||||
FILE *fd;
|
FILE *fd;
|
||||||
@ -46,8 +46,8 @@
|
|||||||
fprintf(stderr, "%s: error writing to '%s' errno=%d (%s)\n"
|
fprintf(stderr, "%s: error writing to '%s' errno=%d (%s)\n"
|
||||||
"%s: there may be messages from the driver in your system log.\n",
|
"%s: there may be messages from the driver in your system log.\n",
|
||||||
|
|
||||||
--- microcode_ctl-1.12/microcode_ctl.c~ 2005-01-21 17:42:53.000000000 -0500
|
--- microcode_ctl-1.13/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
|
+++ microcode_ctl-1.13/microcode_ctl.c 2005-01-21 17:43:03.000000000 -0500
|
||||||
@@ -25,7 +25,7 @@ int print_error_messages=1;
|
@@ -25,7 +25,7 @@ int print_error_messages=1;
|
||||||
#define MAX_MICROCODE 2000000
|
#define MAX_MICROCODE 2000000
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Tool to update x86/x86-64 CPU microcode.
|
Summary: Tool to update x86/x86-64 CPU microcode.
|
||||||
Name: microcode_ctl
|
Name: microcode_ctl
|
||||||
Version: 1.12
|
Version: 1.13
|
||||||
Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})
|
Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -82,6 +82,9 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 27 2006 Dave Jones <davej@redhat.com>
|
||||||
|
- Update to upstream 1.13
|
||||||
|
|
||||||
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt for new gcj
|
- rebuilt for new gcj
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user