Browse Source

upgrading package: cpu 1.4.2 -> 1.4.3

master
Thomas Lotterer 22 years ago committed by Ralf S. Engelschall
parent
commit
b1f518f413
  1. 16
      cpu/cpu.patch
  2. 6
      cpu/cpu.spec

16
cpu/cpu.patch

@ -28,18 +28,4 @@ diff -Naur cpu-1.4.1.orig/doc/Makefile.in cpu-1.4.1/doc/Makefile.in
fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
--- src/include/util/bitvector.h.orig Sun Oct 12 20:57:39 2003
+++ src/include/util/bitvector.h Mon Oct 13 10:05:43 2003
@@ -5,7 +5,11 @@
extern "C" {
#endif
-#include <stdint.h>
+#include <config.h>
+#include <sys/types.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
#ifndef true
#define true 1

6
cpu/cpu.spec

@ -24,8 +24,8 @@
##
# package version
%define V_real 1.4.2
%define V_unpack 1.4.2
%define V_real 1.4.3
%define V_unpack 1.4.3
# package information
Name: cpu
@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
Group: Converter
License: GPL
Version: %{V_real}
Release: 20031013
Release: 20040112
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/cpu/cpu-%{version}.tar.gz

Loading…
Cancel
Save