Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liblscp for openSUSE:Factory checked in at 2023-05-02 16:19:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblscp (Old) and /work/SRC/openSUSE:Factory/.liblscp.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblscp" Tue May 2 16:19:17 2023 rev:6 rq:1083960 version:0.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/liblscp/liblscp.changes 2023-01-21 19:11:41.377342440 +0100 +++ /work/SRC/openSUSE:Factory/.liblscp.new.1533/liblscp.changes 2023-05-02 16:24:01.111586610 +0200 @@ -1,0 +2,7 @@ +Tue May 2 08:20:24 UTC 2023 - Dirk Müller <[email protected]> + +- update to 0.9.9: + * An Early-Spring'23 release + * Fix debug build handling + +------------------------------------------------------------------- Old: ---- liblscp-0.9.8.tar.gz New: ---- liblscp-0.9.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblscp.spec ++++++ --- /var/tmp/diff_new_pack.6ZdJA0/_old 2023-05-02 16:24:01.539589147 +0200 +++ /var/tmp/diff_new_pack.6ZdJA0/_new 2023-05-02 16:24:01.543589171 +0200 @@ -19,7 +19,7 @@ %define sover 6 Name: liblscp -Version: 0.9.8 +Version: 0.9.9 Release: 0 Summary: LinuxSampler control protocol library License: LGPL-2.1-or-later ++++++ liblscp-0.9.8.tar.gz -> liblscp-0.9.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblscp-0.9.8/CMakeLists.txt new/liblscp-0.9.9/CMakeLists.txt --- old/liblscp-0.9.8/CMakeLists.txt 2022-12-27 10:17:54.990927846 +0100 +++ new/liblscp-0.9.9/CMakeLists.txt 2023-03-21 19:32:25.183028053 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.13) project (liblscp - VERSION 0.9.8 + VERSION 0.9.9 DESCRIPTION "LinuxSampler Control Protocol API library" LANGUAGES C) @@ -68,16 +68,13 @@ set (SHARED_VERSION_REVISION 6) set (SHARED_VERSION_INFO "${SHARED_VERSION_CURRENT}.${SHARED_VERSION_AGE}.${SHARED_VERSION_REVISION}") -if (CONFIG_DEBUG) - set (CMAKE_BUILD_TYPE "Debug") -endif () if (CMAKE_BUILD_TYPE MATCHES "Debug") set (CONFIG_DEBUG 1) -endif () -if (CONFIG_DEBUG) set (CONFIG_BUILD_TYPE "debug") else () + set (CONFIG_DEBUG 0) set (CONFIG_BUILD_TYPE "release") + set (CMAKE_BUILD_TYPE "Release") endif () set (CONFIG_PREFIX "${CMAKE_INSTALL_PREFIX}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblscp-0.9.8/ChangeLog new/liblscp-0.9.9/ChangeLog --- old/liblscp-0.9.8/ChangeLog 2022-12-27 10:17:54.990927846 +0100 +++ new/liblscp-0.9.9/ChangeLog 2023-03-21 19:32:25.183028053 +0100 @@ -3,6 +3,8 @@ ChangeLog +0.9.9 2023-03-23 An Early-Spring'23 release. + 0.9.8 2022-12-28 An End-of-Year'22 release. Fixed broken pkg-config file (lscp.pc) generation (thanks
