[libselinux/f15/master] Clean up patch to make handling of constructor cleanup more portable * db_language object class sup

Daniel J Walsh dwalsh at fedoraproject.org
Wed Apr 6 20:48:05 UTC 2011


commit 33126529f60f10a2ff6766c1bf64851f91ff9f87
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Apr 6 16:48:06 2011 -0400

    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.

 libselinux.spec |    8 +++++---
 sources         |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/libselinux.spec b/libselinux.spec
index 60d811d..accdee2 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 at redhat.com> - 2.0.99-6
+* Wed Apr 5 2011 Dan Walsh <dwalsh at 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 at 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


More information about the scm-commits mailing list