Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package noisetorch for openSUSE:Factory 
checked in at 2021-04-01 14:17:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/noisetorch (Old)
 and      /work/SRC/openSUSE:Factory/.noisetorch.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "noisetorch"

Thu Apr  1 14:17:08 2021 rev:2 rq:882007 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/noisetorch/noisetorch.changes    2021-01-15 
19:45:50.725987623 +0100
+++ /work/SRC/openSUSE:Factory/.noisetorch.new.2401/noisetorch.changes  
2021-04-01 14:18:26.340085311 +0200
@@ -1,0 +2,22 @@
+Mon Mar 29 15:00:15 UTC 2021 - [email protected]
+
+- Update to version 0.10.1:
+  * Use -O2 for LADSPA module
+  * Use go:embed instead of scripts/embedbinary.go
+  * Update 'Special thanks to'
+  * Update build instructions
+  * Add information about potentially having to relog for PATH changes
+  * Convert fmt print to log print
+  * Fix unloading via CLI (-u)
+  * Use 24-hour clock when adding timestamps to log file names. (#92)
+  * Add warning if FS capabilities don't match process capabilities
+  * Make sure we remove rlimit for unloading too
+  * Require capabilities on startup
+  * use different params for fixed latency devices to hopefully correct 
latency faster
+  * Add -Wall, -Werr
+  * Replace noise-suppression-for-voice with own implementation
+  * Update README.md
+  * remove more commented code (yuck)
+  * remove commented out code
+
+-------------------------------------------------------------------

Old:
----
  NoiseTorch-0.9.0.tar.xz

New:
----
  NoiseTorch-0.10.1.tar.gz
  vendor.tar.gz

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

Other differences:
------------------
++++++ noisetorch.spec ++++++
--- /var/tmp/diff_new_pack.RV6cus/_old  2021-04-01 14:18:27.224086686 +0200
+++ /var/tmp/diff_new_pack.RV6cus/_new  2021-04-01 14:18:27.228086692 +0200
@@ -17,17 +17,18 @@
 
 
 Name:           noisetorch
-Version:        0.9.0
+Version:        0.10.1
 Release:        0
 Summary:        Real-time microphone noise suppression on Linux
 License:        GPL-3.0-or-later
 URL:            https://github.com/lawl/NoiseTorch
-Source:         NoiseTorch-%{version}.tar.xz
+Source0:        NoiseTorch-%{version}.tar.gz
+Source1:        vendor.tar.gz
 BuildRequires:  c++_compiler
 BuildRequires:  cmake
 BuildRequires:  git-core
-BuildRequires:  go
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  golang(API) = 1.16
 
 %description
 NoiseTorch is an easy to use open source application for Linux with PulseAudio.
@@ -37,16 +38,12 @@
 keyboard, computer fans, trains and the likes.
 
 %prep
-%setup -q -n NoiseTorch-%{version}
+%setup -q -n NoiseTorch-%{version} -a1
 
 %build
-pushd librnnoise_ladspa
-%cmake . -DBUILD_VST_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF -DBUILD_LADSPA_PLUGIN=ON
+pushd c/ladspa
 %make_build
 popd
-rm -rf librnnoise_ladspa/build/src
-mv -v librnnoise_ladspa/build/* librnnoise_ladspa
-
 go generate
 CGO_ENABLED=0 GOOS=linux go build -tags release -a -ldflags '-s -w -extldflags 
"-static"' .
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RV6cus/_old  2021-04-01 14:18:27.252086729 +0200
+++ /var/tmp/diff_new_pack.RV6cus/_new  2021-04-01 14:18:27.252086729 +0200
@@ -5,12 +5,14 @@
     <param name="package-meta">yes</param>
     <param name="changesgenerate">enable</param>
     <param name="submodules">enable</param>
-    <param name="revision">0.9.0</param>
+    <param name="revision">0.10.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
   </service>
   <service name="recompress" mode="disabled">
-    <param name="compression">xz</param>
+    <param name="compression">gz</param>
     <param name="file">*.tar</param>
   </service>
-  <service name="set_version" mode="disabled"/>
+  <service name="go_modules" mode="disabled">
+    <param name="archive">NoiseTorch-0.10.1.tar.gz</param>
+  </service>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.RV6cus/_old  2021-04-01 14:18:27.268086754 +0200
+++ /var/tmp/diff_new_pack.RV6cus/_new  2021-04-01 14:18:27.268086754 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/lawl/NoiseTorch.git</param>
-              <param 
name="changesrevision">da9370e9833f89d29df05869fc9dfcdf7dd78595</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">ee91fea993138624dce47b4c0b626a99db25f656</param></service></servicedata>
\ No newline at end of file

Reply via email to