Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libalternatives for openSUSE:Factory 
checked in at 2023-04-27 19:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libalternatives (Old)
 and      /work/SRC/openSUSE:Factory/.libalternatives.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libalternatives"

Thu Apr 27 19:59:06 2023 rev:6 rq:1082926 version:1.2+30.a5431e9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libalternatives/libalternatives.changes  
2022-11-17 17:23:45.940830930 +0100
+++ 
/work/SRC/openSUSE:Factory/.libalternatives.new.1533/libalternatives.changes    
    2023-04-27 19:59:07.189285461 +0200
@@ -1,0 +2,29 @@
+Tue Apr 25 10:21:11 UTC 2023 - bogdan.lezhepe...@suse.com
+
+- Update to version v1.2+30.a5431e9: (bsc#1191692)
+  * Change license to less restrictive Apache 2.0
+  * doc: fixing a few typos
+  * Adds option to display target executable only
+  * Makefiles and cmake: rework for reproducible build
+  * Improve Makefile
+  * libalts_exec_default: fix memory leak on error condition
+  * libalts_write_binary_configured_priority_to_file: fix memory leak
+  * saveConfigData(): fix file descriptor leak in while loop error case
+  * loadConfigData(): use goto exit label to prevent file descriptor leaks
+  * libalts_load_available_binaries: use goto err: label to fix leaks
+  * loadAlternativeForBinary: goto-assisted error handling to avoid leaks
+  * checkGroupConsistencies(): explicitly ignore unused `flags`
+  * lib: refactor error handling of findAltConfig()
+  * utils: fix possible memory leaks on error conditions
+  * docs: fix some typos and grammar
+  * Update README.md
+  * lib: generally open[at] with O_CLOEXEC
+  * Fix logic in options parser
+  * Add basic Makefile for buidling without cmake
+  * Added description for options=KeepArgv0
+  * cmake: Express the dependency on CUnit correctly for building tests
+  * cmake: Build and install CMake and PkgConfig files
+  * cmake: Fix setup of shared linker flags
+  * config.h: Fix the version to match the current latest tag
+
+-------------------------------------------------------------------

Old:
----
  libalternatives-v1.2+3.b848aad.tar.zst

New:
----
  libalternatives-v1.2+30.a5431e9.tar.zst

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

Other differences:
------------------
++++++ libalternatives.spec ++++++
--- /var/tmp/diff_new_pack.5F78By/_old  2023-04-27 19:59:07.833289247 +0200
+++ /var/tmp/diff_new_pack.5F78By/_new  2023-04-27 19:59:07.837289270 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libalternatives
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 %define sover 1
 
 Name:           libalternatives
-Version:        1.2+3.b848aad
+Version:        1.2+30.a5431e9
 Release:        0
 Summary:        Helper for executing preferred application based on user 
preferences
-License:        GPL-3.0-or-later AND LGPL-3.0-or-later
+License:        Apache-2.0
 URL:            https://github.com/openSUSE/libalternatives
 Source0:        libalternatives-v%{version}.tar.zst
 BuildRequires:  cmake > 3.8
@@ -38,7 +38,7 @@
 
 %package -n alts
 Summary:        Helper for executing preferred application based on user 
preferences
-License:        GPL-3.0-or-later
+License:        Apache-2.0
 
 %description -n alts
 This package contains a default helper and configuration application utility
@@ -49,7 +49,7 @@
 
 %package devel
 Summary:        Development headers for libalternatives
-License:        LGPL-3.0-or-later
+License:        Apache-2.0
 Requires:       libalternatives%sover = %version
 
 %description devel
@@ -57,7 +57,7 @@
 
 %package -n libalternatives%sover
 Summary:        Runtime for libalternatives
-License:        LGPL-3.0-or-later
+License:        Apache-2.0
 
 %description -n libalternatives%sover
 This package contains the core logic and the runtime library for
@@ -68,7 +68,9 @@
 
 %package unit-test-helper
 Summary:        Verification helper for libalternatives
-License:        LGPL-3.0-or-later
+License:        Apache-2.0
+Requires:       alts = %version
+BuildArch:      noarch
 
 %description unit-test-helper
 This is a testing-only installation that may be used to verify that successful
@@ -117,12 +119,14 @@
 
 %files devel
 %_includedir/libalternatives.h
-%_libdir/libalternatives.so
+%{_libdir}/libalternatives.so
+%{_libdir}/cmake/libalternatives
+%{_libdir}/pkgconfig/libalternatives.pc
 
 %files -n libalternatives%sover
-%license COPYING.LIB
 %dir %_datadir/libalternatives
-%_libdir/libalternatives.so.%sover
+%{_libdir}/libalternatives.so.%sover
+%{_libdir}/libalternatives.so.%sover.*
 
 %files unit-test-helper
 %dir %_datadir/libalternatives

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5F78By/_old  2023-04-27 19:59:07.873289482 +0200
+++ /var/tmp/diff_new_pack.5F78By/_new  2023-04-27 19:59:07.877289506 +0200
@@ -3,7 +3,7 @@
   <param name="scm">git</param>
   <param name="url">https://github.com/openSUSE/libalternatives.git</param>
   <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
-  <param name="revision">b848aad</param>
+  <param name="revision">a5431e9</param>
   <param name="changesgenerate">enable</param>
 </service>
   <service mode="manual" name="recompress">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.5F78By/_old  2023-04-27 19:59:07.901289647 +0200
+++ /var/tmp/diff_new_pack.5F78By/_new  2023-04-27 19:59:07.905289671 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/libalternatives.git</param>
-              <param 
name="changesrevision">b848aadddf4b24c547b5a9ce73f56f2ace9199f8</param></service></servicedata>
+              <param 
name="changesrevision">a5431e9a38d1cb89ed12a2e409713f9c5388713f</param></service></servicedata>
 (No newline at EOF)
 

Reply via email to