Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rnnoise for openSUSE:Factory checked in at 2023-12-18 22:57:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rnnoise (Old) and /work/SRC/openSUSE:Factory/.rnnoise.new.9037 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rnnoise" Mon Dec 18 22:57:15 2023 rev:2 rq:1133884 version:0.git20210312.7f449bf Changes: -------- --- /work/SRC/openSUSE:Factory/rnnoise/rnnoise.changes 2021-07-20 15:40:10.249548220 +0200 +++ /work/SRC/openSUSE:Factory/.rnnoise.new.9037/rnnoise.changes 2023-12-18 22:57:26.654910330 +0100 @@ -1,0 +2,15 @@ +Sat Dec 16 08:40:09 UTC 2023 - [email protected] + +- Update to version 0.git20210312.7f449bf: + * Add link to paper and demo to the README + * Correct #endif in rnn.h. + * Document the API + * Add rnnoise_get_frame_size() + * Drop unused arguments from README (#103) + * fix inclusion of rnnoise.h into C++ code + * Document in the README the authorative source for the code. + * docs: fix simple typo, delares -> declares + * rename TRAINING -> TRAINING-README for case insensitive file system + * Update celt_lpc.c + +------------------------------------------------------------------- Old: ---- rnnoise-0.git20210122.1cbdbcf.obscpio New: ---- rnnoise-0.git20210312.7f449bf.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rnnoise.spec ++++++ --- /var/tmp/diff_new_pack.W5oMtG/_old 2023-12-18 22:57:27.818952959 +0100 +++ /var/tmp/diff_new_pack.W5oMtG/_new 2023-12-18 22:57:27.818952959 +0100 @@ -1,7 +1,7 @@ # # spec file for package rnnoise # -# Copyright (c) 2021 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 @@ -18,11 +18,11 @@ %define libname librnnoise0 Name: rnnoise -Version: 0.git20210122.1cbdbcf +Version: 0.git20210312.7f449bf Release: 0 Summary: Recurrent neural network for audio noise reduction License: BSD-3-Clause -URL: https://github.com/xiph/rnnoise +URL: https://gitlab.xiph.org/xiph/rnnoise Source: %{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -68,9 +68,9 @@ %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} -%doc AUTHORS README TRAINING-README +%doc README TRAINING-README %license COPYING -%{_libdir}/librnnoise.so.* +%{_libdir}/librnnoise.so.0* %files devel %{_includedir}/rnnoise.h ++++++ _service ++++++ --- /var/tmp/diff_new_pack.W5oMtG/_old 2023-12-18 22:57:27.846953985 +0100 +++ /var/tmp/diff_new_pack.W5oMtG/_new 2023-12-18 22:57:27.850954132 +0100 @@ -1,8 +1,8 @@ <?xml version="1.0"?> <services> - <service name="obs_scm" mode="disabled"> + <service name="obs_scm" mode="manual"> <param name="filename">rnnoise</param> - <param name="url">https://github.com/xiph/rnnoise.git</param> + <param name="url">https://gitlab.xiph.org/xiph/rnnoise.git</param> <param name="scm">git</param> <param name="version">git-master</param> <param name="versionformat">0.git%cd.%h</param> @@ -10,7 +10,7 @@ <param name="changesgenerate">enable</param> <param name="changesauthor">[email protected]</param> </service> - <service mode="disabled" name="set_version"/> + <service mode="manual" name="set_version"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="compression">gz</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.W5oMtG/_old 2023-12-18 22:57:27.870954864 +0100 +++ /var/tmp/diff_new_pack.W5oMtG/_new 2023-12-18 22:57:27.874955010 +0100 @@ -1,6 +1,8 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/xiph/rnnoise.git</param> - <param name="changesrevision">1cbdbcf1283499bbb2230a6b0f126eb9b236defd</param></service></servicedata> + <param name="changesrevision">1cbdbcf1283499bbb2230a6b0f126eb9b236defd</param></service><service name="tar_scm"> + <param name="url">https://gitlab.xiph.org/xiph/rnnoise.git</param> + <param name="changesrevision">7f449bf8bd3b933891d12c30112268c4090e4d59</param></service></servicedata> (No newline at EOF) ++++++ rnnoise-0.git20210122.1cbdbcf.obscpio -> rnnoise-0.git20210312.7f449bf.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rnnoise-0.git20210122.1cbdbcf/README new/rnnoise-0.git20210312.7f449bf/README --- old/rnnoise-0.git20210122.1cbdbcf/README 2021-01-22 21:44:33.000000000 +0100 +++ new/rnnoise-0.git20210312.7f449bf/README 2021-03-12 08:05:56.000000000 +0100 @@ -1,4 +1,12 @@ RNNoise is a noise suppression library based on a recurrent neural network. +A description of the algorithm is provided in the following paper: + +J.-M. Valin, A Hybrid DSP/Deep Learning Approach to Real-Time Full-Band Speech +Enhancement, Proceedings of IEEE Multimedia Signal Processing (MMSP) Workshop, +arXiv:1709.08243, 2018. +https://arxiv.org/pdf/1709.08243.pdf + +An interactive demo is available at: https://jmvalin.ca/demo/rnnoise/ To compile, just type: % ./autogen.sh ++++++ rnnoise.obsinfo ++++++ --- /var/tmp/diff_new_pack.W5oMtG/_old 2023-12-18 22:57:28.014960138 +0100 +++ /var/tmp/diff_new_pack.W5oMtG/_new 2023-12-18 22:57:28.018960284 +0100 @@ -1,6 +1,5 @@ name: rnnoise -version: 0.git20210122.1cbdbcf -mtime: 1611348273 -commit: 1cbdbcf1283499bbb2230a6b0f126eb9b236defd - +version: 0.git20210312.7f449bf +mtime: 1615532756 +commit: 7f449bf8bd3b933891d12c30112268c4090e4d59
