From d455eb5e4365cf90ff0302a479fb5e3de871214a Mon Sep 17 00:00:00 2001
From: Dan Walsh <dwalsh@redhat.com>
Date: Wed, 6 Apr 2011 16:46:47 -0400
Subject: [PATCH] Clean up patch to make handling of constructor  cleanup more
 portable * db_language object class support for selabel_lookup from KaiGai
 Kohei. * Library destructors for thread local storage keys from Eamon Walsh.

---
 .gitignore      | 1 +
 libselinux.spec | 8 +++++---
 sources         | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index adc9f0d..89fffd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -182,3 +182,4 @@ libselinux-2.0.96.tgz
 /libselinux-2.0.97.tgz
 /libselinux-2.0.98.tgz
 /libselinux-2.0.99.tgz
+/libselinux-2.0.101.tgz
diff --git a/libselinux.spec b/libselinux.spec
index d2d61c2..427ea22 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -6,8 +6,8 @@
 
 Summary: SELinux library and simple utilities
 Name: libselinux
-Version: 2.0.99
-Release: 6%{?dist}
+Version: 2.0.101
+Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
@@ -236,8 +236,10 @@ exit 0
 %{ruby_sitearch}/selinux.so
 
 %changelog
-* Wed Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-6
+* Wed Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.101-1
 - Clean up patch to make handling of constructor  cleanup more portable
+  * db_language object class support for selabel_lookup from KaiGai Kohei.
+  * Library destructors for thread local storage keys from Eamon Walsh.
 
 * Tue Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-5
 - Add distribution subs path
diff --git a/sources b/sources
index 402feaf..3ff56be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bfecfccf8b39734ea0c064b9074177a5  libselinux-2.0.99.tgz
+14d969b13c42e72c477cb3543b52c427  libselinux-2.0.101.tgz