Hello community,

here is the log from the commit of package libsemanage for openSUSE:Leap:15.2 
checked in at 2020-03-20 05:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libsemanage (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libsemanage.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsemanage"

Fri Mar 20 05:52:46 2020 rev:23 rq:785974 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libsemanage/libsemanage.changes        
2020-01-15 15:25:05.998565775 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libsemanage.new.3160/libsemanage.changes      
2020-03-20 05:52:58.296066088 +0100
@@ -1,0 +2,27 @@
+Tue Mar  3 12:23:51 UTC 2020 - Johannes Segitz <jseg...@suse.de>
+
+- Update to version 3.0
+  * Add support for DCCP and SCTP protocols
+  * include internal header to use the hidden function prototypes
+  * mark all exported function "extern"
+  * optionally optimize policy on rebuild
+  Refreshed suse_path.patch
+
+-------------------------------------------------------------------
+Thu Jun 20 10:22:04 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Disable LTO due to symbol versioning (boo#1138812). 
+
+-------------------------------------------------------------------
+Wed Mar 20 15:10:21 UTC 2019 - jseg...@suse.com
+
+- Update to version 2.9
+  * Always set errno to 0 before calling getpwent()
+  * Include user name in ROLE_REMOVE audit events
+  * genhomedircon - improve handling large groups
+  * improve semanage_migrate_store import failure
+  * reset umask before creating directories
+  * set selinux policy root around calls to selinux_boolean_sub
+  * use previous seuser when getting the previous name
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Leap:15.2/libsemanage/python-semanage.changes    
2020-01-15 15:25:06.146565857 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libsemanage.new.3160/python-semanage.changes  
2020-03-20 05:52:58.380066144 +0100
@@ -1,0 +2,27 @@
+Tue Mar  3 12:23:51 UTC 2020 - Johannes Segitz <jseg...@suse.de>
+
+- Update to version 3.0
+  * Add support for DCCP and SCTP protocols
+  * include internal header to use the hidden function prototypes
+  * mark all exported function "extern"
+  * optionally optimize policy on rebuild
+  Refreshed suse_path.patch
+
+-------------------------------------------------------------------
+Fri May  3 12:22:25 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Disable LTO (boo#1133280).
+
+-------------------------------------------------------------------
+Wed Mar 20 15:10:21 UTC 2019 - jseg...@suse.com
+
+- Update to version 2.9
+  * Always set errno to 0 before calling getpwent()
+  * Include user name in ROLE_REMOVE audit events
+  * genhomedircon - improve handling large groups
+  * improve semanage_migrate_store import failure
+  * reset umask before creating directories
+  * set selinux policy root around calls to selinux_boolean_sub
+  * use previous seuser when getting the previous name
+
+-------------------------------------------------------------------

Old:
----
  libsemanage-2.8.tar.gz

New:
----
  libsemanage-3.0.tar.gz

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

Other differences:
------------------
++++++ libsemanage.spec ++++++
--- /var/tmp/diff_new_pack.rEJTyn/_old  2020-03-20 05:52:58.812066432 +0100
+++ /var/tmp/diff_new_pack.rEJTyn/_new  2020-03-20 05:52:58.812066432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsemanage
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           libsemanage
-Version:        2.8
+Version:        3.0
 Release:        0
 Summary:        SELinux policy management library
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/SELinuxProject/selinux/wiki/Releases
-Source:         
https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/%{name}-%{version}.tar.gz
+URL:            https://github.com/SELinuxProject/selinux/wiki/Releases
+Source:         
https://github.com/SELinuxProject/selinux/releases/download/20191204/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 Source2:        semanage.conf
 Patch0:         suse_path.patch
@@ -94,6 +94,7 @@
 %patch0
 
 %build
+%define _lto_cflags %{nil}
 make %{?_smp_mflags} clean
 make -j1 CFLAGS="%{optflags}" CC="gcc"
 make -j1 CFLAGS="%{optflags}" LIBDIR="%{_libdir}" LIBEXECDIR="%{_libexecdir}" 
SHLIBDIR="%{_lib}" CC="gcc" all
@@ -122,6 +123,7 @@
 %{_includedir}/semanage/
 %{_mandir}/man3/*
 %{_mandir}/man5/*
+%{_mandir}/ru/man5/*
 
 %files migrate-store
 %dir %{_libexecdir}/selinux

++++++ python-semanage.spec ++++++
--- /var/tmp/diff_new_pack.rEJTyn/_old  2020-03-20 05:52:58.828066443 +0100
+++ /var/tmp/diff_new_pack.rEJTyn/_new  2020-03-20 05:52:58.828066443 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semanage
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-semanage
-Version:        2.8
+Version:        3.0
 Release:        0
 Summary:        Python bindings for SELinux's policy management library
 License:        LGPL-2.1-only
 Group:          Development/Languages/Python
-Url:            https://github.com/SELinuxProject/selinux
-Source:         
https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/libsemanage-%{version}.tar.gz
+URL:            https://github.com/SELinuxProject/selinux
+Source:         
https://github.com/SELinuxProject/selinux/releases/download/20191204/libsemanage-%{version}.tar.gz
 Source1:        baselibs.conf
 Patch0:         suse_path.patch
 BuildRequires:  %{python_module devel}
@@ -50,6 +50,7 @@
 %patch0
 
 %build
+%define _lto_cflags %{nil}
 make %{?_smp_mflags} clean
 %{python_expand # loop over possible pythons
 make -j1 PYTHON=$python CFLAGS="%{optflags}" swigify

++++++ libsemanage-2.8.tar.gz -> libsemanage-3.0.tar.gz ++++++
++++ 13877 lines of diff (skipped)

++++++ suse_path.patch ++++++
--- /var/tmp/diff_new_pack.rEJTyn/_old  2020-03-20 05:52:58.956066528 +0100
+++ /var/tmp/diff_new_pack.rEJTyn/_new  2020-03-20 05:52:58.956066528 +0100
@@ -1,7 +1,7 @@
 Index: man/man5/semanage.conf.5
 ===================================================================
---- man/man5/semanage.conf.5.orig      2016-02-23 17:31:41.000000000 +0100
-+++ man/man5/semanage.conf.5   2016-07-13 11:42:45.687894644 +0200
+--- man/man5/semanage.conf.5.orig
++++ man/man5/semanage.conf.5
 @@ -37,7 +37,7 @@ Specify an alternative store_root path t
  
  .TP
@@ -13,9 +13,9 @@
  .B ignore-module-cache
 Index: src/conf-parse.y
 ===================================================================
---- src/conf-parse.y.orig      2016-02-23 17:31:41.000000000 +0100
-+++ src/conf-parse.y   2016-07-13 11:42:45.687894644 +0200
-@@ -341,7 +341,7 @@ static int semanage_conf_init(semanage_c
+--- src/conf-parse.y.orig
++++ src/conf-parse.y
+@@ -353,7 +353,7 @@ static int semanage_conf_init(semanage_c
        conf->store_path = strdup(basename(selinux_policy_root()));
        conf->ignoredirs = NULL;
        conf->store_root_path = strdup("/var/lib/selinux");


Reply via email to