]> git.pld-linux.org Git - packages/trousers.git/commitdiff
- updated to 0.3.10 auto/th/trousers-0.3.10-1 auto/ti/trousers-0.3.10-1
authorMarcin Krol <hawk@tld-linux.org>
Wed, 8 May 2013 13:22:17 +0000 (13:22 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 8 May 2013 13:22:17 +0000 (13:22 +0000)
- removed obsolete hide-internal-ht-symbol.patch

hide-internal-ht-symbol.patch [deleted file]
trousers.spec

diff --git a/hide-internal-ht-symbol.patch b/hide-internal-ht-symbol.patch
deleted file mode 100644 (file)
index ac3a3e2..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- trousers-0.3.9/src/include/hosttable.h.orig        2011-05-04 16:33:11.000000000 +0200
-+++ trousers-0.3.9/src/include/hosttable.h     2012-09-02 21:18:31.891307206 +0200
-@@ -33,7 +33,6 @@
-       MUTEX_DECLARE(lock);
- };
--extern struct host_table *ht;
- struct host_table_entry *get_table_entry(TCS_CONTEXT_HANDLE);
- void put_table_entry(struct host_table_entry *);
- TSS_RESULT __tspi_add_table_entry(TSS_HCONTEXT, BYTE *, int, struct host_table_entry **);
---- trousers-0.3.9/src/tspi/rpc/hosttable.c.orig       2011-05-04 16:33:11.000000000 +0200
-+++ trousers-0.3.9/src/tspi/rpc/hosttable.c    2012-09-02 21:18:44.017974230 +0200
-@@ -19,7 +19,7 @@
- #include "hosttable.h"
- #include "obj.h"
--struct host_table *ht = NULL;
-+static struct host_table *ht = NULL;
- TSS_RESULT
- host_table_init()
index b085f2b06fa79574ebfb3a8fc629c7961ab069e6..034ac5167f5f07a7627012424e34141e7dd6e13e 100644 (file)
@@ -6,14 +6,13 @@
 Summary:       TrouSerS - The open-source TCG Software Stack
 Summary(pl.UTF-8):     TrouSerS - programowy stos TCG o otwartych źródłach
 Name:          trousers
-Version:       0.3.9
-Release:       2
+Version:       0.3.10
+Release:       1
 License:       CPL v1.0
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/trousers/%{name}-%{version}.tar.gz
-# Source0-md5: 1322030eb2540ea0640cfe471b077f32
+# Source0-md5: 27b7374d991874b4a0a973b1c952c79f
 Patch0:                %{name}-nouser.patch
-Patch1:                hide-internal-ht-symbol.patch
 URL:           http://trousers.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake >= 1.6
@@ -86,7 +85,6 @@ Statyczna biblioteka TrouSerS.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # there is some unused variable causing warning
 sed -i -e 's/-Werror //' configure.in
This page took 0.148762 seconds and 4 git commands to generate.