Hello community,

here is the log from the commit of package libsemanage for openSUSE:Factory 
checked in at 2012-08-10 19:01:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsemanage (Old)
 and      /work/SRC/openSUSE:Factory/.libsemanage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsemanage", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsemanage/libsemanage.changes  2011-10-07 
00:50:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsemanage.new/libsemanage.changes     
2012-08-10 19:01:56.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug  1 07:54:33 UTC 2012 - meiss...@suse.com
+
+- Updated to 2.1.6
+  * changes too numerous to list
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libsemanage/python-semanage.changes      
2011-09-23 02:10:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsemanage.new/python-semanage.changes 
2012-08-10 19:01:56.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug  1 07:54:48 UTC 2012 - meiss...@suse.com
+
+- updated to 2.1.6
+  * changes too numerous to list
+
+-------------------------------------------------------------------

Old:
----
  libsemanage-2.0.43.tar.bz2
  libsemanage-rhat.patch

New:
----
  libsemanage-2.1.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsemanage.spec ++++++
--- /var/tmp/diff_new_pack.6bbS2y/_old  2012-08-10 19:01:59.000000000 +0200
+++ /var/tmp/diff_new_pack.6bbS2y/_new  2012-08-10 19:01:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsemanage
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,22 @@
 #
 
 
-%define libsepol_ver 2.0.37
-%define libselinux_ver 2.0.0
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  libselinux-devel >= %{libselinux_ver}
-BuildRequires:  libsepol-devel >= %{libsepol_ver}
 BuildRequires:  libbz2-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libsepol-devel
 BuildRequires:  libustr-devel
 
 Name:           libsemanage
-Version:        2.0.43
-Release:        13
-License:        LGPL-2.1
+Version:        2.1.6
+Release:        0
 Summary:        SELinux binary policy manipulation library
-Url:            http://www.nsa.gov/selinux/
+License:        LGPL-2.1
 Group:          System/Libraries
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://userspace.selinuxproject.org/
+Source:         
http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-Patch0:         %{name}-rhat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libsemanage1 = %{version}-%{release}
 
@@ -55,7 +52,6 @@
 on binary policies such as customizing policy boolean settings.
 
 %package -n libsemanage1
-License:        LGPL-2.1
 Summary:        SELinux binary policy manipulation library
 Group:          System/Libraries
 
@@ -77,7 +73,6 @@
 boolean settings.
 
 %package devel
-License:        LGPL-2.1
 Summary:        Header files and libraries used to build policy manipulation 
tools
 Group:          Development/Libraries
 Requires:       libsemanage1 = %{version}
@@ -88,7 +83,6 @@
 needed for developing applications that manipulate binary policies.
 
 %package devel-static
-License:        LGPL-2.1
 Summary:        SELinux binary policy manipulation library
 Group:          System/Libraries
 Requires:       libsemanage-devel
@@ -99,7 +93,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make clean
@@ -133,6 +126,7 @@
 %dir %{_includedir}/semanage
 %{_includedir}/semanage/*.h
 %{_mandir}/man3/*
+%{_mandir}/man5/*
 
 %files devel-static
 %defattr(-,root,root)

++++++ python-semanage.spec ++++++
--- /var/tmp/diff_new_pack.6bbS2y/_old  2012-08-10 19:01:59.000000000 +0200
+++ /var/tmp/diff_new_pack.6bbS2y/_new  2012-08-10 19:01:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semanage
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,23 @@
 #
 
 
-%define libsepol_ver 2.0.37
-%define libselinux_ver 2.0.0
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  libselinux-devel >= %{libselinux_ver}
-BuildRequires:  libsepol-devel >= %{libsepol_ver}
+BuildRequires:  libselinux-devel
+BuildRequires:  libsepol-devel
 BuildRequires:  libustr-devel
 BuildRequires:  python-devel
 BuildRequires:  swig
 
 Name:           python-semanage
-Version:        2.0.43
-Release:        8
-License:        LGPL-2.1
+Version:        2.1.6
+Release:        0
 Summary:        Python bindings for libsemanage
-Url:            http://www.nsa.gov/selinux/
+License:        LGPL-2.1
 Group:          Development/Languages/Python
-Source:         libsemanage-%{version}.tar.bz2
+Url:            http://www.nsa.gov/selinux/
+Source:         
http://userspace.selinuxproject.org/releases/20120216/libsemanage-%{version}.tar.gz
 Source1:        baselibs.conf
-Patch0:         libsemanage-rhat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       libsemanage1 = %{version}
 
@@ -45,7 +42,6 @@
 
 %prep
 %setup -q -n libsemanage-%{version}
-%patch0 -p1
 
 %build
 make clean

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to