[packages/trousers] - updated to 0.3.10 - removed obsolete hide-internal-ht-symbol.patch

hawk hawk at pld-linux.org
Wed May 8 14:58:32 CEST 2013


commit 12081b58784f2fd40c3232e7f1d4dc2c3fd26bf1
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Wed May 8 13:22:17 2013 +0000

    - updated to 0.3.10
    - removed obsolete hide-internal-ht-symbol.patch

 hide-internal-ht-symbol.patch | 21 ---------------------
 trousers.spec                 |  8 +++-----
 2 files changed, 3 insertions(+), 26 deletions(-)
---
diff --git a/trousers.spec b/trousers.spec
index b085f2b..034ac51 100644
--- a/trousers.spec
+++ b/trousers.spec
@@ -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
diff --git a/hide-internal-ht-symbol.patch b/hide-internal-ht-symbol.patch
deleted file mode 100644
index ac3a3e2..0000000
--- a/hide-internal-ht-symbol.patch
+++ /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()
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/trousers.git/commitdiff/12081b58784f2fd40c3232e7f1d4dc2c3fd26bf1



More information about the pld-cvs-commit mailing list