瀏覽代碼

upgrading package: libtasn1 0.2.4 -> 0.2.5

Michael Schloh von Bennewitz 22 年之前
父節點
當前提交
cc0e443ee4
共有 2 個文件被更改,包括 2 次插入43 次删除
  1. 0 39
      libtasn1/libtasn1.patch
  2. 2 4
      libtasn1/libtasn1.spec

+ 0 - 39
libtasn1/libtasn1.patch

@@ -1,39 +0,0 @@
---- src/asn1Coding.c.orig	Mon Oct  7 21:40:56 2002
-+++ src/asn1Coding.c	Wed Jan 15 11:38:36 2003
-@@ -27,8 +27,9 @@
- 
- #include <stdio.h>
- #include <string.h>
-+#include <unistd.h>
- #include <libtasn1.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <config.h>
- 
- #ifdef HAVE_GETOPT_H
---- src/asn1Decoding.c.orig	Mon Oct  7 21:41:20 2002
-+++ src/asn1Decoding.c	Wed Jan 15 11:38:46 2003
-@@ -27,8 +27,9 @@
- 
- #include <stdio.h>
- #include <string.h>
-+#include <unistd.h>
- #include <libtasn1.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <config.h>
- 
- #ifdef HAVE_GETOPT_H
---- src/asn1Parser.c.orig	Mon Oct  7 21:41:44 2002
-+++ src/asn1Parser.c	Wed Jan 15 11:38:52 2003
-@@ -27,8 +27,9 @@
- 
- #include <stdio.h>
- #include <string.h>
-+#include <unistd.h>
- #include <libtasn1.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <config.h>
- 
- #ifdef HAVE_GETOPT_H

+ 2 - 4
libtasn1/libtasn1.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [PLUS]
 Group:        Converter
 License:      LGPL
-Version:      0.2.4
-Release:      20030327
+Version:      0.2.5
+Release:      20030807
 
 #   list of sources
 Source0:      ftp://gnutls.hellug.gr/pub/gnutls/libtasn1/libtasn1-%{version}.tar.gz
-Patch0:       libtasn1.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -53,7 +52,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     CC="%{l_cc}" \