Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package noisetorch for openSUSE:Factory 
checked in at 2022-04-22 21:54:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/noisetorch (Old)
 and      /work/SRC/openSUSE:Factory/.noisetorch.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "noisetorch"

Fri Apr 22 21:54:55 2022 rev:8 rq:972092 version:0.11.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/noisetorch/noisetorch.changes    2021-10-11 
15:32:18.082910776 +0200
+++ /work/SRC/openSUSE:Factory/.noisetorch.new.1538/noisetorch.changes  
2022-04-22 21:56:07.350933727 +0200
@@ -1,0 +2,11 @@
+Fri Apr 22 06:53:02 UTC 2022 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to version 0.11.5:
+  * Makefile: enable -trimpath
+  * modules: Append original device name to virtual microphone
+  * Makefile: use $(MAKE) instead of directly using make
+  * Chore: Upgrade nucular GUI dependency
+  * Chore: Upgrade toml dependency
+- Do not use -buildmode=pie in ppc64 where it's not supported.
+
+-------------------------------------------------------------------

Old:
----
  NoiseTorch-0.11.4.tar.gz

New:
----
  NoiseTorch-0.11.5.tar.gz

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

Other differences:
------------------
++++++ noisetorch.spec ++++++
--- /var/tmp/diff_new_pack.TAlKDK/_old  2022-04-22 21:56:08.026934497 +0200
+++ /var/tmp/diff_new_pack.TAlKDK/_new  2022-04-22 21:56:08.030934502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package noisetorch
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           noisetorch
-Version:        0.11.4
+Version:        0.11.5
 Release:        0
 Summary:        Real-time microphone noise suppression on Linux
 License:        GPL-3.0-or-later
@@ -49,7 +49,12 @@
 popd
 go generate
 # -tags release would enable the auto-updater (update.go)
-CGO_ENABLED=0 GOOS=linux go build -buildmode=pie -a -ldflags '-w -X 
main.version=%{version} -X main.distribution=rpm' .
+
+CGO_ENABLED=0 GOOS=linux go build \
+%ifnarch ppc64
+    -buildmode=pie \
+%endif
+    -a -ldflags '-w -X main.version=%{version} -X main.distribution=rpm' .
 
 %install
 install -D -m 644 assets/icon/noisetorch.png 
%{buildroot}/%{_datadir}/icons/hicolor/256x256/apps/noisetorch.png

++++++ NoiseTorch-0.11.4.tar.gz -> NoiseTorch-0.11.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/noisetorch/NoiseTorch-0.11.4.tar.gz 
/work/SRC/openSUSE:Factory/.noisetorch.new.1538/NoiseTorch-0.11.5.tar.gz 
differ: char 13, line 1

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TAlKDK/_old  2022-04-22 21:56:08.106934588 +0200
+++ /var/tmp/diff_new_pack.TAlKDK/_new  2022-04-22 21:56:08.122934607 +0200
@@ -5,7 +5,7 @@
     <param name="package-meta">yes</param>
     <param name="changesgenerate">enable</param>
     <param name="submodules">enable</param>
-    <param name="revision">0.11.4</param>
+    <param name="revision">0.11.5</param>
     <param name="versionformat">@PARENT_TAG@</param>
   </service>
   <service name="recompress" mode="disabled">
@@ -13,7 +13,7 @@
     <param name="file">*.tar</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">NoiseTorch-0.11.4.tar.gz</param>
+    <param name="archive">NoiseTorch-0.11.5.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.TAlKDK/_old  2022-04-22 21:56:08.158934648 +0200
+++ /var/tmp/diff_new_pack.TAlKDK/_new  2022-04-22 21:56:08.166934657 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/lawl/NoiseTorch.git</param>
-              <param 
name="changesrevision">4aca9e658874f8c72fff3a03039de40e294d1822</param></service></servicedata>
+              <param 
name="changesrevision">8a918f9076ea057c505fd92bc85b080e125b15d5</param></service></servicedata>
 (No newline at EOF)
 

++++++ vendor.tar.gz ++++++
++++ 348944 lines of diff (skipped)

Reply via email to