Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2024-09-25 21:57:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity"

Wed Sep 25 21:57:26 2024 rev:124 rq:1203618 version:3.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2024-09-10 
21:15:30.595728685 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new.29891/audacity.changes     
2024-09-25 21:57:57.907938750 +0200
@@ -1,0 +2,9 @@
+Sat Sep 21 08:45:19 UTC 2024 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+- Remove old Leap (15.3) workarounds
+- Update audacity-no_buildstamp.patch and fix cmake params in spec file
+- Update to 3.6.4
+  * #7310 Fixed another crash when exiting Audacity. (Thanks, Joe Souza!)
+  * #7312 Fixed projects not being compacted on close.
+
+-------------------------------------------------------------------

Old:
----
  Audacity-3.6.3.tar.gz

New:
----
  Audacity-3.6.4.tar.gz

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

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.hVHHKV/_old  2024-09-25 21:57:58.983983416 +0200
+++ /var/tmp/diff_new_pack.hVHHKV/_new  2024-09-25 21:57:58.987983582 +0200
@@ -16,15 +16,8 @@
 #
 
 
-%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
-# Disable VST3 for Leap 15.3 due an old cmake
-%bcond_with vst
-%else
-%bcond_without vst
-%endif
-
 Name:           audacity
-Version:        3.6.3
+Version:        3.6.4
 Release:        0
 Summary:        A Multi Track Digital Audio Editor
 License:        CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
@@ -140,9 +133,7 @@
 #Included in src/AboutDialog.cpp but not supplied
 touch include/RevisionIdent.h
 
-%if %{with vst}
 tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
-%endif
 
 %build
 %if 0%{?suse_version} <= 1600
@@ -157,7 +148,7 @@
 
 %cmake  \
        -DAUDACITY_REV_TIME=$(date -u -d "@${SOURCE_DATE_EPOCH}" 
"+%Y-%m-%dT%H:%M:%SZ") \
-       -DAUDACITY_REV_LONG=STRING:%{version} \
+       -DAUDACITY_REV_LONG=%{version} \
        -DAUDACITY_BUILD_LEVEL=2 \
        -DCMAKE_MODULE_LINKER_FLAGS:STRING="$(wx-config --libs)" \
        -DCMAKE_SHARED_LINKER_FLAGS:STRING="$(wx-config --libs)" \
@@ -165,17 +156,9 @@
        -Daudacity_has_networking:BOOL=Off \
        -Daudacity_lib_preference:STRING=system \
        -Duse_lame:STRING=system \
-%if %{without vst}
-       -Daudacity_has_vst3=off \
-%endif
        -Daudacity_use_ffmpeg:STRING=loaded \
        -DVST3_DEFAULT_INSTALL_PATH=%{_libdir}/vst3/
 
-# Workaround for an old cmake in Leap 15.3
-%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
-export LD_LIBRARY_PATH=%{_builddir}/%{name}-Audacity-%{version}/build/utils/
-%endif
-
 %cmake_build
 
 %install

++++++ Audacity-3.6.3.tar.gz -> Audacity-3.6.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/audacity/Audacity-3.6.3.tar.gz 
/work/SRC/openSUSE:Factory/.audacity.new.29891/Audacity-3.6.4.tar.gz differ: 
char 15, line 1

++++++ audacity-no_buildstamp.patch ++++++
--- /var/tmp/diff_new_pack.hVHHKV/_old  2024-09-25 21:57:59.231993711 +0200
+++ /var/tmp/diff_new_pack.hVHHKV/_new  2024-09-25 21:57:59.235993878 +0200
@@ -1,17 +1,17 @@
 diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
-index 2f42df1..2147892 100644
+index c0a7bde08..947794db9 100644
 --- a/src/AboutDialog.cpp
 +++ b/src/AboutDialog.cpp
-@@ -66,7 +66,7 @@ hold information about one contributor to Audacity.
+@@ -62,7 +62,7 @@ hold information about one contributor to Audacity.
  #endif
  
  #ifdef REV_LONG
 -#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/"; 
)+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " +  REV_TIME 
-+#define REV_IDENT wxString( "Official openSUSE Build" )+ REV_LONG + "|" + 
wxString( REV_LONG ).Left(6) + "]] of " +  REV_TIME
++#define REV_IDENT wxString( "Official openSUSE Build" ) + " " + REV_LONG + " 
of " +  REV_TIME
  #else
  #define REV_IDENT (XO("No revision identifier was provided").Translation())
  #endif
-@@ -536,8 +536,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
+@@ -526,8 +526,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
        << XO("The Build")
        << wxT("</h3>\n<table>"); // start build info table
  

Reply via email to